Hello hello,
I need to import a .swf into an emptyclip… it works fine but I can’t have the sound of my buttons from LeBook.swf to work while all the rest of the librairy from LeBook.swf is just fine.
The code is :
_root.createEmptyMovieClip(“a”,1);
//_root.a._lockroot = true;
_root.a.loadMovie(“LeBook.swf”);
I tried to create it on level0 and it’s just the same.
I also tried a .setvolume() and it’s a no no.
Thanks for your help.
Fabrice