I have a sound question as well. I put this in the first frame fo my fla.
_root.createEmptyMovieClip("container_mc",0);
container_mc.loadMovie("musicnejarine.swf");
I have a sound off button--easy enough with stopallsounds.
Now I realise I want a button that stops and starts this external swf that I have loaded in a root container_mc. What do I need to do?
thanks
disfasai
_root.createEmptyMovieClip("container_mc",0);
container_mc.loadMovie("musicnejarine.swf");
I have a sound off button--easy enough with stopallsounds.
Now I realise I want a button that stops and starts this external swf that I have loaded in a root container_mc. What do I need to do?
thanks
disfasai