You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Justin Mclean (JIRA)" <ji...@apache.org> on 2013/12/16 03:44:08 UTC

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

    [ https://issues.apache.org/jira/browse/FLEX-33896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13848772#comment-13848772 ] 

Justin Mclean commented on FLEX-33896:
--------------------------------------

Know issue with workaround so changing to Major (from Critical)

> 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
>         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:Application>



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)