
August 16th, 2005
08:18 AM
a limited time offer
Status: Offline!
Problem with linking
I'm creating a website, and I'm using a flash banner/navbar. The links are setup in flash, using the script:
on (release) {getURL(portfolio.html);
}
Really simple, right? Well, when I use IE6 and I click the link, I get this error:
Cannot find 'file://C:\Teagan\Projects\Website\_main\undefined'. Make sure the path or Internet address is correct.
When I use FF and click the link, it gives me a similar error with slightly different wording, but that is only if I already have FF open. If I don't have FF open, then it loads one tab of 'Untitled' and then another tab where it displays some other thing. Odd. very.
What am I doing wrong?
___________________


August 16th, 2005
02:05 PM
Knightmaire
Status: Offline!
try typing in the full address using 'http://' is the only idea I can think of.
___________________
Well, just so long as this thing's loaded.


August 16th, 2005
03:31 PM
Neverside Newbie
Status: Offline!
on (release) {getURL("portfolio.html");
}
it's trying to use a variable called portfolio.html, which ain't there :)

August 16th, 2005
08:39 PM
a limited time offer
Status: Offline!
Originally posted by action:
on (release) {getURL("portfolio.html");
}
it's trying to use a variable called portfolio.html, which ain't there :)
At first, I had the quotation marks there, but then for some reason I got rid of them, and flash said that the script contained no errors, but that must be why. Thanks a lot :D
___________________
