;

PDA

Click to See Complete Forum and Search --> : [RESOLVED] Customised Window


deepakflash
06-26-2008, 12:45 PM
I am using this in my flash to open a new customised window:
on(release){
getURL("JavaScript:window.open('pf.html','','toolbar=no,lo cation=no,directories=no,status=no,menubar=no,scro llbars=no,resizable=no,width=1015,height=640,left= 0,top=0');");
}
The problem i face is, when this new window opens the current window goes blank and my entire flash file is lost. So i will have to click BACK button in my windows to reload my old swf. How to avoid this? Is it possible to open my customised new window without affecting the previous one?

deepakflash
06-29-2008, 07:55 AM
Solved! Solution is here (http://board.flashkit.com/board/showpost.php?p=4066049&postcount=6)

Just void the javascript function.