I'm using the below to load swf files dynamically, but the user of course must 
download the files fast enough for it to go from the first swf to the next 
without chopping.
Is there a way to preload the items into the application without playing them 
or embeding them ?

my goal is to preload the swf's while the app loads or on initial load then 
play them when ready using an event, any suggestions would be great 

        <mx:SWFLoader id="swf" source="first.swf" height="400" width="400"/>


Reply via email to