07-23-2011 05:54 PM
Hi all,
My question, as you can see from the title of this post is, Can you open the App world app from within an AIR app without using navigateToUrl, which causes the browser to open first with a blank window. In my app right now I have a button that open the App World page from my app so users can post reviews, or buy the full version, but it just looks a little slopply the way this works when using navigateToUrl. Is there any other method for opening the App World app?
Thanks
Solved! Go to Solution.
07-24-2011 09:13 AM
07-24-2011 10:23 AM
yaddesign wrote:
Use navigateToUrl(new URLRequest("appworld://content/[app_id_here]"));
Playbook App: Car Crash
Yes, but is there a way to get around the blank screen in the browser? (I am in the same boat but I don't think there is a workaround.)
07-24-2011 10:25 AM
This does not open the browser. If you look at the url, it starts with appworld: , which opens the appworld directly.
Playbook App: Car Crash
07-24-2011 10:34 AM
Thanks yaddesign, that would perfectly.