dannyhw
Senior Member
- Jul 16, 2008
- 979
- 476
If wherever you're putting up your content allows you to embed flash movies, it's easy to redirect visitors. Good for parasite hosts or wherever. Load it up in javascript if you're paranoid.
OK you need this flash file I just made:
http://www.imgir.com/images/4zedruv7t4hmjrx80q8e.jpg
I renamed it as .jpg because most of the crappy free image hosts don't accept SWF files anymore. Upload it wherever you want.
Then add this HTML code and replace the embed url with wherever you uploaded it. Then wherever it says digg you just put the URL you want to redirect to.
OK you need this flash file I just made:
http://www.imgir.com/images/4zedruv7t4hmjrx80q8e.jpg
I renamed it as .jpg because most of the crappy free image hosts don't accept SWF files anymore. Upload it wherever you want.
Then add this HTML code and replace the embed url with wherever you uploaded it. Then wherever it says digg you just put the URL you want to redirect to.
HTML:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">
<param name="movie" value="http://www.imgir.com/images/4zedruv7t4hmjrx80q8e.jpg"/>
<param name="allowScriptAccess" value="always" />
<param name="flashvars" value="url=http://www.digg.com" />
<embed src="http://www.imgir.com/images/4zedruv7t4hmjrx80q8e.jpg"
allowScriptAccess="always"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
flashvars="url=http://www.digg.com"
/>
</object>