Mega Code Archive

 
Categories / Flex / Graphics
 

Use VideoDisplay control to import a media stream from Macromedia Flash Media Server 2 from Adobe

<?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">     <mx:HBox>         <mx:Label text="RTMP FMS 2.0" />         <mx:VideoDisplay autoBandWidthDetection="false"             source="rtmp://localhost/bike.flv" />     </mx:HBox> </mx:Application>