Quantcast
Channel: Adobe Community : Unanswered Discussions - AIR Development
Viewing all articles
Browse latest Browse all 2010

new Video() causing screen to flash (Android)

$
0
0

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?


Viewing all articles
Browse latest Browse all 2010

Trending Articles