Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using FreeMX to launch PDF files

Status
Not open for further replies.

freakyjas

Programmer
May 12, 2003
10
NZ
hi, ive followed the readme.txt & looked at the sample.fla but still cant seem to get my projecter exe to launch a pdf

in the first frame i have added:

#include "freeMX.as"

for the action button i have:

on (release) {
fmxExec("\Library\readme.pdf");
}

the readme.pdf is in the Library folder (subfolder of the fscommand folder) with the freemx.exe file in the fscommand folder, the freemx.as is in the same folder as the projector folder

i am using mx

any ideas what im doing wrong? probably something really simple ... thanks for ur help

2/ also do u know how to execute the browse command - do i just replace "\Library\readme.pdf" with explorer?

thanks a lot for ur help!

thanks

freakyjas
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top