I have made a application that plays videos that are stored in a assets folder of the air application but when ever I run it on an hp slate the videos are really choppy. Is there a way to preload the video or does it have to do with the processing power? the videos are 1.72mb or smaller. They are flv format and they auto play when that application is started. I am using flash builder. Thanks if advance for you help, Justin
Since you are using Air, you also have the possibility of not using the fullscreen-mode. You can set the windowChrome attribute of the app.xml to none and the showStatusBar attribute of the WindowedApplication false. Then you just have scale the whole app manually to the screen resolution. It's kinda ugly, but depending on your needs (e.g. kiosk-application) that'll be just fine.