A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Pop-up HTML window (cannot be resized!)

  1. #1
    Senior Member EYE-YAD's Avatar
    Join Date
    Apr 2002
    Location
    EYE-WORLD
    Posts
    115

    Pop-up HTML window (cannot be resized!)

    greetings,

    how i can make a button that when clicked a pop-up window will appear but u cannot resize it?

    in a HTML site i would do like this:

    Code:
    <script language="JavaScript">
    <!-- Begin
    
    function openWindow(winname,str,name)
    {	
    	winname = window.open(str,name,'scrollbars=yes,width=750,height=600,resizable=no')
    }
    
    //-->
    </script>
    but i dunno in flash...please help!

    thanx

  2. #2
    Newbie Forever It Seems Dar's Avatar
    Join Date
    Aug 2002
    Location
    Columbus,OH
    Posts
    218
    if you know how to make the button use this code


    on (release) {
    getURL("javascript:window.open('http://johnsoncl.com','newWin2','width=400,height=400');v oid(0);");
    }
    USING MX

  3. #3
    pablo cruisin' hanratty21's Avatar
    Join Date
    Mar 2002
    Location
    on the lam
    Posts
    2,275

    goor URL to bookmark


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