[flexcoders] Re: How to use StageWebView component load pdf file in Android tablet?
This doesn't work for me.any other solutions?Thanks Mark --- In flexcoders@yahoogroups.com, "markflex2007" wrote: > > Hi, > > someone post a solutions on > :http://stackoverflow.com/questions/6184927/how-open-pdf-in-air-for-android-black-berry > > but I am not sure which seeting in description file for "hardware > acceleration"? Please help. Thanks > > Mark > > The following message is copied from > http://stackoverflow.com/questions/6184927/how-open-pdf-in-air-for-android-black-berry > > The StageWebView is the solution #1. > > However, this won't work on Android 3 tablets. For activating any plugin > (e.g., Flash or PDF) in the StageWebView you need to explictely enable > hardware acceleration in the description file. This part would be easy, but > Flash CS 5.5 would not package your -app.xml since it checks against the > Froyo lib and not the Honeycomb lib. Since the hardwareaccelartion is a > feature of Honeycomb, it is unknown for CS5.5. > > Here is an immediate need for updating your products Adobe > > So do it with the StageWebView but keep your tablet friends in mind. Give > them a message at least. >
[flexcoders] Re: How to use StageWebView component load pdf file in Android tablet?
Hi, someone post a solutions on :http://stackoverflow.com/questions/6184927/how-open-pdf-in-air-for-android-black-berry but I am not sure which seeting in description file for "hardware acceleration"? Please help. Thanks Mark The following message is copied from http://stackoverflow.com/questions/6184927/how-open-pdf-in-air-for-android-black-berry The StageWebView is the solution #1. However, this won't work on Android 3 tablets. For activating any plugin (e.g., Flash or PDF) in the StageWebView you need to explictely enable hardware acceleration in the description file. This part would be easy, but Flash CS 5.5 would not package your -app.xml since it checks against the Froyo lib and not the Honeycomb lib. Since the hardwareaccelartion is a feature of Honeycomb, it is unknown for CS5.5. Here is an immediate need for updating your products Adobe So do it with the StageWebView but keep your tablet friends in mind. Give them a message at least.
[flexcoders] Re: How to use StageWebView component load pdf file in Android tablet?
It works with simulator but do not work on real device. why? Do you have a solusion for this? Thanks Mark