Page 1 of 1

Embedding vlc plugin without graphic

Posted: 10 Apr 2007 19:04
by leviax
Hello to everybody!

I have the folowing problem:
I need to embed into an html page a vlc plugin just for receive a PASSIVE http stream (voice).

I am not interested about graphic, because receiver isn't allowed to play, stop or pause voice input stream. He just can open the web page and listen the stream passively. So the best solution is a non-graphic plugin.
Is it possible?

I searched on the web about, but all examples I runned didn' t work for my case.
Please help me, possibly with some lines of html code.

Thanks in advance!

Liuk

Posted: 11 Apr 2007 04:17
by marcuschan
i think ..if u set ..

width=0, height=0,
auto-play = true
control = false

:lol: :lol:

Posted: 12 Apr 2007 15:02
by Quovodis
put the control in a DIV and set its style to hidden -> HTML 101