0
actionscript 3 that open web navigator to a specified url compiled to exe and app for both environment (mac and pc)
New Here
,
/t5/animate-discussions/actionscript-3-that-open-web-navigator-to-a-specified-url-compiled-to-exe-and-app-for-both/td-p/6978300
Mar 17, 2015
Mar 17, 2015
Copy link to clipboard
Copied
I have to create an actionscript 3 that open web navigator to a specified url. But it has to be a exe and app for both environment (mac and pc)
The app need only launch the default browser et go to specified url. No hud, the app who launch exit automatically after.
I have Flash builder & Flash CC. I dont know anything to actionscript 3 😕
Anyone know how to do this? Any help will be appreciated. Thanks.
TOPICS
ActionScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/actionscript-3-that-open-web-navigator-to-a-specified-url-compiled-to-exe-and-app-for-both/m-p/6978301#M151614
Mar 17, 2015
Mar 17, 2015
Copy link to clipboard
Copied
use navigateToURL:
navigateToURL(new URLRequest("http://www.adobe.com"));
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

