Re: [Mplayerplug-in-devel] HTML link over video
Brought to you by:
kdekorte
From: Kevin D. <kde...@gm...> - 2013-06-11 18:26:33
|
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...> 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...] > *Gesendet:* Dienstag, 11. Juni 2013 16:40 > *An:* mplayerplug-in developers > *Cc:* Tekin, Fatih (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...> > 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... > 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... > https://lists.sourceforge.net/lists/listinfo/mplayerplug-in-devel > > |