<html>
<body>
have some php code inside, check if browser is php or mozilla, but i
should you understand. <br><br>
<?if(browser_detection('browser') == "ie"){ ?><br>
<OBJECT classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8"
codebase="axvlc.cab"<br>
width="330"
height="250" id="vlc"
events="True"><br>
<param name="Src" value="rtsp://<?echo
$address.":".$str_port."/".$url?>"
/><br>
<param name="ShowDisplay" value="True" /><br>
<param name="Loop" value="True" /><br>
<param name="AutoPlay" value="True" /><br>
</OBJECT><br>
<?}<br>
elseif(browser_detection('browser') == "moz"){?><br>
<embed type="application/x-vlc-plugin"<br>
name="vlc"<br>
autoplay="yes"
loop="yes" width="330" height="250"<br>
target="<a href="rtsp:///" eudora="autourl">rtsp://</a><?echo
$address.":".$str_port."/".$url?>"
/><br>
<?} else {<br>
echo "Somente os browsers
Internet Explorer e Mozilla são suportados, desculpe.";<br>
}?><br><br>
<input type='button' class='submit' style='width:50px;height:25px'
value='Play' onClick='document.vlc.play();'><br>
<input type='button' class='submit' style='width:50px;height:25px'
value='Stop' onClick='document.vlc.stop();'><br>
<input type='button' class='submit' style='width:50px;height:25px'
value='Mute' onClick='document.vlc.togglemute();'><br>
<input type='button' class='submit' style='width:95px;height:25px'
value='Tela Cheia' onClick='document.vlc.fullscreen();'><br><br>
At 10:01 3/6/2005, you wrote:<br>
<blockquote type=cite class=cite cite="">have you some example for
explorer's embed tags? <br>
maurizio <br><br>
<br><br>
<br>
Il giorno 02/giu/05, alle 14:54, Jose Garcia Cezar Junior ha scritto:
<br><br>
<blockquote type=cite class=cite cite="">Yes, with mozilla and activex
(vr. 0.8.2-test1) plugins. <br><br>
Do you read a streaming how-to? its explain how-to use mozilla plugin.
<br>
And, in 0.8.2 activex folder have a example to use internet explorer.
<br><br>
At 09:47 3/6/2005, you wrote: <br>
<blockquote type=cite class=cite cite="">Hi all, <br>
is possible include (embed) vlc into a webpage (html) ? <br>
thanks <br>
maurizio <br><br>
<br><br>
<br>
<font size=2>Maurizio Galbiati</font></blockquote><br>
<blockquote type=cite class=cite cite=""><font size=2>WTV</font></blockquote><br>
<blockquote type=cite class=cite cite=""><font size=2>via
Puccini,1</font></blockquote><br>
<blockquote type=cite class=cite cite=""><font size=2>milan -
Italy</font></blockquote><br>
<blockquote type=cite class=cite cite=""><font size=2>M.Phone Italy
00393397285475</font></blockquote><br>
<blockquote type=cite class=cite cite=""><font size=2>M.Phone Qatar
009745458395</font></blockquote><br>
<blockquote type=cite class=cite cite=""><font size=2>M.Phone Oman
0096872354356</font></blockquote><br>
<blockquote type=cite class=cite cite=""><font size=2>------------------------------------------------------------</font></blockquote><br>
<blockquote type=cite class=cite cite=""><font size=2>The information
transmitted is for the sole use of the intended recipient (s) and may
contain confidential and/or privileged material. Any unauthorized review,
retransmission, dissemination or other use is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.</font></blockquote><br><br>
<<br>
<blockquote type=cite class=cite cite="">/blockquote></x-html>
</blockquote></blockquote><font size=2>Maurizio Galbiati <br>
WTV <br>
via Puccini,1 <br>
milan - Italy <br>
M.Phone Italy 00393397285475 <br>
M.Phone Qatar 009745458395 <br>
M.Phone Oman 0096872354356 <br>
------------------------------------------------------------ <br>
The information transmitted is for the sole use of the intended recipient
(s) and may contain confidential and/or privileged material. Any
unauthorized review, retransmission, dissemination or other use is
prohibited. If you received this in error, please contact the sender and
delete the material from any computer.</font> <br><br>
</blockquote></x-html> </blockquote></body>
</html>