Consider the following code in my code snippet. Really simple CF flash form, right?
When I run this on my personal machine, (CF7, Windows XP) it runs perfectly fine. When I move it to a development server (CF7, Windows Server 2000) the flash form will not initialize. Through troubleshooting, I've discovered (so far):
* The page can access the scripts in the /CFIDE directory just fine.
* The page that is generated includes the script for where the .mxml.cfswf file would be.
* ColdFusion has no problems writing to the directory (discovered using CFFILE)
* Clearing the temporary internet files and loading the page, then viewing the cache and the server IIS logs shows that I'm getting a 404 on the .mxml.cfswf file.
Has anyone else encountered this? How else can I troubleshoot why the server is not creating and/or delivering the flash form to the client?
Start Free Trial