Flex Module for IIS and Apache Released

Sunday, March 18th, 2007

The Flex module for Apache and IIS provides web-tier compilation of MXML and ActionScript files on Apache and IIS web servers. This lets you rapidly compile and test an application by simply requesting the main application file from a web browser, similar to working server-side scripting languages like PHP, ColdFusion or JSP.

Check it out.

Flash Video won’t work in IIS 6.0

Monday, February 13th, 2006

I learned something today about Windows Server 2003 and IIS 6. Flash Video Files won’t stream at all. Hrm…fun. What is really nice is the Flash piece will play just fine, the video just won’t show up.

With IIS 6.0, Microsoft changed the way streaming media is handled. Previous versions of IIS did not require any modification to stream Flash Video. Microsoft IIS 6.0, the default web server that ships with Windows 2003, requires a MIME type to recognize that FLV files are streamed media.

So you have to add the MIME type in IIS…

  1. On the Windows 2003 server, open the Internet Information Services Manager.
  2. Expand the Local Computer Server.
  3. Right-click the local computer server and select Properties.
  4. Select the MIME Types tab.
  5. Click the New… button and enter the following information:
    • Associated Extension box: .FLV
    • MIME Type box: flv-application/octet-stream
  6. Click Ok.
  7. Restart the World Wide Web Publishing service.

You can view the entire Macromedia TechNote here.

Find entries :

Want to subscribe?

  Subscribe in a reader or,
Subscribe via email:

About me

I'm a senior developer at RealEyes Media, Adobe Certified Instructor and Adobe Certified Professional. Here you'll get my ideas and experience Flex, Flash, ColdFusion and related technologies as well as some generally off the wall stuff.