Hi, I got a button with the following code:
on (release) {
getURL(“http://www.link2.it”);
}
I want the link to open in a new window with height 540 and witdh 480, and I want the windows to use scrollbars and no toolbar.
I got a htmlcode for this and it looks like:
<A onclick=“window.open(‘sites/faq.htm’, ‘faq’, ‘toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=yes,resizable=no,width=536,height=480,top=240,left=300’)” href=“javascript:void(’’)”></a>
could anyone help me to “translate” it so I could use it in flash?
/thanks for answering, Ayaz