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?
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...