SWF links to SWF
SWF links to SWF
- Started
- Last post
- 2 Responses
- Delvetica
Dear All,
I tried to put in the following actionscript in my "Tao1.fla" under "buttonSWF" layer for loading "Tao2.swf" when viewer clicks the button.
on(release){
_root.loadmovie("Tao2.swf");
}However, the output shows me this:
"Scene=Scene1, Layer=buttonSWF, Frame=1: Line 1: Mouse events are permitted only for button instances"I have no idea about where I should put this actionscript. I tried to create a button instance for it but it still does not work.
Can anyone tell me what's wrong with this? and how to solve this problem?
Millions of thanks :oI zipped the file into
http://www.delvetica.net/solutio…
- lind0
Publish it as a Flash Player 6 (and not 5)
- Delvetica0
Thank you very much for helping me, cheers
_