[font=verdana, arial, helvetica][size=2]Hi,
I am dynamically loading into a sound object a sound file (mp3) from the library into a SWF – let’s call it SWF A. When I play SWF A, the sound works. However, I need to load SWF A into SWF B. SWF A loads fine into SWF B, but the sound no longer works. I think the problem is a scope issue related to a scope issue.
Here’s the code that in question.
_global.audioClip = new Sound();
_global.audioClip.attachSound(“Zero”);
_global.audioClip.start();
This is driving me crazy. I’ve tried everything I can think of. Any help or advice you can offer would be great.
Thanks,
Lacy[/size][/font]