0

Good afternoon, I am trying to get and air application to play a video smoothly on a android device. I am using flex 4.6.0 and flash builder 4.6. Does anyone know of any working examples that play local video (videos that are built into the app) and are high quality that doesn't stutter? Should I be building all of my app in as3 and not be using flex? What are people using to show high quality videos in air mobile projects? I am building this for the eee transformer prime. Any time i play a video throw my app even if it using stage video I is jumpy and stutters if i play it just on the tablet it works fine. Are other people running into the same problems I'm running into? (the question bellow show some of the problems)

How do you play a local flv video file in flex mobile project?

How to play videos on a android tablet in with adobe air mobile with out them being choppy?

Adobe air mobile why does the stage flickers when starting a video a stageVideo?

So my question is this is there any working examples of large videos playing on a mobile application? (what i mean by large video is 16mb files. 720p h.264 files)
Thanks for any help i have bin trying to salve this for weeks and haven't bin able to if i could put a bounty on this i would. Thank for reading, Justin

Community
  • 1
  • 1
Justin
  • 1,249
  • 1
  • 15
  • 37
  • "if i play it just on the tablet it works fine." I don't understand what this means. How do you play it just on the tablet? Are you referring to the built in video player application? Or something different? – JeffryHouser Feb 28 '12 at 04:35
  • The tablet has a built in video player that if you pick a file in the Files Manager system it will play the video. It will play the video smoother throw this app then if i create a stageVideo and then grab the video from that same location and it plays way worse throw the app with the stageView (the video is more jumpy and don't play smoothly at all and flickers when loading) Kind of strange. When you think about it. – Justin Feb 28 '12 at 16:32

2 Answers2

0

you have to convert your video file into .swf format then load it through swfloader. I have already try with thie and it is working. Thank you

Naveed Mansuri
  • 439
  • 1
  • 5
  • 13
0

Here is the link for playing youTube videos in AIR mobile apps, but you can change the video url path. hope this will work for you.

Swati Singh
  • 1,863
  • 3
  • 19
  • 40