Help required with Flash Header(Actionscript)

Discussion in 'HTML & Website Design' started by Evo077, Mar 23, 2010.

  1. #1
    Hi All,
    I am currently editing a flash header. I know when you link flash buttons to html pages the code is:

    on (release) {
    getURL("http://www.****.com/index.html");
    }

    The problem I have is that when I preview my header or view it live, the buttons still link to original links of index-1.html, index-2.html

    I cant seem to find the code anywhere in the actions panel that is causing this. Any suggestions?
     
    Evo077, Mar 23, 2010 IP
  2. VarriaStudios

    VarriaStudios Member

    Messages:
    246
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #2
    I can help you if this was done in actionscript 3.

    I assume this is actionscript 2 ??
     
    VarriaStudios, Mar 23, 2010 IP
  3. Evo077

    Evo077 Member

    Messages:
    10
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #3
    Yes its done in Actionscript 2.0
     
    Evo077, Mar 23, 2010 IP
  4. canadianguy_001

    canadianguy_001 Peon

    Messages:
    97
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Are there any actions on the frames?

    That code you posted will only work if it is placed on the actions of the button itself, but in AS2 you can also put actions in frames, so check your frames as well...
     
    canadianguy_001, Mar 24, 2010 IP