You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Some help with struggling to play FLV from your server Created Jul 2, 2009

This thread is solved

Views: 4640     Replies: 14     Last reply Nov 26, 2011  
You must login first before you can use this feature

vonnii

Posts: 1

Registered:
Jul 2, 2009

Some help with struggling to play FLV from your server

Posted: Jul 2, 2009

I thought I would add some help to anyone who are struggling to get their FLV files to play on their websites, even though you uploaded the file correctly.

It is quite simple to fix, just follow these steps:

Adding .flv MIME type in IIS

1) Select the site to configure in IIS, right click and select "Properties"
2) Under HTTP Headers Tab, select "File Types" under the MIME Map section and select "New Type"
3) Type ".flv" as the associated extension and "video/x-flv" as the content type.
4) Select "OK" and you're ready to fly!

Credits goto:http://it.toolbox.com/blogs/rymoore/adding-flv-mime-type-in-iis-4198

Buzz
Author of 'Wordpress Flowplayer', jQuery.saiweb http://saiweb.co.uk Problems, requests? Please log a ticket at: http://trac.saiweb.co.uk

Posts: 271

Registered:
Dec 17, 2008

» Some help with struggling to play FLV from your server

Posted: Jul 7, 2009

Reply to: Some help with struggling to play FLV from your server, from vonnii
Thanks for the info vonnii,

To aid in searches, it might be an idea to re-title your post?

i.e. "Adding FLV metadata in IIS"

Cheers

Buzz

frops

Posts: 1

Registered:
Jul 8, 2009

Russia it"s hier

Posted: Jul 8, 2009

Reply to: Some help with struggling to play FLV from your server, from vonnii
Hi. I'am from RUSSIA

Anssi
Flowplayer Flash & video streaming developer

Posts: 1194

Registered:
Jul 24, 2007

» Russia it"s hier

Posted: Jul 8, 2009

Reply to: Russia it"s hier, from fropsy
That's cool. Are you already using Flowplayer?

Anssi

King

Posts: 5

Registered:
Jul 18, 2009

This is just as confusing...

Posted: Jul 18, 2009

Reply to: Some help with struggling to play FLV from your server, from vonnii
Thank u for trying to help people like me but, I dont know what you are talking about. When i right click a page, I dont see any of what u mentioned. I thought you were talking about MY page, and yet no options like what u mentioned there either. I dont know if I need this or not.

oliver24
http://www.zephyrtechseo.com

Posts: 5

Registered:
Nov 24, 2011

» Some help with struggling to play FLV from your server

Posted: Nov 24, 2011

Reply to: Some help with struggling to play FLV from your server, from vonnii
Could you please explain how to fix this in Apache?Thanks

Christian Ebert
Flowplayer support

Posts: 2803

Registered:
May 27, 2008

» » Some help with struggling to play FLV from your server

Posted: Nov 24, 2011

Reply to: » Some help with struggling to play FLV from your server, from oliver24
AddType video/x-flv .flv

in httpd.conf or in a .htaccess file.

http://httpd.apache.org/docs/2.0/mod/mod_mime.html#addtype

oliver24
http://www.zephyrtechseo.com

Posts: 5

Registered:
Nov 24, 2011

» » » Some help with struggling to play FLV from your server

Posted: Nov 26, 2011

Reply to: » » Some help with struggling to play FLV from your server, from blacktrash
Thanks a lot..