Adobe Air SDK bug---StageVideo
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?
