Moin!
Internet Explorer Mobile 6 also supports ActiveX® controls through the <object> element. However, there is a restriction: controls must already be installed on the device, because there is no facility for downloading or updating a control through the codebase attribute. This means that Web pages can embed the Windows Media Player control. The following code example shows how to use the Windows Media Player control to play an audio file on the mobile device.
<object classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6"
type="application/x-oleobject" width="400" height="380">
<param name="url" value="file://\storage card\plugins\niceday.wmv">
<param name="ShowControls" value="1">
<param name="volume" value="100">
</object>
Quelle: http://msdn.microsoft.com/en-us/library/dd938878.aspx#UsingInternetExplorerMobile6Objects
MFFG (Mit freundlich- friedfertigem Grinsen)
fastix