bncl
05-26-2003, 09:15 AM
I'm now making a CD interface with Flash, and i need to create a link to a pdf file on the interface, i have tried to insert the path and file name in the "URL link" box in Properties, but when i click on the link, the pdf is opened in the back of the screen, what i can do to default set the new window to open on the front of the interface?
I did a search and found on the web and found that we can use the fscommand "exec" to launch executable files, if i do so, how do i convert a pdf to executable file?
on (release) {
fscommand ("exec", "MenuBox.exe");
}
Any hints or advices are appreciated.
Many thanks :)
I did a search and found on the web and found that we can use the fscommand "exec" to launch executable files, if i do so, how do i convert a pdf to executable file?
on (release) {
fscommand ("exec", "MenuBox.exe");
}
Any hints or advices are appreciated.
Many thanks :)