A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [RESOLVED] Customised Window

  1. #1
    Banned deepakflash's Avatar
    Join Date
    Aug 2007
    Location
    [Object not found]
    Posts
    1,160

    resolved [RESOLVED] Customised Window

    I am using this in my flash to open a new customised window:
    PHP Code:
    on(release){
    getURL("JavaScript:window.open('pf.html','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=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?

  2. #2
    Banned deepakflash's Avatar
    Join Date
    Aug 2007
    Location
    [Object not found]
    Posts
    1,160
    Solved! Solution is here

    Just void the javascript function.
    Last edited by deepakflash; 06-29-2008 at 06:58 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center