0

I'm developing an Air app for an iPhone, and I want to have a button that gives you the functionality of going to a web page, that means, minimizing the app and execute the link to that page, how can I do that?.

Artemix
  • 8,497
  • 14
  • 48
  • 75

1 Answers1

1

You call the navigateToURL method when the button is clicked / tapped. Refer details of the API at http://help.adobe.com/en_US/AIR/1.5/devappshtml/WS5b3ccc516d4fbf351e63e3d118666ade46-7cba.html

Pranav Negandhi
  • 1,594
  • 1
  • 8
  • 17