| Author |
Play Video In Jsp without install palyer in remote browser
|
nayan rami
Ranch Hand
Joined: Dec 28, 2010
Posts: 30
|
|
Hello frieds
how to play run .avi .wmv file on remote browser with installing application or player on the remote computer
i think this techniques is called as onfly video playing techniques
so can any one help me for that
i m using vlc player to play video in the browser
using this code
<object width="425px" height="360px" >
<param name="allowFullScreen" value="true"/>
<param name="wmode" value="transparent"/>
<param name="movie" value="video.avi"/>
<embed src="<%=fileName%>" width="100%" height="100%" allowFullScreen="true" type="application/x-vlc-plugin" wmode="transparent"/>
</object>
please help me
please reply me fast
it to urgent
thanks in advance
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
The user's computer has to have the player installed for it to play a file.
It is like saying I can run Java without having Java installed on my machine because another computer in Antarctica has it installed.
Eric
|
 |
 |
|
|
subject: Play Video In Jsp without install palyer in remote browser
|
|
|