Dale,
Flash remoting needs to be turned on and you need to have a channel setup in
remoting config. Look at the file below and check out the adobe devnet at
http://www.adobe.com/devnet/flex/flex_cf.html

*WEB-INF/flex/remoting-config.xml*

   <default-channels>
       <channel ref="my-cfamf"/>
   </default-channels>

   <destination id="ColdFusion">
       <channels>
           <channel ref="my-cfamf"/>
       </channels>
       <properties>
           <source>*</source>
           <!-- define the resolution rules and access level of the cfc
being invoked -->
           <access>
               <!-- Use the ColdFusion mappings to find CFCs, by default
only CFC files under your webroot can be found. -->
               <use-mappings>false</use-mappings>
               <!-- allow "public and remote" or just "remote" methods to
be invoked -->
               <method-access-level>remote</method-access-level>
           </access>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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/CF-Talk/message.cfm/messageid:295717
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to