Some other things to check come to mind.... If your CF server is at
http://localhost:8501/... isthere a context-path for the cf war file? If
so, is it /iDashboard?For RemoteObject or proxied
HTTPService/WebService, did youpoint Flex Builder at your
/WEB-INF/flex/services-config.xml file with the-services command line
compiler argument? If so, then did you remember tospecify the
-context-root command line compiler argument too as it's likely that
you'vestill got {context.root} tokens in your serv...