Forum Moderators: open
I have this form to embed the mp4
I have set my .htaccess to allow mp4 mime type
How do I append this code to enable a .jpg image to show before the movie is linked by the viewer.
Ken
Here's the code now in use
OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width='480' height='375' codebase='http://www.apple.com/qtactivex/qtplugin.cab'>
<param name='Movie' value='DD41.mp4'>
<param name='autoplay' value='true'>
<param name='controller' value='true'>
<param name='loop' value='true'>
<embed src='DD41.mp4' width='480' height='375' autoplay='true'
controller='true' loop='true' pluginspage='http://www.apple.com/quicktime/download/'>
</embed>
</OBJECT>
I have not found the right code to embed it yet
and the neat feature of the flash player is that it allows me to post a static image that the public sees and clicks to 'start' the real video
Thus I am looking for such for mp4
ken