A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Opening links in different window?!?!!

  1. #1
    Junior Member
    Join Date
    Dec 2003
    Posts
    3

    Opening links in different window?!?!!

    Hi!

    I own FLASH MX for about a month.
    I have 2 questions I was not able to find answers to.

    1. I have places some links to other sites on my site. When I hit that link it opens that site in the window where my site is already open. How can I get it to open in a new window???
    2. When I upload my site and open it in for example Explorer and want to save it in my bookmarks it’s called INDEX (the name of my Flash and HTML file). How can change this to something else. For example when I choose to bookmark my site it’s called: “FLASH SITE-THANK YOU FOR VISITING” or something?!?!?

    Thanks in advance!!!
    moondogg

  2. #2
    Member Pepember
    Join Date
    Jul 2001
    Location
    Berlin
    Posts
    886
    as to 1)

    Code:
    getURL("javascript:window.open('file.html','windowname'[,'height=123,width=123'])");
    only, java script spells: javascript

  3. #3
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Or simply...
    code:

    on(release){
    getURL("http://www.google.com/", "_blank");
    }


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