I don't know if this is the only way , but you can use MovieMaterial
class like this.
var mc:MovieClip = new testMovieClip();
var mat:MovieMaterial = new MovieMaterial(mc);
var plane:Plane = new Plane({width:mc.width,height:mc.height}):

inside testMovieClip you can play your video in various ways.
- Load the external video from a server or local computer
- Embed the video inside your flash file
...

On Dec 2, 2:18 pm, Tony Brown <[email protected]> wrote:
> Hello,
>
> I am trying to find a tutorial on adding a VideoMaterial to a plane or any
> kind of primitive,
> I can't seem to find anything, I keep getting 'how to add MovieClips' is
> this the only way to add video to a surface ?
> by converting a video file into a .fla file, I don't want to use streaming
> video just a video on my machine.
> Sorry, I searched but came up with nothing.
> A link to a tutorial or an code snippet would be highly useful
>
> Many Thanks

Reply via email to