macromedia.director.basics
[Top] [All Lists]

Re: call to ext movie works in authoring, error message in projector

Subject: Re: call to ext movie works in authoring, error message in projector
From: "earthmuse95" <webforumsuser@xxxxxxxxxxxxxx>
Date: Tue, 22 Jul 2008 19:55:22 +0000 (UTC)
Newsgroups: macromedia.director.basics

it now says: "Handler not defined.  #baOpenFile  Script Error, Continue?"

 That's what comes up when i try to call one of the "small projectors" from the 
main presentation. The small projectors are just little applications that I've 
tried to build using the MailTo xtra. The script I'm using is this:

 on mouseDown me

 ok = baOpenFile(the moviePath & "christine email.exe", "maximized")

 if ok < 32 then -- some error occurred

 case ok of

 2: -- file not found
 alert( "File not found!" )

 31: -- nothing can open swf
 baOpenURL(the moviePath & "christine email.exe", "maximized")

 otherwise: -- some other error, very unlikely

 alert( "Unknown error" )
 end case

 end if
 end


 end

 As I think I mentioned, I don't get that error when I'm authoring in Director. 
Shouldn't I?  I am not so special with Lingo . . .


<Prev in Thread] Current Thread [Next in Thread>