Forum Moderators: bakedjake
Problem: I should create a website for PDA and Smartphones running a MS OS and Pocket IE. It should play movies and music embedded into the website and not opening a new Windows Media Player window.
The following HTML Code should work (no problems on desktops, ...). I researched further information that ActiveX is required but not provided with the initial Pocket IE and must be installed seperatly. From where can I download the ActiveX thing and what have to be done for installation and configuration?
Code Samples:
<object width="200" height="45" classid="CLSID:05589FA1-C356-11CE-BF01-00AA0055595A">
<param name="filename" value="myMp3.mp3">
</object>
or:
<embed src="myMp3.mp3" width="200" height="45">
thaks for your help,
Sebastian