Flash Projector Question
Flash Projector Question
- Started
- Last post
- 6 Responses
- Jamie
I am building a flash movie in project. I want to able to open pdf via the movie... is geturl the best actionscript to use here?
- Nirvous0
You could also use FS commmand
- ********0
yeah you can do it that way unless you are embedding it into some presentation.
- Jamie0
Thanks guys, how do i use the fs command to open the .pdf? at the moment I am using .....
on (release) {
getURL ("test.pdf", "_blank");
}
- Nirvous0
use the exec command and then tell it the path of the target to open or run or whatever your going to do
- Jamie0
Can anyone point me in the directio of a good tutorial for this?
- Mick0