Windows 7, 64 bit. Shockwave flash and Windows Media Player work in html. However, if embedded in a Google Earth Placemark <description>,
flash works, but the Windows Media Player gives “No Plug-in installed to view
content of type application/x-player2”. Placemark
balloons “Allow access to local files and personal data” has been selected. Also tried various active-x permissions in Internet Exporer. Have tried with Google Earth pro and a different computer. Can't seem to find anything on the web about this. Eventually I would like to play local .wav files with Windows Media Player.
Thank you.
html:
<?xml version="1.0" encoding="UTF-8"?>
<description>
<![CDATA[
<div>
<object id="MediaPlayer" width="580" height="360"classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"standby="Loading Windows Media Player components"
type="application/x-oleobject"codebase="
http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
<param name="filename" value="MMS:\\
video.ntuc.org.sg\UPORTAL\Mr_Nathan's_Book_Launch.wmv" ></param>
<param name="wmode" value="transparent"></param>
<param name="WindowlessVideo" value="-1"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src ="MMS:\\
video.ntuc.org.sg\UPORTAL\Mr_Nathan's_Book_Launch.wmv"
width="580" height="360" type="application/x-mplayer2" name="MediaPlayer"
allowscriptaccess="always"allowfullscreen="true" wmode="transparent" autostart="false">
</embed>
</object>
</div>
<div>
<object>
<embed wmode="transparent" type="application/x-shockwave-flash"
src="
http://www.youtube.com/v/FICUvrVlyXc"
height="175" width="212">
</object>
</div>
]]>
</description>
kml:
<Document>
<Placemark>
<description>
<![CDATA[
<object>
<embed wmode="transparent" type="application/x-shockwave-flash"
src="
http://www.youtube.com/v/FICUvrVlyXc"
height="175" width="212">
</object>
]]>
</description>
<name>youtube</name>
<Point>
<altitudeMode>clampToGround</altitudeMode>
<coordinates>-77.23,38.731</coordinates>
</Point>
</Placemark>
<Placemark>
<description>
<![CDATA[
<div>
<object id="MediaPlayer" width="580" height="360"classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"standby="Loading Windows Media Player components"
type="application/x-oleobject"codebase="
http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
<param name="filename" value="MMS:\\
video.ntuc.org.sg\UPORTAL\Mr_Nathan's_Book_Launch.wmv" ></param>
<param name="wmode" value="transparent"></param>
<param name="WindowlessVideo" value="-1"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src ="MMS:\\
video.ntuc.org.sg\UPORTAL\Mr_Nathan's_Book_Launch.wmv"
width="580" height="360" type="application/x-mplayer2" name="MediaPlayer"
allowscriptaccess="always"allowfullscreen="true" wmode="transparent" autostart="false">
</embed>
</object>
</div>
]]>
</description>
<name>Media Player</name>
<Point>
<altitudeMode>clampToGround</altitudeMode>
<coordinates>-77.26,38.731</coordinates>
</Point>
</Placemark>
</Document>
</kml>