Guessing she fakes it. Created on frame 1, confirms your SWF is legit, then starts preloading. Frame 2 arrives, she's downloaded all content by then, and starts "initialization", or "attaching the beast that is Application.mxml".
----- Original Message ----- From: "Eric Raymond" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, November 29, 2005 1:41 AM Subject: [flexcoders] Re: Preloader which shows progress during initialization (Flex 1.5) Let me clarify the original question. When an application loads thre are two parts: donloading the bytes and the initiaization of the flex application. The default loader seems to have the download portion set to 50% progress and then shows incremental grogress during initilization. The API says that setProgress is called during the download, but not afterwards. Instead "indeterminate" is set to true, but that is not a progress status that one can use to ratchet progress from 50 to 100%. I see nothing which suggest how to get the baehavior of the default loader ... which tracks initialization as well as download. How does the default loader get feedback from the Flex initialization? Or does it simply fake it with some per cycle increment or timer? --- In [email protected], "JesterXL" <[EMAIL PROTECTED]> wrote: > > It's actually an API & Property of the Application tag. Look in the > "Developing Flex Applications" docs for "using a custom progress bar". > > ----- Original Message ----- > From: "Eric Raymond" <[EMAIL PROTECTED]> > Is there a way to create a custom preloader which updates progress > incrementally during initializtion as well as download? > > The default preloader does exactly this. Is the source available? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links ------------------------ Yahoo! Groups Sponsor --------------------~--> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

