.FLV and Server 2003
...that rhymes
For whoever runs flash video on IIS6
Created a video player control... worked fine everywhere i tested it, expect on a box with Server 2003, spent 2hrs thinking it was my code screwing up... coworker figured out why.
Turns out that Windows Server 2003 IIS 6 requires you to identify "mime-type"s that stream.
when you go into IIS right-click on "local computer server" and click properties and click on the mime tab basically add: ".FLV" extension "flv-application/octet-stream" type
Here's the link:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19439&sliceId=1
For whoever runs flash video on IIS6
Created a video player control... worked fine everywhere i tested it, expect on a box with Server 2003, spent 2hrs thinking it was my code screwing up... coworker figured out why.
Turns out that Windows Server 2003 IIS 6 requires you to identify "mime-type"s that stream.
when you go into IIS right-click on "local computer server" and click properties and click on the mime tab basically add: ".FLV" extension "flv-application/octet-stream" type
Here's the link:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19439&sliceId=1
