You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by mo...@comcast.net on 2015/04/12 21:28:50 UTC

seeing a green screen after video finishes using Spark VideoPlayer

I'm using a spark VideoPlayer with SDK 4.12 and when it finishes playing an mp4 video, the VideoPlayer goes back to the beginning and displays a green screen (e.g .0x004D00). Anyone know how to get it to display the first frame automatically or programmatically when the video finishes playing? Here's the MXML code I use to create the VideoPlayer: 




<s:VideoPlayer id=" vpId " width=" 804 " height=" 546 " autoPlay=" true " 

scaleMode=" none " autoDisplayFirstFrame=" true " autoRewind=" true " 

maintainProjectionCenter=" true " />