Hello,
i want to insert video in my web page but the video didn't work it load for small time then it stop and i don't know why??
i write this line in aspx page
and i try this line also but no progress it tell me missing plugin all time when i search for missing plugin i found no plugin available
i don't know how i can solve this problem.
Thanks in advance
Orked
i want to insert video in my web page but the video didn't work it load for small time then it stop and i don't know why??
i write this line in aspx page
Code:
<video src="ss.flv" width="500" height="150" controls> </video>
Code:
<embed src="ss.flv" width="340" height="140" />
Thanks in advance
Orked
Comment