Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" applicationComplete="init();" frameRate="30">
<mx:Script>
<![CDATA[
import mx.core.UIComponent;
private var _connection : NetConnection;
private var _stream : NetStream;
private var _video : Video;
private var _bitmapArray:Array = new Array();