hi,
i'm having an issue calling CFC components from Flex using RemoteObject.
I have 3 copies of my flex application on the server (1 for each client
currently). the source for my remoteObject calls is a dynamic string {
server.name}:{server.port} i think, picking up on a tip from the list for
not having to hard-code the sources.
The problem is the 3 flex apps seem to be calling each others components and
i don't know why- i reference the object as com.mysite.object, where the com
folder is in the site root that i'm in. What is it I'm missing, shouldn't
the base directory for remoteObject calls be the current site root?
tia
D.