Hi,

I have a swf, which should open another swf.
I was instructed to use:

_btn.onPress = function() {
getURL(_root.popout, "");
}


Should I stick this in a frame action? and instance my button to '_btn'.
What do I do with the 'popout' part and the ""?

thanks,
Xav