So I've got this odd issue that I'm trying to narrow down...
My application is a ColdFusion back-end with a HTML, CSS and Flex front-end. The Flex application loads in appVars.cfm as "cfoutput" XML, uses those variables to then populate the correct company and user libraries and naturally load those xmlVideo.cfm, xmlImages.cfm, xmlText.cfm, etc.
Since the XML is not a raw XML file and is being generated with ColdFusion "cfoutput", I'm not sure if that is the reason why some people (I've never had an issue with it) do not see the list that is supposed to be populated within Flex. A couple of questions come to mind:
1) Is there a prefered way to generate XML with ColdFusion other than just "cfoutput"?
2) Once the XML is visible to Flex, could there potentially be an issue with loading generated XML within a .cfm as opposed to a raw XML file?
3) Does Flex possibly handle this different from browser to browser, OS to OS?