Hi all,
Thanks for reading me post…
I have my main movie which has a placeHolder for an external swf… In the external swf there is an mpeg movie which I’ve imported.
I’ve made a preloader for the external swf but it doesn’t seem to load the mpg too - just the external swf!
How can I make the preloader load the mpg as well? Can I add some code to my current basic preloader? Here’s the code I’m using (with gotoAndPlay (1) on frame 3):
Code:
[left]ifFrameLoaded ("_root.myplaceholder.Scene 1", 454) {
nextScene();
play();
}
[/left]
Thank you very much and I hope to hear from you.
Take care,
Mark