PDA

View Full Version : GetURL and going to a specific frame.


not28
03-15-2006, 07:16 PM
Hello. I'd like to create a link in a flash movie that, on release, will take the user to a different URL, load a different movie, and skip to a certain frame. Is this possible? Thanks.

Cota
03-15-2006, 07:37 PM
It is possible...alittle bit of work, but possible. You'd have pass a variable, via querystring to the new page, have that Flash file read it, via FlashVars, or if using Flash 8, Michaels querystring class...and use that variable to skip or play that specific frame.