Search:
Type: Posts; User: ly1819
Search :
Search took 0.01 seconds.
Hello everyone,
Does anyone know how to use Java Script for RealPlayer skipping 4 or 5 seconds?
In the offical document, I just found DoPause() and DoPlay(), not somethink like DoSkip().
If it...
Yes, I think you are right, thanks!
Hello everyone,
I have a question about sending RTSP command to a server.
I want to pause a streaming and replay it. I have no idea how to do it. Does anyone know about this?
I think it is...
Hello,
I intergrate Real player in my page using the tag <embed>,
I want to use my button (not the default button) to control the player,
What commands should I use?
I have seen some documents...
The problem is resolved with "split", thanks a lot!
Hello everyone,
I have question for getting certain information from responseText of XMLHttpRequest.
I get the responseText like this:
s=Ford
e=support@localhost
c=IN IP4
t=0 0...
Hello everyone,
I receive the code HTML like:
<div onMouseOver="getLink()">
<div class="flag">
<a class="now_actionItem" href="google.com">somethingHere</a>
</div>
</div>
I can't change...
Hello everyone,
In the webpage I place a element of text in a absolute position, and it can be changed when the mouse move different buttons.
But the problem is a sentence with spaces will be...
Hello everyone,
I want to do a function when the window's size is change.
How to do it?
I think maybe something like this:
//biginning
var winW = window.innerWidth;
winH =...
you are so fast, thank you very much Fang!!
hello, everyone,
I want to change the content of a balise of <div>.
<div class="home_item" id="xxx" align="center">This is which to be changed </div>
I think the code is just like:
...
The reason is that I use Xhtml, so it doesn't work.
I try with html, it is good.
Thank you!
Thank you for you reply.
Did you try it?
I tried, it doesn't work.
Hello everyone,
I want to change the size of the image when my mouse moves over it. I write some code but doesn't work.
In the page HTML:
<img src="11-1.bmp" name="b1" id="b2"...