A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Please help!! Pop up window!!

  1. #1
    Hi-

    I cannot take this anymore. Please help me---I am at wit's end. Here is my problem. I have an swf that links to an html file. I can get it to pop up, but the toolbars and menu bar show. I have a script that I am inserting after the Get Url function, but it DOES NOT WORK. I am using Flash 4.0

    Here is what I am doing:

    On (Press)
    Get Url (what goes here? Do I use the parantheses and quotes? If you have the script, please just list it so I can just cut and paste it directly after the Get Url function in the box)

    I keep pasting what people write and it doesn't work. I think maybe I have too many parentheses and quotes---I really don't know what it should look like without all of that.

    My url that I am trying get to pop up is: http://www.caninecomics.com/shroudnew.html

    I want it sized at: 550 width and 400 height.

    I know I am a newbie, but I am a very stressed out newbie. Can anyone help me???

    Thank you a million times over.

  2. #2
    you sound pretty desparate.

    Here's what I did, in flash 4.0a

    http://www.brianwarren.com/old



    to call out a javascript pop up window:



    on (release) {
    getURL ("javascriptpenThatmultiWindowDangIt();");
    }


    but you must imbed some js in the html that contains your flash.

    in the <head></head> part you need to put :

    <script>

    <!--

    function openThatmultiWindowDangIt()

    {

    window.open('multipopup.html','popup','toolbar=no, location=no,directories=no,status=no,menubar=no,sc rollbars=no,resizable=no,copyhistory=no,height=300 ,width=575,left=0,top=0');



    }

    // -->

    </script>

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