VideoTexture Mobile

Software: Away3D 4.x

diego.pedroza, Newbie
Posted: 10 August 2013 01:01 AM   Total Posts: 8

Hi

Im creating a mobile application but Im having an issue with VideoMaterial, when run it on desktop is ok, but when run it on my tablet the video is not correctly attached, is like if the video is added to the stage in the position 0,0

This is my code

videoTexture = new VideoTexture(“assets/videos/canal1.f4v”, 256, 256, false, false);
material = new TextureMaterial(videoTexture);
plane = new Mesh(new PlaneGeometry(700, 700), material);
view.scene.addChild(plane);

Attached an image that shows app running on desktop and on mobile

Thanks for your help

 

   
   

X

Away3D Forum

Member Login

Username

Password

Remember_me



X