Ask a Question related to Macromedia Director Lingo, Design and Development.
-
mpz111 webforumsuser@macromedia.com #1
opening a document on an external program
Hi,
I'm using director MX and I'm using FileXtra4 to open up JPEG's and PDF files on external programs. When i play the movie inside director, my links work perfectly. But when i try to open the links when playing my movie through the projector, it tells me i have a script error. My lingo is as follows:
on mouseUp
instance = new(xtra "filextra4")
result = fx_FileOpenDocument(instance,the moviepath & "Img_2.jpg")
if result = 0 then alert "Sorry, no app is on the system to open JPEG files"
end
Why would my link work in Director, but not when i play my movie through my projector? Thanks for your help!
mpz111 webforumsuser@macromedia.com Guest
-
#39841 [NEW]: fopen is not opening external urls but opening local files
From: sarvesh_borkar at yahoo dot co dot in Operating system: FreeBSD PHP version: 5.2.0 PHP Bug Type: Filesystem function... -
opening documents on external program
is your movie in a far deep folder ? sometimes paths too long or containing spaces can make problems..... I'm suggesting that 'cause I use Filextra4... -
opening documents on an external program using an Xtra, Continued...
Hi.... You're getting the error because Director is not able to find the xtra that does this job. You can also see the xtras in the message... -
opening documents on an external program using an Xtra
I downloaded an Xtra, specifically "FileXtra3" to open up my PDF files and JPEG pictures on an external program from my CD that I am creating. I'm... -
Invoking an external program in ASP.NET
Hi, I am trying to invoke an external email management program from my ASP.NET web application. For testing purposes I created a very simple... -
Andrew Morton #2
Re: opening a document on an external program
You've forgotten to Modify->Movie->Xtras and tell it you're using fileXtra4
and/or forgotten to put a copy of fileXtra4.x32 in the projector's Xtras folder.
Andrew Morton
Andrew Morton Guest



Reply With Quote

