[vlc] Re: mozilla plugin - compiled great, but now what?

Sam Hocevar sam at zoy.org
Mon Feb 10 23:27:37 CET 2003


On Sun, Feb 09, 2003, Christopher DeMarco wrote:

> This is a huge issue for me, and if there ISN'T documentation right now,
> gimmie a brain dump and I'll write it for y'all.  
> 
> Any help much appreciated...
> 
> ...and when does Sam typically hang out on #videolan?

   Sam is currently trying to earn his diploma and won't have much time
for hanging out on #videolan until tomorrow. Here is some HTML to give
you an idea:

  <embed type="application/x-vlc-plugin"
         name="poukram"
         autoplay="yes" loop="yes" hidden="yes"
         target="http://whatever/you/want.mp3">

  <embed type="application/x-vlc-plugin"
         name="woot"
         autoplay="no" loop="no" width="400" height="300"
         target="udp:@239.255.12.42">

  <a href="javascript:;" onclick='document.poukram.play()'>Play MP3</a>
  <a href="javascript:;" onclick='document.poukram.pause()'>Pause MP3</a>
  <a href="javascript:;" onclick='document.poukram.stop()'>Stop MP3</a>

  <a href="javascript:;" onclick='document.woot.play()'>Play UDP stream</a>
  <a href="javascript:;" onclick='document.woot.stop()'>Stop UDP stream</a>
  <a href="javascript:;" onclick='document.woot.fullscreen()'>Fullscreen</a>

   More cool stuff tomorrow, stay tuned! :-)

-- 
Sam.
-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc mailing list