AS2.0 IN FLASH CS3
on (release)
{
getURL("java script:Launch('http://localhost:1781/CC/FlashAnimation/Animation.swf', 600, 406)");
}
VISUAL STUDIO 2005:
<script language="Javascript">
function Launch(page, width, height)
{
OpenWin = this.open(page , "a" , "toolbar=no , menubar=no ,location=no, scrollbars=yes, resizable=yes, width=" + width + ", height=" + height + ", top=" + (screen.height/2 - height/2) + ", left=" + (screen.width/2 - width/2) + "\"");
}
</script>
But, my window appears this:

I want to have url address bar and the title changed to my preference. Below is one example:

** Edit **

New Topic/Question
Reply



MultiQuote




|