Hi, John,
In my testing, an MPG file doesn't play when added to the
baggage and compiled into the help file, but it does play when it
is external to and stored in the same directory as the help file.
This is in spite of the fact that the link to the MPG file is
specified using a relative path. Which is rather odd because, as we
know, links to external files must normally be specified using an
absolute path.
So, this is OK when the help file is launched from Windows
Explorer, but not so good if the help file is opened
programmatically. In that case, the application could potentially
change the current directory and so break any relative links to
external files, as explained here:
http://helpware.net/FAR/far_faq.htm#RelativePaths
Pete