Sorry for posting Adobe AIR questions here, but its a part of Mac programming and Adobe forum has no activity at all.
I have made an app that displays a html file. I have also made a javascript file with the following code (Does not work):
When the js is called, I want the window to navigate from the html file to the URL (website.com).
Any ideas on how do I do this ??
Thanks.
I have made an app that displays a html file. I have also made a javascript file with the following code (Does not work):
Code:
air.URLLoader(air.URLRequest("http://www.website.com/"));
When the js is called, I want the window to navigate from the html file to the URL (website.com).
Any ideas on how do I do this ??
Thanks.