Adobe Flash AS3

Streaming and Playing Webcam on Flash via Red5 Sample Application

On November 26, 2009, in Flash / AS3, Red 5, by evag

After installing Red5 you will have HTTP server on port 5080 (it is the default value, but you can change it during install). You can find there sample named Publisher. It uses Red5 sample application oflaDemo. In this post I’ll tell you how to write something simple like that sample. Continue reading »

Tagged with:
Adobe Flash AS3

How to Access Stage From an External Class

On October 20, 2009, in Flash / AS3, by evag

First I’ve encountered this problem some days ago. In fact, this is not a problem. You just need too understand the situation. The stage property is an instance of Stage class and every Stage object has it, but only when it is added to stage with addChild() method. It means that we need to listen when has been added to stage our object. Continue reading »

Tagged with: