Thread: Movies
View Single Post
Old 03-08-2003, 09:37 AM   #6 (permalink)
Ilya020
Techno Rat
 
Ilya020's Avatar
 
Join Date: Jan 2003
Location: San Diego
Posts: 559
Ilya020 is on a distinguished road
Send a message via AIM to Ilya020
Quote:
Originally posted by sde
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
I though embed only worked in IE. At least thats what a friend told me like two years ago...

Ilya.
__________________
> SELECT * FROM users WHERE clue > 0
0 rows returned
Ilya020 is offline   Reply With Quote