Hello there,I'm having some startup problems getting Flex and Colfusion
8to play nice with FDS. I'm using Flexbuilder 2.0.1 and Coldfusion
8developer edition on IIS on a windows box (XP professional).I use a
very simple test CFC in my coldfusion site with justone function called
'getstring' which, surprise, surprise returns astring. I want to show
this string on a label in my Flex frontendby using ,
the whole thing compilesperfectly, I use this mxml:
but after calling the
remote method I get t...