-
Showing image at end of mp4 video
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://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>
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.
-
-
how to disable movie download option on mouse right click
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://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>
I want to disable movie download option with which user can't download the movie by right clicking on it.How can i do it.Thanks.
-
-
Not sure what you'd need for this, maybe flash?
But this isn't the right section for it.
-
-
I have large number of mp4 files which i wana play,cant use flash.
Whats right section then ? I think PHP or mayb javascript can solve this problem some way,that is why i posted here.
-
-
You can't do stop right clicking. PHP is a serverside language and only determines what is originally sent to the browser-- what the browser does with it is unrelated to PHP. And Javascript can try becuase it is a clientside language, but it won't be effective. Or at least it won't be 'secure'.
Unless you convert your movies to a flash format, you can't hide them. And even in flash it's possible to find and save them. But it will appear harder, if all you want to do is make it appear hidden. I don't recommend that though.
Note: I've moved this discussion to the HTML forum and merged your other question with it.
Second question: you would also need to use flash to add an image at the end, or you might be able to integrate the quicktime plugin with javascript, but that will be very complex.
Daniel -
Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks