On 7/10/01 4:25 PM, "Natalia Tjelum" <[EMAIL PROTECTED]> spewed forth:
> handler: member("moviename").filename=
> moviepath&"moviesfolder:moviename.mov"
I've answered this a couple of times...this would only work for the mac. You
need to do different path chars for each. The pc is "\", the mac is ":"
Do this:
tchar = the last char of the moviepath
member("moviename").filename = the moviepath & "moviesfolder" & tChar &
"moviename.mov"
This would work for both platforms as on the mac it would be
CD:moviesfolder:moviename.mov
CD\moviesfolder\moviename.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!]
- RE: <lingo-l> QuickTime path names on Mac Natalia Tjelum
- <lingo-l> Menus and mouse events and data... Darryl Cousins
- Re: <lingo-l> QuickTime path names on Mac grimmwerks
- <lingo-l> goToNetPage always opens in Net... Natalia Tjelum
- Re: <lingo-l> QuickTime path names on Mac Charlie Fiskeaux II
- RE: <lingo-l> QuickTime path names on... Natalia Tjelum
- Re: <lingo-l> QuickTime path name... Florian Bogeschdorfer
- RE: <lingo-l> QuickTime path ... Natalia Tjelum
- Re: <lingo-l> QuickTime path ... phastings
- RE: <lingo-l> QuickTime path ... Natalia Tjelum
- RE: <lingo-l> QuickTime path ... g r i m m w e r k s
- RE: <lingo-l> QuickTime path ... Natalia Tjelum
- Re: <lingo-l> QuickTime path ... g r i m m w e r k s
- RE: <lingo-l> QuickTime path ... Natalia Tjelum
- RE: <lingo-l> QuickTime path ... Kerry Thompson
- RE: <lingo-l> QuickTime path ... Natalia Tjelum
- RE: <lingo-l> QuickTime path ... Kerry Thompson
- RE: <lingo-l> QuickTime path ... Natalia Tjelum
- Re: <lingo-l> QuickTime path ... Pete Carss
- RE: <lingo-l> QuickTime path ... grimmwerks
- RE: <lingo-l> QuickTime path ... Natalia Tjelum
