Showing image at end of mp4 video
Posted: 13 Feb 2011 10:08
I am playing mp4 video on my webpage using following code:
I want to add custom msg at the end of this video.There can b many option,i selected the option of making image have custom text in it and then showing
this image at the end of movie.I done the image creation part with custom text in it,bt i m finding it difficult how can i show this image at the end of video.
Plz help me out,thanks for any help.
Code: Select all
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="760"HEIGHT="354" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="SRC" VALUE="my.mp4">
<PARAM name="AUTOPLAY" VALUE="true">
<PARAM name="CONTROLLER" VALUE="true">
<EMBED SRC="my.mp4" WIDTH="760" HEIGHT="354" AUTOPLAY="true" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED>
</OBJECT>
this image at the end of movie.I done the image creation part with custom text in it,bt i m finding it difficult how can i show this image at the end of video.
Plz help me out,thanks for any help.