Has anyone had this before, it's been making me go crazy for the last 3 hours.
video = new Video() on android makes the screen flash black for about 2 seconds. It then reverts back to where it was.
I'm not adding it to the display list, and have not listeners on video. Simply -
protected function onAddedToStage(event:Event):void
{
video = new Video();
}
Replicates the problem each time on my Android device.
Any ideas?