|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi,
I've got a preloader on the first frame of my movie, which is great and working as it's supposed to. However, on the second frame of my movie (after preloading is done) I'm using a Loader to load in an external swf (using a variable for a url). var mLoader:Loader = new Loader(); var mRequest:URLRequest = new URLRequest(myURLVar); mLoader.contentLoaderInfo.addEventListener(Event.C OMPLETE, onCompleteHandler); mLoader.load(mRequest); placehold.addChild(mLoader); I'd like to know if there's any way I can get the preloader in frame 1 to take into account the external swf when preloading. Perhaps by embedding the swf or something. The important factor however is that the url is a variable and comes from the flashVars. Thanks in advance! |
|
![]() |
| Outils de la discussion | |
|
|