« Return to Thread: OnImageData

Re: OnImageData

by Andy Shaules :: Rate this Message:

Reply to Author | View in Thread


THis client who sends the image data must also have the function
'onImageData'
---------> Extract for sendiing data <---
>> var src:BitmapData = new BitmapData(640,480,false,0x000000);
>> var differences:Array = mdMotionObject.extractMovingData();
>> var bytes:ByteArray = new ByteArray();
>> bytes.writeObject(differences);
>> ns.send("onImageData", bytes);


_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

 « Return to Thread: OnImageData