I've built my app in Flex Builder 2. With FB 2, it creates both a .swf file as well as a debug.swf file. When trying to deploy the app, I use the html file that is generated (not the debug.html). For some reason though, I have to copy over both the .swf file as well as the debug.swf file in order for the app to work in deployed location even though the html has no reference to the debug.swf file at all. If I just deploy the .swf file alone, I just get a blank canvas. Why is that? Thanks for any help.

