인터넷 교육 사이트 개발시 강의 샘플을 flash movie 로 제공하기로 했다.
로컬에서는 잘 되었는데..이거...서버로 올리니까 안되는 것이 아닌가..-_-
설정이 필요할 것이라고는 생각이 되었었으나...흐음...
한참을 찾아서 알아낸 후의 그 기쁨이란...
Extension : .FLV
Type : flv-application/octet-stream
: video/x-flv
.flv 파일 인식 안될때, iis의 mime type 추가
.FLV files are already the best method for publishing video on the web, and are sure to become even better with the new enhancements in Flash 8. When serving .flv files off of a Windows Server 2003 (or any other Windows server I would imagine) requires setting up the MIME type on the server first (it isn't one of the native MIME types on MS servers).
You can figure out easily if your server is configured to support .flv files by posting a .flv file on a server and navigating to the URL of that .flv in a browser. If you see a LONG string of garbage on the screen, your server isn't set up for .FLVs and needs to have the MIME type set up.
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!
On the Windows 2003 server, open the Internet Information Services Manager.
Expand the Local Computer Server.
Right-click the local computer server and select Properties.
Select the MIME Types tab.
Click New and enter the following information:
Associated Extension box: .FLV
MIME Type box:flv-application/octet-stream
Click OK.
Restart the World Wide Web Publishing service
1. iis 설정창
2. MIME 추가하기.
'MIME형식(M)' 선택하면 다음과 같은 추가창 생성.
3. 확장명과 형식란을 기입한다.
Extension : .FLV
Type : flv-application/octet-stream 혹은 video/x-flv