i have a sound file on the first frame of my movie. the sound starts playing right off. It is a 7sec story. I want the sound to finish before playing the next frame. This is the code i’m using.
It doesn’t work. I have linked the sound file in the library and given it the linkage id of “philSound”
I’d appreciate any help with this.
thanks
maria
ya, he’s right! much better if u use load external files
just change the attachSound to
sd.loadSound(“philSound.mp3”,true)
where the song named philSound in the same folder as the swf