How do I put a video as a texture on a plane?
I have started with this code
videoClip = new VideoTexture("assets/video/Motherboardvideo.flv", 1024, 1024);
In away3d 4alpha the video could be implemented as material. How do I proceed in away3d 4beta?