I am playing mp4 video on my webpage using following code:


Qt Code:
  1. <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="760"HEIGHT="354" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
  2. <PARAM name="SRC" VALUE="my.mp4">
  3. <PARAM name="AUTOPLAY" VALUE="true">
  4. <PARAM name="CONTROLLER" VALUE="true">
  5. <EMBED SRC="my.mp4" WIDTH="760" HEIGHT="354" AUTOPLAY="true" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/">
  6. </EMBED>
  7. </OBJECT>
To copy to clipboard, switch view to plain text mode 

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.