Skip to main content
Participant
October 8, 2006
Question

POPUPPPP

  • October 8, 2006
  • 1 reply
  • 128 views
Hi I am trying to create popups at a nesting depth and using _root at this
point does not work for me....
My code line is this

details_window = mx.managers.PopUpManager.createPopUp(_root,mx.containers.Window, false,{closeButton: true, title:"The Popup Window Title"});

When i try this same function in a flat movieStructure ,It works ...
Can anyone help me out
This topic has been closed for replies.

1 reply

Inspiring
October 9, 2006
Visit... http://www.flash-db.com/PopUp/

Create the window with the features you want or don't want!, generate the
code, and simply copy & paste the generated code on your Flash button. No
html stuff envolved here. Everything's in the Flash movie.