Thanks guys for the help, I found the issue , it was the OnRequest method in my Application.cfc. I had forgot that I put a stock Application.cfc in the main site folder. I commented out the OnRequest method and and my remoting calls started working correctly. It makes sense now that I think about it, but it was one of those painful days and do to my programing OCD I could not let it go. Hopefully anyone that has this issue in the future will see this post.
After I found the issue I Googled "onRequest + Flash Remoting" and found the statement below. Adobe Coldfusion 8 Docs. [Do not implement the onRequest method in any Application.cfc file that affects .cfc files that implement web services, process Flash Remoting or event gateway requests; ColdFusion will not execute the requests if you implement this method.] Heath ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324440 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

