This content has been marked as final.
Show 4 replies
-
1. Re: Flash Remoting not working in CF 10
BKBK Oct 31, 2012 2:56 AM (in response to mufi2)It might help to create an empty folder named flashservices in your root directory.
-
2. Re: Flash Remoting not working in CF 10
mufi2 Oct 31, 2012 6:33 AM (in response to mufi2)It may seem silly, but the solution was to add a slash ('/') to the end of the gateway URL:
https://{ip address}/flashservices/gateway/
This was not required in earlier versions, but apparently it is in CF 10.
Once I added that character to my code, Flash Remoting worked in my application, again.
-
3. Re: Flash Remoting not working in CF 10
BKBK Oct 31, 2012 6:38 AM (in response to mufi2)One character! What a pleasing answer! Please mark the question as answered. I am certain it will help someone in future.
-
4. Re: Flash Remoting not working in CF 10
kps71 Nov 22, 2012 7:10 AM (in response to mufi2)If you don't want to change your as-files:
JkMountFile
"[Path to CF-Installation]/config/wsconfig/1/uriworkermap.properties"
change
/flashservices/gateway/* = cfusion
to
/flashservices/gateway = cfusion
restart CF

