iGuest 3 Report post Posted February 13, 2011 I am playing mp4 video on my webpage using following code: <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="760"HEIGHT="354" CODEBASE="http://forums.xisto.com/no_longer_exists/ 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="https://support.apple.com/kb/DL837?locale=en_US; 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 showingthis 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. Share this post Link to post Share on other sites
Baniboy 3 Report post Posted February 14, 2011 I don't know how it would be possible to do it using code. Instead, how I would go about it would be editing the video and adding the message to the end of it. Get yourself a video editor (preferably free and easy to use).Most video editors support drag-and-dropping objects to the timeline, so just drag you image to the end of the timeline after you've added your mp4 file to it. Export to .mp4 format or simply save and you should be done. Share this post Link to post Share on other sites