My Flex3 VideoDisplay is shown below:
<extensions:SmoothVideo
id="vidWin"
volume="1"
playheadUpdateInterval="10"
playheadUpdate="onPlayheadUpdate();"
bufferTime="0.5"
width="320" height="240"
metadataReceived="onMetaData( event );"/>
How do I change is to Flex 4 videoDisplay: as the Flex4 component does not have property for metadataReceived and playheadUpdateInterval and bufferTime.
Thanks in advance
Best ~Z~