<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-2">
<META content="MSHTML 6.00.2900.2995" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have a big problem with vlc mozilla plugin.
</FONT><FONT face=Arial size=2>My html/js code is bottom of the
mail...</FONT></DIV>
<DIV><FONT face=Arial size=2>The following code is playing, stoping,
pauseing, makeing full screen with my video,</FONT></DIV>
<DIV><FONT face=Arial size=2>but </FONT><FONT face=Arial size=2>the
get_length(), get_position() functions cannot working and gets 0 if the video is
playing</FONT></DIV>
<DIV><FONT face=Arial size=2>and gets -20 if the video is stopped.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I need theese function, cause i want to create a
player to vlc in my webpage and the</FONT></DIV>
<DIV><FONT face=Arial size=2>time pointer needs the length of the
video.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>What is the problem???</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>windows xp, mozilla firefox 2.0, and the lastest
version from the vlc ftp 0.8.5</FONT></DIV>
<DIV><FONT face=Arial size=2>I tried to run the code with other vlc
versions, but the result was same. :(:(</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Please help me!!!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>"</FONT></DIV>
<DIV><FONT face=Arial size=2><html><BR><head><title>Demo of
VLC mozilla plugin</title></head></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><body></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><h1>Demo of VLC mozilla plugin - Example
1</h1></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><embed
type="application/x-vlc-plugin"<BR>
name="video1"<BR> autoplay="no"
loop="yes" width="400"
height="300"<BR> target="<A
href="">http://192.168.1.1/tit/figyelo_2/video/m1.avi</A>" /><BR><br
/><BR> <a href="javascript:;"
onclick='document.video1.play()'>Play video1</a><BR> <a
href="javascript:;" onclick='document.video1.pause()'>Pause
video1</a><BR> <a href="javascript:;"
onclick='document.video1.stop()'>Stop video1</a><BR> <a
href="javascript:;"
onclick='document.video1.fullscreen()'>Fullscreen</a><BR>
<BR> <a href="javascript:;"
onclick='document.video1.mute()'>hang_ki</a><BR> <a
href="javascript:;"
onclick='alert(document.video1.get_position())'>get_position()</a><BR>
<a href="javascript:;"
onclick='alert(document.video1.get_length())'>get_length()</a><BR>
<a href="javascript:;"
onclick='alert(document.video1.get_time())'>get_time()</a><BR>
<a href="javascript:;"
onclick='alert(document.video1.isplaying())'>isplaying()</a><BR>
<a href="javascript:;"
onclick='document.video1.seek(100,false)'>seek()</a><BR></body><BR></html><BR></FONT></DIV>
<DIV><FONT face=Arial size=2>"</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>