First create the bwcheck folder:
Create a folder by the name of bwcheck inside your Flash Communication Server application folder. On Windows, this folder's default location is:
C:\Program Files\Macromedia\Flash Communication Server MX\applications
Next create the videoplayer folder:
Your folder structure should now look like Figure 1.
Figure 1. Server-side folder structure
The reason why you deploy to separate applications is obvious: It leaves you more flexible when other applications also want to access the bwcheck application. Rather than integrating the bandwidth-check code into each and every new application, you simply connect to bwcheck, gather the test results, and disconnect again. Your SWF file holds the data and connects to your main application, leaving you with only minimal scripting to do on the client side and no server-side scripting left to do at all.