Re: [Mplayerplug-in-devel] HTML link over video
Brought to you by:
kdekorte
|
From: Jacob, C. <Chr...@ch...> - 2013-06-25 12:58:46
|
Hi Kevin,
an example would be very fine.
Thanks a lot
Chris
Von: Kevin DeKorte [mailto:kde...@gm...]
Gesendet: Dienstag, 25. Juni 2013 14:09
An: mplayerplug-in developers
Betreff: Re: [Mplayerplug-in-devel] HTML link over video
Christoph,
Your English is fine, no need to apologize for it.
Anyway, I believe with gecko-mediaplayer you can use 'onclick' in the embed tag. If you need an example I can probably provide one.
Kevin
On Jun 25, 2013 1:12 AM, "Jacob, Christoph" <Chr...@ch...<mailto:Chr...@ch...>> wrote:
Hi Kevin,
sorry for the big delay in my answer. I'm very busy at the moment.
We have a customer with an very old web-based client for playing video streams using an very old version of firefox. We got an emulator of this client (customized Knoppix). This client is built in 2007. We are getting no newer version of this emulator but we know that in the field an newer version of mplayer (from 2010) is used. I assume (or hope) that in the field also a newer version of firefox (and probably gecko-mediaplayer as plugin) is used. This situation is not optimal at all, but we must live with this.
I'll try to implement the clickable link behind the videostream with gecko-mediaplayer and an newer version of firefox. Do you have any ideas to implement?
Best regards
Chris
PS: Sorry for my bad english
Von: Kevin DeKorte [mailto:kde...@gm...<mailto:kde...@gm...>]
Gesendet: Dienstag, 11. Juni 2013 20:26
An: mplayerplug-in developers
Betreff: Re: [Mplayerplug-in-devel] HTML link over video
Christoph,
Interesting the you have mplayer plugin as a requirement. It has not been updated in several years. Perhaps you can give me a little background as to what the needs are? Also mplayerplug-in does not work with current browsers so you must have some pretty fixed requirements.
Kevin
On Jun 11, 2013 7:49 AM, "Jacob, Christoph" <Chr...@ch...<mailto:Chr...@ch...>> wrote:
Hi Kevin,
thank you for your quick answer. Unfortunately it is a requirement to use the old mplayerplug-in. In worst case we must change the requirement ;-)
Chris
Von: Kevin DeKorte [mailto:kde...@gm...<mailto:kde...@gm...>]
Gesendet: Dienstag, 11. Juni 2013 16:40
An: mplayerplug-in developers
Cc: Tekin, Fatih (Fat...@ft...<mailto:Fat...@ft...>)
Betreff: Re: [Mplayerplug-in-devel] HTML link over video
Christoph,
Mplayerplug-in does not support may JavaScript methods. However, gecko-mediaplayer does. So you may want to use that plugin instead.
Gecko-mediaplayer is the enhanced version of mplayerplug-in.
Kevin
On Jun 11, 2013 8:34 AM, "Jacob, Christoph" <Chr...@ch...<mailto:Chr...@ch...>> wrote:
Hi !
I have a little question: Is it possible to have a HTML link over the video, so that when the user click on the video, a new HTML page is loaded?
I have tried the following but with no success:
<script language="javascript" type="text/javascript">
function btntest_onclick()
{
window.location.href = "http://www.google.com";
}
</script>
<html>
...
<embed src="test640.mjpeg" align="middle" width="640" height="480" type="video/mpeg" onclick="return btntest_onclick()">
...
</html>
Thanks for your support.
Chris
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Mplayerplug-in-devel mailing list
Mpl...@li...<mailto:Mpl...@li...>
https://lists.sourceforge.net/lists/listinfo/mplayerplug-in-devel
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Mplayerplug-in-devel mailing list
Mpl...@li...<mailto:Mpl...@li...>
https://lists.sourceforge.net/lists/listinfo/mplayerplug-in-devel
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Mplayerplug-in-devel mailing list
Mpl...@li...<mailto:Mpl...@li...>
https://lists.sourceforge.net/lists/listinfo/mplayerplug-in-devel
|