Peter Auld
Guest
|
Posted:
Fri Aug 06, 2004 2:56 pm Post subject:
WM9 autoinstall from CD |
|
|
Hi,
I've ran into a small problem on a CD I'm making. On the CD
I have some video thats encoded in WMV9/WMA9 and embedded
in html using the following code.
<object id="MediaPlayer"
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
standby="Loading Microsoft Windows Media Player
components..." type="application/x-oleobject" width="352"
height="330">
<param name="AllowChangeDisplaySize" value="true">
<param name="AnimationatStart" value="true">
<param name="AutoRewind" value="true">
<param name="FileName" value="video/intro.wmv">
<param name="Mute" value="false">
<param name="PlayCount" value="1">
<param name="SendKeyboardEvents" value="true">
<param name="SendMouseClickEvents" value="true">
<param name="ShowAudioControls" value="true">
<param name="ShowControls" value="true">
<param name="ShowPositionControls" value="true">
<param name="ShowStatusBar" value="false">
<param name="Volume" value="0.1">
<embed type="application/x-mplayer2"
pluginspage="../plugin/mpfull.exe" src="video/intro.wmv"
width="352" height="330" showcontrols=1>
</object>
The problem comes with I'd played on a PC that doesn't have
WMP9 or a internet connection. As you can guess, since it
doesn't have the codec to play it it has a few 'problems'.
Is there anyway of getting the CD to detect that WMP9 isn't
installed and getting it to then install it from the CD.
Thanks,
Peter
|
|