Quantcast
Channel: Adobe Community : All Content - AIR Development
Viewing all articles
Browse latest Browse all 2954

Adobe Air SDK bug---StageVideo

$
0
0

Hi at all,

I'm using starling and StageVideo to play .MP4 in 2 different Page of my Adobe Air iOS/Android App.

 

I'm trying to disable/make invisible Stage3D before starting Video:

 

MyAPP.singleton.stage3D.visible = false;

 

// play with StageVideo

// some code to play Video

// ---

// ---

 

this.onFinishPlay = function (e)

{

   // Go to Home Page

  // Re Enable Stage3D

MyAPP.singleton.stage3D.visible = true; // i see Stage3D black!

}

 

Basically, i use Stage3D.visible to make Starling invisible and visible.

And it work!!!! But when i use StageVideo than Starling show me an BlackScreen when i came back into Home :-(

Also The flash become not transparent,and I want to know how to make it transparent.

 

Anyone can help us?


Viewing all articles
Browse latest Browse all 2954

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>