Hi all,
I've have a window, created with popupmanager, called my_win containing a movieclip with linkage my_mc. I can access the content via my_win.content.test.text = "testing"; etc...
Within my_mc I have a function as below:
function closePopup() {
_parent._parent.deletePopUp();
trace("closePopup");
}
My problem is that I cant call the function from anywhere else than from within the moveiclip?
Anyone got a clue?
Thanks!
//Morgan