I have a flash resume that I made and I am having a little trouble with linking to a Word document. I am 100% sure the link is correct, however on some browsers it says page not found initially (but with the correct link in the address bar). Then when I click refresh in the browser, it finds the Word Document. It seems to only do this with the one Word document for some reason.
Here is my code for the link:
on (release) {
getURL(“http://enginecontrol.dyn.ee/CurrentResume.doc”, “_blank”);
}
The link itself is a symbol. I had to make it one to expand the click area. I had it as just text before but it was very hard to click the button.
So is this a bug in Flash MX or Internet Explorer? I’m really baffled because my PDF link works fine.
Here is my movie if you want to take a look at it:
http://enginecontrol.dyn.ee/Resume.html
Thanks for the help in advance.