Here's the problem:

I have a digital video file that will not play when a project is made into a
projector and run from a CD.
No matter what I change, it always wants to look for the file in its
absolute location (C:\blah blah) and not its relative location like it
should.
All I end up with is the red box and x that shows where the video should be.

I cannot change the fileName in the property inspector (It always goes back
to C:\etc\etc)
I even tried putting the following in "on StartMovie":

  a = the moviePath
  b = "DV_Content\PU_Intro.avi"
  c = a & b
  set the fileName of member "PU_Intro" to c

where "PU_Intro" is the cast member and
"DV_Content\PU_Intro.avi" is the filename
and relative location to the .exe.

Thanks,
Dan Kirchmann
Stressed out @ Purdue University


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

Reply via email to