At 5:03 +0100 01_03_28, LePhuronn wrote:
>Things to Note:
>1./ When running from a projector, the applicationPath and the moviePath
>will return the same thing.
Well, only if the current movie is embedded in the projector. Always
using stub-projectors this would only be the case very briefly.
>2./ Windows and MacOS use different characters to chop up path elements,
>called delimiters. The PC uses the backslash ("\") and Macs use the colon
>(":"). You will need to take this into account when you create
>cross-platform projects.
Unless you actually use relative paths ;-)
The ones that looks like:
videoPath = "@/video/fish.mov"
In which case you can use any of /:\
to easily get the pathDelimiter:
sep = the last char of the moviePath
Jakob
[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!]