Hi,
I have created a pop up window by calling a javascript function from the getURL action script in Flash.
The script reads:
<script language="javascript">
function interiors()
{
window.open("html/interiors.html","_blank","directories=0,toolbars=0,location=0,width=900,height=700,left=0,top=0"
;
}
</script>
It opens a flash movie embedded in an html page. How do I make the window resizable...but still without scrolling options?
I have created a pop up window by calling a javascript function from the getURL action script in Flash.
The script reads:
<script language="javascript">
function interiors()
{
window.open("html/interiors.html","_blank","directories=0,toolbars=0,location=0,width=900,height=700,left=0,top=0"
}
</script>
It opens a flash movie embedded in an html page. How do I make the window resizable...but still without scrolling options?