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 " />
