I've set this up and have had success in compiling and running it. I didn't do anything more then unzip the files to CFIDE/samples leaving the dir structure in tact giving me CFIDE/samples/Phone/Flex and CFIDE/samples/Phone/CF
>From a browser test that the CFCs have been installed and work. Go to >http://locahost:8500/CFIDE/samples/Phones/CF/test.cfm Note: one Gotcha here, if you've installed CFMX to IIS you'll want to make sure to update the flex-enterprise-services.xml and set the PORT on the end point url to your port - if its 80 then you'll have <endpoint uri="http://localhost:80{context.root}/flex2gateway/" class="flex.messaging.endpoints.AMFEndpoint"/> It's important that you your compiler args are set (I see that you've set them). It's also important to double check that you're flex project path points to CFIDE/samples/Phones/Flex - Look at the project's properties: Info: Path /Phones, Location: C:\Inetpub\wwwroot\CFIDE\samples\Phones\Flex Flex Compiler: Additional compiler arguments: --services=C:\CFusionMX7\wwwroot\WEB-INF\flex\flex-enterprise-services.xml After you double check that you should do a "clean" and "build". Make sure that your bin file is completely cleaned out. Once you've finished rebuilding run the Main.html right in the built-in browser of Flex Builder 2. If that is what you did and it still doesn't work then we should be looking into cf error logs. Let me know how it goes. Bill ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231163 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

