There is no need to use "the moviePath" anymore; it is outdated.  Use the character 
"@" where you would normally use "the
moviePath".  It references the current movie path, but it also removes the need to 
change the path delimiter for each OS. (I.E. "/"
for Win and ":" for Mac).  The "@" allows you to use "/", "\" or ":" for any platform 
and it uses it correctly.

Charlie Fiskeaux II
The Creative Group
www.cre8tivegroup.com
859/858-9054 x29
cell: 859/312-3883


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "lingo l" <[EMAIL PROTECTED]>
Sent: Tuesday, July 10, 2001 6:28 AM
Subject: Re: <lingo-l> QuickTime path names on Mac



You have to explicitly tell director where the quicktime movies are using
'the moviepath' as a starting point. Keeep in mind that the way paths are
shown on the mac are different than on the pc (ie on the mac it's
'HardDrive:film:mymovie.mov' whereas on the pc it would be
'D:\film\mymovie.mov'.

What I ususually do is something akin to

tChar = the last char of the moviepath
tPath = the moviepath & "film" & tChar &" whateveryourmovienameis.mov"


[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!]



[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