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

bring swf to front

New Here ,
Jan 07, 2014 Jan 07, 2014

I have a main swf which I load another swf into using Loader and then addChild....this works fine.

The loaded swf covers the main swf completely

The loaded swf has buttons on it, when one of the buttons is clicked I would like the main swf to come to the front. Can this be done?

TOPICS
ActionScript
413
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

correct answers 1 Correct answer

LEGEND , Jan 07, 2014 Jan 07, 2014

If you used addChild to place the loaded swf you should be able to use addChildAt() (specify 0 for the index) to place it at the bottom of the heap.

Translate
LEGEND ,
Jan 07, 2014 Jan 07, 2014
LATEST

If you used addChild to place the loaded swf you should be able to use addChildAt() (specify 0 for the index) to place it at the bottom of the heap.

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