Link to home
Start Free TrialLog in
Avatar of saturation
saturation

asked on

Embedded Quicktime movie not playing

I'm trying to embed an mp4 file into a webpage and have the quicktime player play the movie.  Quicktime is actually being embedded, but there is a big quesiton mark over the movie.  What is the problem?  My code is this:

<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="229"HEIGHT="229" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="SRC" VALUE="http://www.url.com/media/AtoJ.mp4">
<PARAM name="AUTOPLAY" VALUE="true">
<PARAM name="CONTROLLER" VALUE="true">
<EMBED SRC="http://www.url.com/media/AtoJ.mp4" WIDTH="229" HEIGHT="229" AUTOPLAY="true" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED>
</OBJECT>                   
ASKER CERTIFIED SOLUTION
Avatar of Chinmay Patel
Chinmay Patel
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial