Big_Mack1 wrote:
> I'm posting this in the XP forum because most of the people who will be
> getting my CD are still using XP, and I want the Data CD to be able to open
> and play on most of their machines.
>
> Setup for my question:
> I created a Data CD which contains:
> (1)400 wedding photos,
> (2)a Powerpoint 2007 slideshow of the wedding, reception, and honeymoon,
> (3)and 3 mp3 files that were played during the ceremony, which are also used
> in my Powerpoint slideshow.
>
> My question:
> How do I get my Powerpoint 2007 creator to use the ->user's<- CD-rom as the
> "default" disk when searching for a music file which is embedded in the
> slideshow?
>
> The problem I'm having is that the CD plays the music on my machine just
> fine (because the original mp3 files still reside on my hard drive), but when
> I insert it into my wife's laptop, the music doesn't play during the
> slideshow because the Powerpoint tries to locate the mp3's on her ->hard
> drive<- instead of the CD.
>
> When I tried to go into the creator to change the filename using a wildcard,
> or by using "..\" as the first characters in the filename (like
> "..\songname.mp3", the program wouldn't let me save it in that format.
>
> How do I force Powerpoint to use any user's CD-Rom as the default location
> when searching for a file? If I just put "F:\songname.mp3" as the filename,
> other people who play the CD may not have the CD-Rom with a device name of
> "F:"-- it may be D:, or E:...
This doc, differentiates between embedded and linked multimedia content.
http://idea.uwosh.edu/nick/UsingMultimedia.pdf
This one mentions that Powerpoint 2003 has an option in the file menu.
http://t4.jordan.k12.ut.us/t4/index2...do_pdf=1&id=31
"One wonderful feature of PowerPoint 2003 is the Package for CD (File menu).
If you forgot to do the instruction in the previous paragraph, it helps
simplify these file path problems by copying all the files to one location
(a CD or folder) with your presentation and updating all the links for
the media files - definitely the best way to proceed if you're
distributing or moving your presentation from your computer. It also
has the added advantage of copying the free PowerPoint player program,
so people who don't own PowerPoint licenses can still watch your
presentation!"
If the multimedia content relies on uncommon codecs, or the presence of
player applications, then it could still break. It would almost be
tempting to convert the presentation, into a movie of some sort,
or use an "unbreakable" multimedia format. Some format that
any Windows platform would support, for example.
You would want the file paths to be "relative" and not "absolute".
For example F:\songname.mp3 is an absolute pathname, and if the
CDROM is actually G:, it would break. If, on the other hand, the
path was ./songname.mp3, that would be relative to the current
directory. You would hope whatever magic the "Package for CD"
option is going to work, is going to set the paths relative, so
as long as the associated files are in the same folder as the
main PPT, it'll work.
Paul