i have used “embed” tag for Flv file, Flash Player for “swf” file and “object tag for other files…
everything working fine with IE but in Mozilla only swf files working properly..
can anybody suggest me right way to play video of any type in IE and Mozilla both
i have used embed tag for Flv file, Flash Player for swf file and
Share
i did it using ffmpeg… finally
i converted file nto .flv then created its thumbnail and played video using “embed” tag which works fine in IE and mozila both
here is my wcfservice file code
Interface file
Service.cs
this code uploads file converts it into .flv and creates thumbnail for the same
here is web.config for this Service
web.config… service end point in website
Embed tag used to play video…