Hi Guys,
I’m getting the following error on the second line of code:
var _player:SimpleVideoPlayer = new SimpleVideoPlayer();
var vt:VideoTexture = new VideoTexture(“d://V1.flv”, 512, 512, false, false, _player);
the error is:
TypeError: Error #1034: Type Coercion failed: cannot convert to away3d.materials.utils.IVideoPlayer.
1) The video is in the right location.
2) I can play the video using another .flv player.
3) I’ve tried an mp4 video here and I get the same error
Thanks in advance!