Hi everybody
Is anybody out there who knows if there is anyway for auto determination of the height and width of a movie to include it in the template?
By the way I've modified the
mov template adding the
OBJECT class. The new template is:
<!-- Template file for QuickTime Movies -->
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
WIDTH="352" HEIGHT="256"
CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="SRC" VALUE="{media_src}">
<PARAM name="AUTOPLAY" VALUE="true">
<PARAM name="CONTROLLER" VALUE="true">
<EMBED SRC="{media_src}" WIDTH="352" HEIGHT="256" AUTOPLAY="true" CONTROLLER="true"
KIOSKMODE="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED></OBJECT>
Cheers
Renee