Hi,

This basic code played the video on AIR v31, now doesn't work with air
V32.0.0.89)

<?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"
                                            creationComplete="evce()">
        
        
        <s:VideoDisplay id="vd" scaleMode="letterbox"  
                                        autoPlay="false" 
creationComplete="creationComplete()"   width="100%"
height="100%"  />
        
        
        <fx:Script>
                
        </fx:Script>
</s:WindowedApplication>

Has someone a workaround ?
Regards



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

Reply via email to