Hello Andy,
Can you be more specific in what you are saying. I got stuck here for the past one month.
Any working example.
ThanX.
Andy Shaules wrote:
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@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org