all groups > flash (macromedia) > may 2005 >
You're in the

flash (macromedia)

group:

getURL problems with uploading on server - Help Please!


getURL problems with uploading on server - Help Please! Roughouse Designs
5/18/2005 10:47:56 PM
flash (macromedia):
I have looked this over and over and for the life of me cannot figure out why
this will not work.
This is my code in my flash document:

on (release) {
getURL("checklist.pdf","_blank");
}


On my computer I have a folder on my desktop called "sherwoodgolf.ca", then
the checklist.pdf file is located in that folder, so that is exactly how I have
it set up on the webspace. And it won't work!! I need to get this PDF file up
ASAP so tournaments can be booked.
I am using the same code for an image on a different link:

on (release) {
getURL("sherwoodMAP.jpg","_blank");
}

and that code works FINE! So now I am beginning to wonder does it have
anything to do with the PDF? Can someone help me out on this, I am getting very
frustrated and nervous.

Thanks a lot.
http://www.sherwoodgolf.ca

Re: getURL problems with uploading on server - Help Please! .:}x-=V!P=-x{:.
5/19/2005 12:09:11 AM
your pdf looks fine try defining the relative path ie:

on (release) {
getURL("http://www.sherwoodgolf.ca/checklist.pdf","_blank");
}

AddThis Social Bookmark Button