Thread: Movies
View Single Post
Old 02-09-2003, 08:42 PM   #4 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,489
sde is on a distinguished road
this is good for the quicktime movie player.. .mov or .mp4 formats i believe.

PHP Code:
 <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320"HEIGHT="255"
CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<
PARAM name="SRC" VALUE="movie.mp4">
<
PARAM name="AUTOPLAY" VALUE="true">
<
PARAM name="CONTROLLER" VALUE="true">

<
embed src="movie.mp4" 
bgcolor=#333333 width=320 height=255
PLUGINSPAGE="http://www.apple.com/quicktime/download/"
KIOSKMODE=true 
autoplay
="true">
</
embed>

</
OBJECT
sde is offline   Reply With Quote