OK i am working with a coldfusion programmer he is making .cfm pages that query an access database and output the results in an XML style…but the pages are .cfm extension…
And flash is unable to load the data. Im using XML class, sendAndLoad…so if he copies the exact output of his cfm queries and hardcodes it in a .cfm it works ok, but if he uses the actual proper cfm that pulls it all from the database it wont work…
is there a reason for this? could it be my sendAndLoad isnt sending him the ID correctly? the sender XML has this XML in it - am i putting the ID in incorrectly?
XMLsender.parseXML("<mapID>"+mapID+"</mapID>");
Or is there something about Coldfusion with flash sendAndLoads that i/the programmer needs to know?
Any help would be greatly appreciated.