How to Compress FLV for the Web
- 1). Click the Windows "Start" button on the Web server. Type "cmd" in the command text box and press "Enter." The command prompt opens.
- 2). Type the following command in the command prompt:
appcmd set config /section:urlCompression /doDynamicCompression:True
The command above dynamically compresses the FLV file contents with the most efficient settings as determined by Windows. - 3). Press "Enter" to execute the code. The command prompt displays a success message when the settings complete.
Source...