Using Flash MX 6.0
I am using the following code to link my button to a URL and it opens a separate window fine:
Code:
order_btn.onPress = function() {
getURL("http://www.networkdriven.com/hp22/purchase_page_demos_sm1.htm", "_blank");
};
But I would like it to open to these coordinates 870,625, 75,35 (these numbers represent the window width, height, top, and left positions when the window opens)in my flash movie.
Sure would appreciate some help with this
Rudy