video works ok in IOS simulator but not on iPad

Software: Away3D 4.x

hfeist, Jr. Member
Posted: 15 March 2014 10:23 PM   Total Posts: 37

Using the code below i can get video to play within the IOS simulator within FlashBuilder but not on the iPad itself.

Any ideas?

//video texture
   
var vt:VideoTexture = new VideoTexture("PicassoPtgOnGlass8fps_1_1.flv"256256true,true);
   var 
tm:TextureMaterial = new TextureMaterial(vttrue);
   var 
planeGeom:PlaneGeometry = new PlaneGeometry(102473011falsetrue);
   
planeMesh = new Mesh(planeGeomtm);
   
scene.addChild(planeMesh);
   
planeMesh.y=365;
   
videoMaterial = new TextureMaterial(videoBitmapTexture = new BitmapTexture(new BitmapData(512512true0xFFFF0000)), falsetrue); 
   
   

X

Away3D Forum

Member Login

Username

Password

Remember_me



X