Using Flash MX 2004:
Index.swf has empty movie clip that loads welcome.swf at start. This is working fine. However within Index.swf there are 6 buttons all that load swf’s into empty movie clip loader (where welcome.swf loads).
Now to the question.
One of these buttons is Listen button that loads listen.swf into empty movie clip. Listen.swf contains two buttns and also has a empty movie clip that loads two different swf’s on user click.
Now I want one of these options to preload so when user clicks the Listen button in Index.swf it loads listen.swf which will then load listen1.swf into it at start. So user can see that there are options there instead of having all black space in middle with two buttons. ???
Any help is greatly appreciated.
code im using to try and preload swf into listen.swf is:
_root.contents.loadMovie(“listen1.swf”, 0);
However instead of it loading the listen.swf which would then load listen1.swf. It loads listen1.swf into empty movie clip instead of loading how I laid out.
Thanks.
MT