I am not using local file system paths when I am calling the page. The 404 error itself is not appearing on the page, but in the IIS logs. When CF parses a page with a CFFORM TYPE=FLASH element, it creates a temporary .mxml.cfswf file that is sent to the client. This is the file that the IIS logs show as 404.
I do have a webserver on my local machine, and it's working perfectly fine there, as well as on another web server I have set up. I'm not building this application using the Flex IDE at all. It's pure CFML that generates a Flex SWF.
I've attached the outputted file from the coldFusion server.
Main Topics
Browse All Topics





by: hobbit72Posted on 2008-05-07 at 23:34:28ID: 21522697
404 means file not found, something is missing or in the wrong place on your dev server. Check that you are not using any local filesystem paths when calling. tml instead of from the flex ide?
Do you have a webserver on your personal machine, if so, what happens when you run the app from http://localhost.yourapp.h
Post the source for the page that includes the script for where the cfswf would be.