Flash banner that pop ups html with 'no resize'

I have a Flash banner that pop ups html with ‘no resize’,
no scrolling, no title navigation bars, …nothing.

I should just place a button over top of the banner.
<but the code to get url…?

I have the javascript code to do it perfectly.
<A HREF="#" TARGET="_self" onClick=“window.open(‘Demo.html’,‘Demo’,‘toolbar=no,width=650,height=500,left=175,top=100, status=no,scrollbars=no,resize=no’);return false”>
Launch Demo</A>.

, but in action script

???

Thanks in advance

just use

getURL("javascript : /putyourJSscripthere/ ")

should work

I figured it out earlier, thanks for the reply, though