Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
Mar 17, 2015 Mar 17, 2015

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
265
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 17, 2015 Mar 17, 2015
LATEST

use navigateToURL:

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines