major flash audio problem
- Started
- Last post
- 7 Responses
- fitsum
I have a child swf that loads into another swf. the child swf is basically a slide where for each frame, a sound object is created and a sound file is attached and plays. when the sound is done playing, the movie advances to the next frame . the child movie plays fine on its own, but when I do a loadMovie into the parent swf, the sound does not play. Any ideas?
- fitsum0
anyone?
- ********0
targeting?
I would create and attach all your sound objects on the first frame of the swf and just play them as each slide starts.
- fitsum0
the first frame of which swf? the parent or the child?
- fitsum0
that's pretty much how I'm doing it now.
- ********0
the child. Otherwise you would have to load your sounds from the parent.
show us the code you are using to attach and then play the soun.
- fitsum0
yo. all good. I just made sure the sounds are in the parent swf's library. I might try checking the 'Export for Runtime Sharing' button in each audio symbol's Linkage setting. so yeah I think it was close enough to a targetting issue. thanks for replying skt
- ********0
No worries mate. Glad you got it sorted.