At 01:39 3/26/2001, Ian Richardson wrote:
>   open the moviePath&"\Flash Files\latestca.swf" with "@\Flash
>Files\Flash.exe"
>--  The moviePath specifies the path that the director movie is in and
>"latestca" is the flash file. With simply tells director where the program
>is to open the file.
>end

You're not distributing the actual Macromedia Flash program with your CD 
are you? Why not just use Flash to make a projector out of the latestca.swf 
file & have Director open that projector executable?

Note that the moviePath includes the path delimiter as the last char so you 
probably don't want it as the first char in the path to your file.

Also, 'open' doesn't like spaces in the path. Either ensure there are no 
spaces in the path or use Buddy API to resolve the 8.3 short file name 
equivalent.

open the moviePath &"FlashFiles\latestca.exe"


--
Mark A. Boyd
Keep-On-Learnin' :)


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to