- Adobe Marketplace
- Flash platform promotion service
- Android Market - for Google Android phones
- Chrome Web Store - appstore for web app - for Google Chrome Browser
- Sun Java App Store
- Intel AppUp Center - for netbooks and atom cpu devices
- Windows Market Place for Mobile
- BlackBerry App World
- Nokia Ovi Store
- Palm Pre WebOS App Store
- iPhone Appstore
Wednesday, May 26, 2010
App stores - mobile, flash, and beyond
Here are some of the appstores.
AIR 3.2 SDK upgrade error: error while loading initial content
I run into the same error, thanks to dancashman.com for solution.
http://blog.dancashman.com/?p=30
Need to update the AIR descriptor file's xml namespace.
Summary:
Update your descriptor file namespace (yourApplication-app.xml)
New Value:
<application xmlns=”http://ns.adobe.com/air/application/1.5” >
http://blog.dancashman.com/?p=30
Need to update the AIR descriptor file's xml namespace.
Summary:
Update your descriptor file namespace (yourApplication-app.xml)
New Value:
<application xmlns=”http://ns.adobe.com/air/application/1.5” >
Saturday, May 1, 2010
Tip: Flex with https require the web page to be https too
Just a quick tip.
Flex can make SSL call by simply specify "https" in the url of HTTPService. However, the enclosing page must be in https for this to work. Otherwise, you may get "Security Sandbox Violation" like the one below:
Flex can make SSL call by simply specify "https" in the url of HTTPService. However, the enclosing page must be in https for this to work. Otherwise, you may get "Security Sandbox Violation" like the one below:
*** Security Sandbox Violation ***
Connection to https://graph.facebook.com/me/friends?access_token=xyz halted - not permitted from http://localhost:8888/xyz/xyz.swf
Subscribe to:
Posts (Atom)