Flash (swf) redirect?

Status
Not open for further replies.


My buddy and I used to use this years ago when Myspace started to take over peoples pages with an auto redirect to GNAA corporate homepage.

A 1px swf with no function as first which would allow your post to get accepted, then once it has you reupload the swf with the redirect in it. Those were some funny times.
 
I'm pretty sure the command would be:

Code:
getURL("http://www.makemoniesonline.com")

Tried that one - got a "no longer supported" error - it apparently has been replaced by the "navigateToURL()" function but I've been unable to get that to work either.

Anyone that can provide me with working example code will be rewarded with some beer monies via paypal :D
 
Here's what I used to use back when I did redirects.
getURL("http://www.google.com", "_self");

I just gave it a try and am getting some popup about changing settings in my flash player.

That is in AS 2.0. AS 3.0 is very different and i stopped working with flash right around its release.
 
Here's what I used to use back when I did redirects.
getURL("http://www.google.com", "_self");

I just gave it a try and am getting some popup about changing settings in my flash player.

That is in AS 2.0. AS 3.0 is very different and i stopped working with flash right around its release.

Yeah I found a guide on how to do it using getURL - when I tried it though I got an error about how that function is no longer supported in the latest version of flash.
 
Status
Not open for further replies.