I'm working on a project with away3DLite on AS3, and I'm trying to put a video inside, I already have the square where the video is going to be displayed but for me to put the video there I need to put it as a material, anto create a material with video the cosntructor asks for the movie in a sprite, here are the docs " http://away3d.com/livedocs/lite_1.0.2_lib/away3dlite/materials/MovieMaterial.html ".
All I need is to load the viedeo on a sprite to create the material.
But how do I load a video on a sprite?