Thanks Ben, it seems like a have an older version of the VideoMaterial class
because it doesn't have those methods.

On Wed, Jul 8, 2009 at 12:22 PM, ben <[email protected]> wrote:

>
> Hi Francisco,
> example :
>
> ///access the material, here trough your object
> var videomat:VideoMaterial = yourobject.material as VideoMaterial;
> videomat.play();
> videomat.pause();
> videomat.close();//remove the stream of the video
>
>
>

Reply via email to