So I'm experimenting with moving my RemoteObject development to Flash CS3 instead of Flex. My main reasoning for this is filesize (300KB min with Flex vs 15KB min with Flash).
Here's my problem. I currently use CFCs. With Flex, as long as the swfs are on the same server, I can set my CFCs to access="public". Moving the CFCs out of the root is unfortunately not currently an option. In Flash CS3, I'm using an RO wrapper I found from http://www.bytearray.org/?p=122. It returns an error saying that my CFCs are not remote. Setting the CFC to remote fixes the problem, but then leaves open the CFC for anyone to access. Is there a solution to this? I would be happy either with smaller Flex swfs or being able to access non-remote CFCs with Flash.

