PDA

View Full Version : Linking from HTML page to a specific frame in Flash


snarkysharky
06-19-2001, 02:03 PM
Is it possible to create a link from an HTML page to a specific frame within a flash movie??

Jesse
06-20-2001, 07:01 AM
you can use the passing variables around tutorial to embed the frame number in the movie, then you can have an IF/ESLE at the start of the movie that checks if that variable exists and if so, goes to that frame...
best I can think of... or I guess you could prolly use FSCommand and Javascript. See the FSCommand tutorial also, it might help (but I don't know much about it so don't ask me :) )