Copy link to clipboard
Copied
Hi at all,
I'm using starling and StaveVideo to play .MOV 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 😞
Anyone can help us?
Find more inspiration, events, and resources on the new Adobe Community
Explore Now