A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Please help for opening a precise window in flash

  1. #1
    Junior Member
    Join Date
    Mar 2000
    Posts
    1

    Question

    I desperatly need an expert willing to give some help. I am trying to open a precise pop up window, and I am using the instructions from this site, but I am having no luck. Can someone visit my site and look at look at the code in the HTML Head tag and let me know what I may be doing wrong. The page is www.ivlt.com. To open the window, go to "Web Hosting", then on the side menu, choose "NT-Gold plan". Also, below is the code used on the SI Swimsuit site. It seems the window URL and size variables are in the flash movie unlike is instructed to do on this site. I would like to do that so we can open multiple windows on in one movie that is embedded on the same HTML page. Please help. It is very appreciated.

    <script language="javascript">

    function popWin( url, name, width, height, scroller ) {

    var outStr = 'height=' + height + ',width=' + width;

    if (scroller != true) {

    outStr = outStr +

    ',menubar=no,toolbar=no,location=no,directories=no ,status=no,scrollbars=yes,resizable=no';

    }

    else {

    outStr = outStr +

    ',menubar=no,toolbar=no,location=no,directories=no ,status=no,scrollbars=no,resizable=no';

    }

    window.open(url, name, outStr);

    }

    </script>

  2. #2
    Senior Moderator
    Defender of the Faith
    Pope de Flash's Avatar
    Join Date
    Feb 2000
    Posts
    3,429

    Cool

    Perhaps you will find what you need at this link. http://www.moock.org/webdesign/flash/index.html

    Regards, Bill

    ------------------
    Macromedians 1:1

    In the beginning the web was without shape and color, and the hype covered the darkness of the net. Then there was a Flash and life came to the web and vision became reality.
    <EMBED src="/cgi-bin/ubb/Members/sigs/00000100.swf" quality=high WIDTH=375 HEIGHT=75 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </EMBED>

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