I'm a designer, not a developer, so please forgive any obvious oversights on my part!
I am building a CD with a Flash interface that launches on loading. Inside it is linking to several PDFs. It linked correctly on my local machine, a mac, and in a test environment. However, once burning the projector files to the CD it does not link correctly on a mac, but calls the files correctly on a windows PC.
I built this in ActionScript 2.0 and am simply using the code:
on(release){
getURL("pdfs/nameofdoc.pdf", "_blank");}
Any thoughts on how to get it to link correctly?
Thanks!