View Single Post
  #3 (permalink)  
Old 07-22-2008, 09:35 PM
earthmuse95
 
Posts: n/a
Diggs:
Default Re: call to ext movie works in authoring, error messagein projector

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 . . .

Reply With Quote