Hi,
I am developing an application which is some what similar to that of Youtube.
I have uploaded the video file ,i save in the database. And I images from the video, i save this also in the database,
I retrieved the images from the database and displayed them using datagrid and imagebutton.
When I click on perticular image that corresponding video has to play in the video object(but that video play in both IE and mozilla)
can u please tell me the video object which is suitable for both IE and mozilla. And How can I get the video corresponding to that image.
my table is:
Id int, video image, image image;
please tell me the solution for me.
|
| Author: Ravi Kumar 06 Jul 2008 | Member Level: Gold | Rating: Points: 1 |
u can make use of flash player. its an open source......
|