Thread
:
[SOLVED] how do you program a .swf file to redirect someone to another site if javasc
View Single Post
#
3
(
permalink
)
06-10-2007, 05:28 PM
Gangantuan-Megalopolis
Posts: n/a
Actionscript 2.0
on (enterframe) {
getURL('http://www.website.com');
}
Put that action on whatever frame should send them away. Might wanna check the syntax.
__________________
Gangantuan-Megalopolis