A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Need help with a pop up

  1. #1
    Junior Member
    Join Date
    Apr 2004
    Posts
    23

    Need help with a pop up

    hey i've made a pop up window using a code from one of the tutorials, and it worked perfectly fine on a website i had.. but now i made it dot.com it dosn't seem to work.. at the bottom of the page it says done,but with errors one page.. i was just wondering what i've done wrong, cause i havn't change any codeing.. i used the code

    Code:
    SCRIPT LANGUAGE="JavaScript">
    function pop() {
    window.open("site.swf","","height=500,width=705,left=0,top=0");
    }

  2. #2
    How should I know!? Biff Tanon's Avatar
    Join Date
    Jun 2001
    Posts
    748
    Just a guess, but try putting your swf files in an html file. Then call that html file in your javaScript. That is what I have done in the past, and has worked well.

    Cheers!
    [something cool goes here]

  3. #3
    Junior Member
    Join Date
    Apr 2004
    Posts
    23
    Cheers for the help, but it still dosn't work.... i dunno why

  4. #4
    Junior Member
    Join Date
    Apr 2004
    Posts
    23
    Dose it matter that i'm running the domain from geocities...

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