Hello all!
I have the following situation.
I've created server side compiled application with Flex
Builder 2/SDK2 and I'm using a consumer (mx.messaging.Consumer).
Some time later I've migrated to Flex Builder 3/SDK3.
In both cases I cannot specify the address of the data
source. The consumer always tries to connect to the machine that
hosts the application. Is there some way to change this.
Another question: is there some way to use consumer if the
project is NOT serverside compiled? I tried, but I'm getting an
error: Destination 'feed' either does not exist or the destination
has no channels defined (and the application does not define any
default channels.)
I'll be grateful for any ideas.