I was able to go into my compiler and point it to the proper place with the -services tag. That seems to have fixed the "channel not defined" error that I was getting.
Thanks. --- In [email protected], "Warren" <warrenony...@...> wrote: > In our configurations I have no access to the web-inf so we had to fool > builder. We placed a copy of the services-config.xml where I could get at > it. Then I pointed builder at it by setting a compiler argument. In your > project properties go to the Flex Compiler and put in something like > > -services "myfullyresolvedpath\services-config.xml" -locale en_US >

