Results 1 to 3 of 3

Thread: Open SWF In New Window

  1. #1

    Thread Starter
    Fanatic Member Mushroom Realm's Avatar
    Join Date
    Mar 2002
    Location
    Murrieta, California
    Posts
    650

    Open SWF In New Window

    I know how to open a new browser window with javascript. But I tried to set the path to an swf file I have on the server and it didn't work. I tried just the file name, and the full internet path. Anybody know whats wrong?

  2. #2
    Member Evolute's Avatar
    Join Date
    Sep 2002
    Location
    Portugal
    Posts
    58
    How did you tried to open a new browser window with javascript?
    Evolute

  3. #3

    Thread Starter
    Fanatic Member Mushroom Realm's Avatar
    Join Date
    Mar 2002
    Location
    Murrieta, California
    Posts
    650
    VB Code:
    1. function openwindow()
    2. {
    3. window.open("http://www.geocities.com/mushroomrealm/kristenstar.swf","my_new_window","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=400,height=400")
    4. }

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