Hi,

I want to place a link on my app which starts a static HTML help page
in a new broswer window and I want to control the appearance of the
browser window that gets created.  If I were doing this in HTML I
would use JavaScript window.open and set the config parameter, e.g.

<SCRIPT LANGUAGE="javascript">
<!--
window.open ('titlepage.html', 'newwindow', config='height=100,
width=400, toolbar=no, menubar=no, scrollbars=no, resizable=no,
location=no, directories=no, status=no')
-->
</SCRIPT>

Is there a way of doing this in Flex (specifically Flex 2)?

TIA
Simon

Reply via email to