Linking into flash
Linking into flash
Out of context: Reply #4
- Started
- Last post
- 8 Responses
- Ash0
I thing the easiest way to do it is to from the html insert a variable into the flash.
In the embed code write something like:
"yourflash.swf?startpage=page3"This is the same thing as writing "startpage = page3" in the flash.
Then you just do something like this on the start of your flash file:
gotoAndPlay(startpage);
Which would make your flash jump to the label "page3".
Makes sence?