SWF Link in FLASH
SWF Link in FLASH
Out of context: Reply #3
- Started
- Last post
- 9 Responses
- siny0
It doesn't work with unloadMovieNum to stop 1.swf action ends on 2.swf. However, it works when I use:
on(release){
loadMovieNum("1.swf",1);
}The previous action stops, but the sound at 1.swf continues playing. What's wrong with this?