Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
To call a CFC function from a Flex client application, you start by creating an instance of the RemoteObject component. This is the same RPC component that's used to integrate Flex applications with LiveCycle Data Services and BlazeDS, and the client-side code that's used to communicate with ColdFusion is almost exactly the same. If the source of the component is set to a wildcard in the server-side destination, you set the component's source property in the client-side RemoteObject declaration.
The CFC is known to the Flex client application by its fully qualified name and location, declared with dot notation. This String value is passed to the RemoteObject component's source property to determine which component will be called on the server.