Stephan, in a general way with <cffunction access="remote" be accessed by HTTP (wsdl, remoting etc) those with <cffunction access="public" can only be accessed by the server itself (some cfc or cfm).
Now regarding Flash Remoting only where <method-access-level> is the key, when you set to the value to 'remote', you should **only** be able to invoke methods with <cffunction access="remote" and when setting this value to 'public and remote' you should be able invoke **both** function types. The bug is, right now, even with <method-access-level>remote</method-access-level> you are able to invoke public methods when you shouldn't be able to. Once again, this only concerns flash remoting. João Fernandes http://www.onflexwithcf.org http://www.riapt.org ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4972 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
