Design and CSS styles
Version 5.x > Design and CSS styles > How do I stop browser from automatically downloading embedded flv? View modes: 
User avatar
Member
Member
sentile-oldsecond - 4/27/2012 3:04:00 PM
   
How do I stop browser from automatically downloading embedded flv?
For instance, on this page:
http://www.oldsecond.com/Personal-Banking/Online-Mobile-Banking/Mobile-Banking-FAQ.aspx

I can put in the top main box the following code:
<iframe width="420" height="315" frameborder="0" allowfullscreen="" src="/video/mobile.flv"></iframe>

The code seems to work but when I open that page in either Safari (Mac) or Internet Explorer (PC) both browsers try to automatically download the video instead of playing it in the browser.

I know when I subsitute a youtube video as the src, it embeds just fine. How can I embed my flv from my own server that will still play on most browsers?

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 4/27/2012 5:37:27 PM
   
RE:How do I stop browser from automatically downloading embedded flv?
Hi,

You may need to integrate a player for the file into the CMS as described in the configuring custom file types documentation.

Best regards,
Juraj Ondrus