views:

108

answers:

1

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!

A: 

May this work out in Flash: on(release){getURL("mypdf.pdf", "_blank");} . While, no need to stick to that,a lot of time and energy will be taken as well. There is PDF to Flash converter http://www.axmag.com/submit.html you can simply try this.