Skip to main content
Participant
March 17, 2015
Question

actionscript 3 that open web navigator to a specified url compiled to exe and app for both environment (mac and pc)

  • March 17, 2015
  • 1 reply
  • 281 views

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.

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
March 17, 2015

use navigateToURL:

navigateToURL(new URLRequest("http://www.adobe.com"));