How to add "target" to URL
i need add target actionscript, button:
on (release) {geturl("limpieza.html");}
normally i'd use behavior menu , assign target way (i.e. target="_top"), target="topframe," not option in behavior menu. i'm adding old fashioned way, action. please tell me how add target script above, thanks.
on (release) {geturl("limpieza.html");}
normally i'd use behavior menu , assign target way (i.e. target="_top"), target="topframe," not option in behavior menu. i'm adding old fashioned way, action. please tell me how add target script above, thanks.
on (release) {geturl("limpieza.html","topframe");}
should it.
--
rob
_______
rob dillon
adobe community expert
http://www.ddg-designs.com
412-243-9119
http://www.macromedia.com/software/trial/
should it.
--
rob
_______
rob dillon
adobe community expert
http://www.ddg-designs.com
412-243-9119
http://www.macromedia.com/software/trial/
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment