Hi,
I’ve got a plane mesh which has a VideoTexture, instantiated thus:
var vt:VideoTexture = new VideoTexture(URL.VID_SRC);
Now, when I apply this to a mesh and add to scene, the mesh is entirely black - the sound from the video is present, but no video. I’ve set autoUpdate to true, no joy, there doesn’t appear to be much on the net by way of this error. Can anyone suggest anything?
Also, ideally I need to be able to cache the video, and not have it stream - I don’t know how it actually happens (as have hit a brick wall with this!), if anyone could help I’d be much obliged!
Thanks