Forum Moderators: bakedjake
[en.wikipedia.org...]
[3gpp.org...]
Windows Media would limit you to SmartPhones that use the Windows Mobile platform, which is a small percentage of all mobile phones.
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
WIDTH="176"HEIGHT="170"
CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="SRC" VALUE="themovie.3gp">
<PARAM name="AUTOPLAY" VALUE="false">
<param NAME="type" VALUE="video/quicktime">
<PARAM name="CONTROLLER" VALUE="true">
<EMBED SRC="themovie.3gp" WIDTH="176" HEIGHT="170"
AUTOPLAY="false" CONTROLLER="true" type="video/quicktime"PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED>
</OBJECT>
Instead use plain links
<a href="video.3gp">Watch movie</a>
AddType video/3gpp 3gp 3gpp
AddType video/mp4 mp4
To make links more attractive you can also use image links to show a screenshot just remember to specify alt-attribute.