Hi everyone,
just wondered if you guys could help me out with launching word docs, powerpoints and pdfs from flash projectors on a CD. I've tried using -
fscommand(“launch”,“mydoc.doc”);
which does nothing. I’ve also tried as someone recommended, putting the files into a subfolder called “fscommand”, that doesnt work either. Then I tried -
getURL(“mydoc.doc”);
which simply opens a web browser window then opens the folder where the file is stored rather than opening it. So to sum up, I want to make a flash projector on a CD which will launch those 3 file types with the click of a button. any help would be mucho appreciated as i’m in a bit of flap workin on a deadline!
thanks in advance :)
Will