The docs say that mx:VideoDisplay should play MOV files with Flash
Player 10.  I created a file with QuickTime Pro 7.  I can see that the
MOV file loads, but the metatdata property is null, and videoHeight and
videoWidth are zero.  Not only that, but onMetaDataReceived(event) is
never invoked:
<mx:VideoDisplay
         metadataReceived="onMetaDataReceived(event)"
         ready="onVideoReady()"
         source="yourFile.mov" />
Any suggestions?

Reply via email to