Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-33896

Spark VideoPlayer can't play videos, sounds works but no video

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Apache Flex 4.11.0
    • None
    • Spark: VideoPlayer
    • None
    • 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)

    Description

      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>

      Attachments

        1. sample_vid.flv
          767 kB
          Jamie Brown

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jamie.brown@mpec.co.uk Jamie Brown
              Votes:
              4 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: