Click here to Skip to main content
16,016,168 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,

I am facing issue in displaying Video on my site after deploying it on the webserver (ASP.NET).

Videos are displaying correctly when I am running the website on local using visual studio 2010. But when I deploy the website, they didn't display. I am sure the videos are located on the server and path is also correct. Even IDM is downloading the videos from the website and rendering is also correct (Exactly same when ran on local).

XML
<object data="Videos/Period1/ckflv.flv" width="100%" height="100%">
<param name="url" value="Videos/Period1/ckflv.flv/">
<param name="src" value="Videos/Period1/ckflv.flv/">
<param name="autostart" value="true">
<param name="sound" value="true"><param name="controller" value="true">
&lt;/object>






Please help me sort out this issue. May be some IIS issue.

Thanks in advance
Posted
Comments
Lebohang Danster 15-Apr-13 5:38am    
Do you have the flv mime type added to your iis.
if not, try following the steps here http://it.toolbox.com/blogs/rymoore/adding-flv-mime-type-in-iis-4198

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900