> openfile
The syntax is:
fileName = FileOpenDialog string initialDir, string filtStr, string
dlogTitle, Boolean createPrompt, Boolean fileMustExist
You can access all the syntax by typing in the message window:
put xtra("FileXtra").interface()
> how would u import an mp3 into the cast
You don't do it directly with the xtra. you use the fileOpenDialog to get
the file and pathname of the file using the open dialogue, and then you use
the Lingo command:
importFileInto member whichCastMember, fileName
To actually import the file, "fileName" being what you got from fileXtra.
And don't forget to check for errors.
Karina
[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!]