Re: insert Quicktime -
11-25-2005
, 09:13 PM
You can use this bit of code:
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320"
height="240" codebase="http://www.apple.com/qtactivex/qtplugin.cab"
align="center" vspace="0" hspace="0">
<param name="SRC"
value="******************************************* **********">
<param name="AUTOPLAY" value="true">
<param name="LOOP" value="false">
<param name="CONTROLLER" value="false">
<param name="CACHE" value="true">
<param name="KIOSKMODE" value="true">
<param name="TARGETCACHE" value="true">
<param name="PLAYEVERYFRAME" value="false">
<embed src="********************************************"
target="quicktimeplayer" width="320" height="240"
autoplay="true"
loop="false"
controller="false"
cache="true"
kioskmode="true"
targetcache="true"
playeveryframe="false"
bgcolor="#0066CC"
pluginspage="http://www.apple.com/quicktime/" align="center" vspace="0"
hspace="0">
</embed>
</object>
Where the long sets of ******************* are, replace that with the location
of the file. Changes the values to true or false depending what type of
configuration you want, etc.
------
Shane H |