Skip to main content
Participating Frequently
January 7, 2014
Answered

bring swf to front

  • January 7, 2014
  • 1 reply
  • 428 views

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?

This topic has been closed for replies.
Correct answer Ned Murphy

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.

1 reply

Ned Murphy
Ned MurphyCorrect answer
Legend
January 7, 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.