> I have looked in the archives and found that and tested that the Mac
> does play mpeg1 through QuickTime, however, only if you import them in
> on the Mac.
>
> As the CD is for both Mac and PC, how do you use DirectMedia on the PC
> without the Mac shouting out for the xtras?
Paul,
I am on Digest, so if this hasn't been covered, let me offer this ...
Create a placeholder cast (external - linked). This cast will contain a
single
one bit, bitmap member. Use this single dot member to position your
video(s)
Then create two new non-linked casts, one for QT members, and one for
DirMedia members. Then in start movie
if Mac then
castlib("placeholder").filename = the moviePath & "QTvideos"
else
... "WinVideos"
This way the Mac never sees the DirMedia members, and Win never sees the QT.
Needless to say, you'll need to be working on both systems.
Hope this gets you started
Jim
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/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!]