Hi,
Sorry for last post, some code was missinfg, here is complete code:

<?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"; 
                                           
xmlns:s="library://ns.adobe.com/flex/spark" 
                                           
xmlns:mx="library://ns.adobe.com/flex/mx"
                                            >
        
        
        <s:VideoDisplay id="vd" scaleMode="letterbox"  
                                        autoPlay="false" 
creationComplete="ev_creationComplete()"  
width="100%" height="100%" mediaPlayerStateChange="checkState(event)"    />
        
        <s:TextArea id="ta" width="100%"/>
        
        <fx:Script>
                
        </fx:Script>
</s:WindowedApplication>


Here are the states : 
vd state:loading
vd state:ready
vd state:playing
vd state:buffering
vd state:playing
vd state:playbackError

Note that if set source to locale file then it is working.
SDK used 4.16.0 




--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Reply via email to