Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

Stage3D and StageVideo

New Here ,
Nov 15, 2013 Nov 15, 2013

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?

TOPICS
Development
385
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines