Hi,
Why this code don't run on flex with RED5 and rocks on FMS ?
<?xml version="1.0"?>
<!-- controls\videodisplay\VideoDisplayFMS.mxml -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" width="800"
height="600" layout="vertical">
<mx:HBox horizontalAlign="center" verticalAlign="middle"
width="616" height="250" backgroundColor="#899fb2">
<mx:Label text="RTMP FMS 2.0"/>
<mx:Button label="Play" click="myVid.play();"/>
<mx:Button label="Pause" click="myVid.pause();"/>
<mx:VideoDisplay
autoBandWidthDetection="false"
source="rtmp://serveurRed5/appli/water.flv" id="myVid"/>
</mx:HBox>
</mx:Application>
thanks
JP_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org