You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by Alex Harui <ah...@adobe.com> on 2015/03/02 16:57:22 UTC

Re: Flex 14 SDK Video Playback issue

It may not be “broken”, it might just have more capabilities and a
different default.  Justin provided the following on a thread this past
August:

>And this has come up before on the list and here is the answer:
>http://help.adobe.com/en_US/OSMF/1.0/Dev/WSc6f922f643dd2e6d-5718733812f2be
>c460d-7fff.html

>Basically you need to OSMFSettings.enableStageVideo = false; and it will
>work - 

>Thanks,
>Justin

HTH,
-Alex


On 2/27/15, 4:05 PM, "Jason Taylor" <ja...@dedoose.com> wrote:

>Issue goes back to broken  OSMF library being shipped with the FlexSDK,
>the attached osmf.swc works correctly.  Why are we still shipping FlexSDK
>with a broken OSMF library?
>
>
>-----Original Message-----
>From: Jason Taylor
>Sent: Friday, February 27, 2015 4:01 PM
>To: users@flex.apache.org
>Subject: Flex 14 SDK Video Playback issue
>
>This application shows video in 4.12.1, 4.13.0, but in 4.14.0, the video
>audio plays but no video image is present...  Seems like a pretty big
>breaking bug to me.
>
><?xml version="1.0"?>
><s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
>xmlns:s="library://ns.adobe.com/flex/spark">
>    <s:VideoPlayer
>source="https://app.dedoose.com/HttpVideo/501b27a1-061e-492e-82ec-01a10ff7
>ece5/ResourceVideoData/d5eb09cf-9299-415a-bbe2-3de3ed9ea300.f4m"
>width="100%" height="100%" autoPlay="true"/> </s:Application>