Re: Flex 4.11 + OSMF 2.0 => bug

2013-10-28 Thread sébastien Paturel
point 2 is workaround to make it sure it display everytimes, but it disables the performance gains from stageVideo. I finally got everything clear now i think: as it is said in the link, justin provided, the stageVideo is displaid under the Display list, so everything that is drawn above can o

Re: Flex 4.11 + OSMF 2.0 => bug

2013-10-28 Thread Justin Mclean
Hi, Looks like this[1] explains the issue and conains workarounds. 1. Add backgroundAlpha="0" to the Application container 2. OSMFSettings.enableStageVideo = false; We could do the second in the SDK but no idea if that is a good idea or not. Thanks, Justin 1. http://help.adobe.com/en_US/OSMF/

Re: Flex 4.11 + OSMF 2.0 => bug

2013-10-28 Thread sébastien Paturel
release here might have broken it. -Original Message- From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of OmPrakash Muppirala Sent: Monday, October 28, 2013 5:42 PM To: dev@flex.apache.org Subject: Re: Flex 4.11 + OSMF 2.0 => bug Sebastien, I dont think we have control over O

Re: Flex 4.11 + OSMF 2.0 => bug

2013-10-28 Thread Justin Mclean
Hi, Any chance you can provide some example code showing the issue? Thanks, Justin

RE: Flex 4.11 + OSMF 2.0 => bug

2013-10-28 Thread Jeff Tapper
Muppirala Sent: Monday, October 28, 2013 5:42 PM To: dev@flex.apache.org Subject: Re: Flex 4.11 + OSMF 2.0 => bug Sebastien, I dont think we have control over OSMF features. Have you tried posting in the OSMF forums? [1] Thanks, Om [1] http://forums.adobe.com/community/opensource/osmf On Mon,

Re: Flex 4.11 + OSMF 2.0 => bug

2013-10-28 Thread OmPrakash Muppirala
Sebastien, I dont think we have control over OSMF features. Have you tried posting in the OSMF forums? [1] Thanks, Om [1] http://forums.adobe.com/community/opensource/osmf On Mon, Oct 28, 2013 at 2:36 PM, sébastien Paturel wrote: > Hi, > it seems i have a bug with the new release, whith use o

Flex 4.11 + OSMF 2.0 => bug

2013-10-28 Thread sébastien Paturel
Hi, it seems i have a bug with the new release, whith use of OSMF 2.0 i installed flex SDK in Flash builder with the latests installer, created a project which only contains a VideoPlayer and set a source value to a mp4 file threw http protocol (its the same with RTMP protocol and a VideoElemen