You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by Jason Taylor <ja...@dedoose.com> on 2015/02/28 01:01:08 UTC

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>