PDA

View Full Version : Redirecting in flash?


Ranger56
02-28-2006, 01:30 AM
I want to redirect someone to a page on my website using flash as this is the only possible way I can think of to do it without the code getting blocked. (MySpace sucks.) I was just wondering if this is possible, and if anyone knows how to do it. THANKS.

_Aerospace_Eng_
02-28-2006, 02:22 AM
In the last frame of the flash you would use the getURL function in the actionscript panel.
getURL("http://www.yourpage.com","_self");

Ranger56
02-28-2006, 02:22 AM
Thanks!