I’d like to import sounds not in the very first frame.
So i imported sound, set linkage: name = ‘mySound’, export for actionscript (checked) & export in first frame (unchecked). I load it:
[AS]
mySound = new Sound();
mySound.attachSound(‘mySound’);
mySound.start();
[/AS]
Somehow it doesn’t work, may be i do something wrong?.. May be sombody can help me.