PDA

View Full Version : How do I open pdf on top of my Flash-made interface?


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 :)

farafiro
05-26-2003, 10:49 AM
I think this can be done by a third party
a lotta pfo doing that now, search here I think one called ROBO, or ROBOFLASH

CyanBlue
05-26-2003, 11:56 AM
Howdy...

Also, 'freeMX' and 'topmost' are good terms to search in the forum... :)

bncl
05-27-2003, 10:30 AM
I just got a fix by putting my Pdf file together with an .exe and .ini file inside fscommand folder, and then i can click on the link on my interface and have the pdf opened up on the front instead of back now.

on (release) {
fscommand ("exec", "PdfName.exe");
}

PdfName.exe
PdfName.ini
PdfName.pdf

Still, thank you, CyanBlue, and thanks for your help again Farafiro.
:) :)

bubba
08-11-2003, 02:14 AM
Hi ---

What program did you use to create the pdfName.exe? Ir's exactly what I needed!

Thanks.

takeos
02-09-2005, 04:19 AM
Hi ---

What program did you use to create the pdfName.exe? Ir's exactly what I needed!

Thanks.

It's MenuBox (menubox.com). You can find a description of this issue here:

MenuBox and Macromedia Flash FSCommand "Exec"
www.cloanto.com/kb/3-158.html (http://www.cloanto.com/kb/3-158.html)