flash - Actionscript to open URL in new window open new window but not fullscreen -
Action scripts open a new window to open the URL in a new window, but not the fullscreen
OK, there are two ways to look at it - if you are using AS3 then you can either use the Navigating method Can:
import flash.net.navigateToURL; Import flash.net.URLRequest; NavigateToURL (new URLRequest ("http://www.stackoverflow.com"), "_blank");
Or you have to contact Javascript and it will have to pop up to open a new window for you. If this is the case then the answer to that question is given here:
Such a thing is a in fact common question - in the future you should kill Google before doing it Should have a habit of asking a question.
Comments
Post a Comment