farhan Posted September 5, 2018 Share Posted September 5, 2018 I just wondering if anyone know what causing the video not playing on Samsung Galaxy Tab E Lite 4.4.4? I can hear audio play though. On my iPhone 6, everything works just fine. var layer = game.add.group(); layer.x = game.world.centerX; layer.y = game.world.centerY; var video = game.add.video('space'); video.play(true); var sprite = layer.create(game.world.width*0.5, game.world.height*0.5, video); sprite.anchor.set(0.5); Link to comment Share on other sites More sharing options...
Recommended Posts