open word.doc from flash projector
open word.doc from flash projector
- Started
- Last post
- 4 Responses
- Dcsign
Does anyone know how to open a word.doc from a flash projector file... thanks!
- rasko40
on (release) {
getURL("this.doc", "_blank");
}
- beachmeat0
Youd might rather try a: FSCommand("exec", "your.doc");
The file has to be in a folder named fscommand when version>5, and that folder must be on the same level as the Projector-exe.
I think.
- rasko40
and FScommand wont work on a mac... far as I know
- beachmeat0
With the mac I dont know, but I remember that fscommand is only required when you want to start an application (exe), so you can gracefully forget what I said, and stick to the getURL :)