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-01a10ff7ece5/ResourceVideoData/d5eb09cf-9299-415a-bbe2-3de3ed9ea300.f4m" width="100%" height="100%" autoPlay="true"/> </s:Application>