A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: probably asked a fair-few times b4 but.....

  1. #1
    ....how do i open a new window using ONLY flash mx actionscript?
    i want to open this URL>>>

    http://stuff.pidn.com/gtaiii/pulsedlpage.htm (the link may not work, but it is correct)

    with these sizes>>>

    300x306

    with NO toolbars, NO scrollbars, NO menus, NO NOTHING!! (only the blue bar at the top obviousley)...
    can n e 1 redirect me to a tutorial that actually works? or if its not to much of a problem, do the code for me?
    cheers 4 n e help
    jh

  2. #2
    Senior Member nepdude's Avatar
    Join Date
    Feb 2001
    Location
    Canada
    Posts
    960
    try this action on your button

    on(release) {
    geturl("javascript:window.open('http://stuff.pidn.com/gtaiii/pulsedlpage.htm','name','height=300 width=306')");
    }

  3. #3
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    If you want it as naked as can be... You'll have to add to the above!
    Code:
    on(release) { 
    geturl("javascript:window.open('http://stuff.pidn.com/gtaiii/pulsedlpage.htm','name','directories=0,menubar=0,scrollbars=0,toolbars=0,location=0,width=300,height=306,left=#of pixels from left edge,top=#of pixels from top edge')");

  4. #4
    cheers folks

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