Flash Remoting: The Definitive Guide
| ActionScript 1.0 and CFML are both loosely typed languages. There is a close correlation between ActionScript datatypes and ColdFusion datatypes, but there are a few notable differences. Table A-1 shows the conversion from Flash ActionScript to ColdFusion. Table A-1. Flash-to-ColdFusion datatype conversion
Table A-2 shows the conversion from ColdFusion to Flash ActionScript. Table A-2. ColdFusion-to-Flash datatype conversion
[1] Booleans should be passed as numbers (1 or 0) from ColdFusion to Flash. A 1 will be passed as "true" to Flash, and anything else will pass as "false". For that reason, ColdFusion Booleans are not accurately returned to Flash. |