Re: [Flashcoders] Video on IOS

2014-03-12 Thread John R. Sweeney Jr.
I hear crickets. :)

Can anyone suggest a link or site to help me with playing video on a iPad from 
inside of a Flash AIR app? StageDirectVideo works great, but resides under the 
display list. I need video on top of a background graphic. Everything I've 
tried does not play the video.

Thanks,

John R. Sweeney Jr.
Senior Interactive Multimedia Developer
OnDemand Interactive Inc
Hoffman Estates, IL 60169




On Mar 4, 2014, at 11:21 AM, John R. Sweeney Jr. jr.swee...@comcast.net wrote:

 Howdy,
 
 I have a client that wants to bring their touchscreen app over to the iPad. 
 It has several videos that are mp4, but I don't know the compression that was 
 used. Is H.264 the only think iPad's like when played back in a Flash app?


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Video on IOS

2014-03-12 Thread Rick
Yup, video plays behind the display list only, under the stage, because that is 
where the gpu can process it rather than the cpu. So, I think the workaround is 
to have the background graphic as a frame, which is in actuality above the 
video with a transparent center, but at least preserves the appearance of 
background graphic consistent with the style of your app.
Take what I say here with a grain of salt as I've only really dealt with video 
in an AIR app in the real world for android, so perhaps someone else can weigh 
in with more hands on knowledge and iOS experience. I read up on it a while 
back for an iOS AIR app that ended up not including the video component.
 
:: Richard Hassen:: Graphic and Interactive Designer:: rickhas...@hotmail.com:: 
cell 415.450.1199

 Subject: Re: [Flashcoders] Video on IOS
 From: jr.swee...@comcast.net
 Date: Wed, 12 Mar 2014 20:01:52 -0500
 To: flashcoders@chattyfig.figleaf.com
 
 I hear crickets. :)
 
 Can anyone suggest a link or site to help me with playing video on a iPad 
 from inside of a Flash AIR app? StageDirectVideo works great, but resides 
 under the display list. I need video on top of a background graphic. 
 Everything I've tried does not play the video.
 
 Thanks,
 
 John R. Sweeney Jr.
 Senior Interactive Multimedia Developer
 OnDemand Interactive Inc
 Hoffman Estates, IL 60169
 
 
 
 
 On Mar 4, 2014, at 11:21 AM, John R. Sweeney Jr. jr.swee...@comcast.net 
 wrote:
 
  Howdy,
  
  I have a client that wants to bring their touchscreen app over to the iPad. 
  It has several videos that are mp4, but I don't know the compression that 
  was used. Is H.264 the only think iPad's like when played back in a Flash 
  app?
 
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Video on IOS

2014-03-12 Thread John R. Sweeney Jr.
Ironically, that is what I tried about an hour ago. No other video approach was 
working, so I cut a hole in the background graphic and made it a .png. Then I 
saw the video. Though that would be a work around. 

Does anyone else have an suggestion. Is that the ONLY this the only way to play 
video now on the iPad in a Flash app?

It seems a bit absurd… 

Thanks,
John R. Sweeney Jr.
Senior Interactive Multimedia Developer
OnDemand Interactive Inc
Hoffman Estates, IL 60169




On Mar 12, 2014, at 9:44 PM, Rick rickhas...@hotmail.com wrote:

 Yup, video plays behind the display list only, under the stage, because that 
 is where the gpu can process it rather than the cpu. So, I think the 
 workaround is to have the background graphic as a frame, which is in 
 actuality above the video with a transparent center, but at least preserves 
 the appearance of background graphic consistent with the style of your app.
 Take what I say here with a grain of salt as I've only really dealt with 
 video in an AIR app in the real world for android, so perhaps someone else 
 can weigh in with more hands on knowledge and iOS experience. I read up on it 
 a while back for an iOS AIR app that ended up not including the video 
 component.


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders