swf external loading problem?

Dzindzer

New member
i want to hide my swf file and i used this code:

var myLoader:Loader = new Loader();
var myURLRequest:URLRequest = new URLRequest("nar.swf");
myLoader.load(myURLRequest);
Placeholder_mc.addChild(myLoader);

the code is saved as player5.swf and hides the nar.swf file.
the code works well, but when it loads the nar.swf file, it loads the music slower than the video/images. so i have a problem.
here is the page:
http://http://dzindzer.isodim.rs/rodjendan/

so how can i make the sound synchronize with his lips using the player5.swf file? :)
 
Back
Top