actionscript button open html link _self window
hi, know stupid question i've looked on internet , can't find code button open new link within same window. know how pop-up windows , such can't figure out how open window in self flash. in advance.
_root.geturl(" http://www.google.com") should work.
if under frames can:
_root.geturl("javascript:top.location.href=' http://www.google.com/';return false");
if under frames can:
_root.geturl("javascript:top.location.href=' http://www.google.com/';return false");
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment