A Flash Developer Resource Site

Results 1 to 8 of 8

Thread: verry strange link problem???

  1. #1

    verry strange link problem???

    im using:

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

    }


    to link to a site in a new blank window, i never had anny problems with this before but know it just won't work.
    If i use _parent or _slef it works but i want a new window.

    you can se what happens att:
    http://www.oceancompany.se

    choose "Referenser" and then "Kunder" and try to click on one of the company names. They should open up a new window whit the link (it works when i choose "publish preview" in Flash but when iv published it the link just clicks and a "!" within a circle comes up.

    Does annybodey know what could be wrong? is there a nother way around it? annother way to get a new blank window???

  2. #2
    Senior Member hum's Avatar
    Join Date
    Sep 2003
    Location
    CloudCuckooland
    Posts
    1,714
    Hi tinner...
    When i viewed the Kunder page....all the links worked ok....maybe the problem is something else ??......thought you might want to know this....

  3. #3
    Oki! thank! maybee something is wrong with my computer then!???
    could it maybee be that a use some kind of addblocker!? like Addaware or simular!

    But how do you turn thoose off? i can't remember if i have one installed and wich it was! ;-)

    /mac

  4. #4
    Senior Member hum's Avatar
    Join Date
    Sep 2003
    Location
    CloudCuckooland
    Posts
    1,714
    sometimes this can affect it .......disable your firewall briefly to try it....if it works...re-enable firewall straight away...then try again.......sorry...not sure what else to try....

  5. #5
    Junior Member
    Join Date
    Jun 2004
    Location
    Ipswich,MA
    Posts
    26
    hey the problem is you dont say blank just type the url
    the code should look like this
    this is just an example it doesnt use the web site you want just replace mine with yours


    on(release){
    geturl("http://www.homestarrunner.com)
    }


    it will appear in a new window
    the time i had gas

  6. #6
    If I don't use "_blank" the image will apear in the same window!
    and thants not what i wanted!

    But how do a get an exact(or same) size on the opend window?
    it would due if i just can copy the present window when i open a new one, can jo do this easily? or du a have to use javascript?

    does annyone have a finished easy to use code!?

  7. #7
    Junior Member
    Join Date
    Jun 2004
    Location
    Ipswich,MA
    Posts
    26
    did you try my way???
    the time i had gas

  8. #8
    Yeah!! then it uses the old window!
    you meen like this yeah?:

    on(release){
    geturl("http://www.homestarrunner.com")
    }

    you forgott the last "
    ??

    or was that the thing!? ;-)

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