BruceND75
07-30-2009, 05:13 AM
I have a Flex app with a SWFLoader. At present, the Flash SWF being played is large and embedded.
The first screen of the large SWF has some reading to be done. I would like to break the SWF into two parts: The first screen with the text that will show up first, then once it is up, the second part loads.
The first screen has a nav button at the bottom that moves to the next screen. I planned on having the button show up only after the second part is loaded, with a subtle "downloading" flashing where the button would be while the second part is loading. Ideally, the loading will be done by the time the reader finishes reading and is 'ready' for the nav button.
I also plan to move the two swfs to be external files.
I could use some help understanding how to set this up in Flex. I can see having the first SWF load and go to a stop() frame. How do I line up sequential loading, and how do I go about having the second SWF replace the first when the next button is pressed?
Thanks in advance.
The first screen of the large SWF has some reading to be done. I would like to break the SWF into two parts: The first screen with the text that will show up first, then once it is up, the second part loads.
The first screen has a nav button at the bottom that moves to the next screen. I planned on having the button show up only after the second part is loaded, with a subtle "downloading" flashing where the button would be while the second part is loading. Ideally, the loading will be done by the time the reader finishes reading and is 'ready' for the nav button.
I also plan to move the two swfs to be external files.
I could use some help understanding how to set this up in Flex. I can see having the first SWF load and go to a stop() frame. How do I line up sequential loading, and how do I go about having the second SWF replace the first when the next button is pressed?
Thanks in advance.