You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Jamie Brown (JIRA)" <ji...@apache.org> on 2013/11/12 11:33:17 UTC

[jira] [Created] (FLEX-33896) Spark VideoPlayer can't play videos, sounds works but no video

Jamie Brown created FLEX-33896:
----------------------------------

             Summary: Spark VideoPlayer can't play videos, sounds works but no video
                 Key: FLEX-33896
                 URL: https://issues.apache.org/jira/browse/FLEX-33896
             Project: Apache Flex
          Issue Type: Bug
          Components: Spark: VideoPlayer
    Affects Versions: Apache Flex 4.11.0
         Environment: OS: Apple Mac OS X 10.9
Tested Browsers: Firefox 25.0, Google Chrome 30.0.1599.101, Safari 7.0
Flash Players: 11.9.900.117 & 11.8.800.168 (Debug)
            Reporter: Jamie Brown
            Priority: Critical
         Attachments: sample_vid.flv

We rebuilt our existing project (which used VideoPlayer to play f4v video tutorials) using Apache Flex, and the tutorial videos now remain black, but audio track plays correctly. This has been tested with f4v & flv videos, including the sample video from Tour de Flex.

Steps to reproduce
1. Use sample code below. Point video source at attached video file (taken from Tour de Flex)
2. Run project

Actual results:
The video loads and starts playing, the progress bar shows the correct video length and moves. The video player remains black. Videos with sound will play the audio track as expected.

Expected results:
Video loads and plays with video and sound outputs.

<?xml version="1.0"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark">
    <fx:Script>
    </fx:Script>
    <s:VideoPlayer width="100%" height="100%" autoPlay="true" scaleMode="none"
                   maintainProjectionCenter="true" id="articlePlayer" source="assets/sample_vid.flv" >
    </s:VideoPlayer>
    <!--s:Button click="articlePlayer.source='assets/BaselineCaptureTraces.f4v'" label="Load Video"/-->
</s:Application>



--
This message was sent by Atlassian JIRA
(v6.1#6144)