Thanks for all the help guys. Having talked to a very helpful man, I'm not sure I can use openbd for this as its not set up for flex or flash remoting with cfc's. Ideally what I want to be able to do is write my code etc and test it on my windows flex 3 coldfusion 8 setup and then deploy it as swf and cfc's to the internet server. Apparently Railo is the answer for flex and flash remoting cfc's. Am I right in thinking this ? Tony
On Aug 7, 6:41 pm, Alan Holden <[email protected]> wrote: > A CFC file can be placed anywhere that a traditional CFM file can be > placed, within the directories of your OpenBD application. If you are > able to get your OpenBD app up and running (and can see the successful > results of the default index page that was packaged within), I would > start by putting your first CFC file there for testing. > > Once you can get a successful [filename].cfc?wsdl XML response on a > browser, you're ready to point your Flex app to the same URL for testing. > > In Flex, you may need to put a breakpoint or two inside the event > handler function that fires when your Flex app receives the response > from your new CFC, because the event.result structure might not be > exactly the same as a the traditional Adobe version, and you'll want to > stop there and look at it; to insure you use the correct dot notation - > or ActionScript - to reference your CFC's "payload". > > Alan K Holden --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
