Can any one suggest me a lightbox jquery which supports .avi file??
Asked
Active
Viewed 563 times
-2
-
I think a lightbox is the least of your problems.... – blockhead Mar 27 '12 at 10:52
-
Those "suggest me" kind of questions usually get closed really fast... <5 min – gdoron Mar 27 '12 at 10:54
1 Answers
0
You can use lightbox
And add this to play avi.
<object data="data/test.avi" type="video/x-msvideo" width="320" height="255">
<param name="src" value="data/test.avi">
<param name="autoStart" value="0">
alt : <a href="data/test.avi">test.avi</a>
</object>
Works on all Browsers. Chrome not tested.

Umesh Moghariya
- 3,063
- 6
- 21
- 23