Launching Word, Powerpoint & PDF from flash?

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

files must me in fscommand folder
and command is

fscommand(“exec”, “a.doc”)

very important is that this feature works only for projectors .exe files

I’m not sure if it would open Word but you can always try some programs like MDM Zinc 2.5 for creating projectors with execute function
even it is still poor with them

Mr steel. In reading my post I had hoped you would notice I have already tried the method involving fscommand and stated that it does not work even in exe form. thanks for the reply anyway!