Handling Errors With Coldfusion And Flash - MACROMEDIA COLDFUSION MX 61-DEVELOPING COLDFUSION MX Develop Manual

Developing coldfusion mx applications
Table of Contents

Advertisement

Handling errors with ColdFusion and Flash

To help with debugging, use the
Player, as in the following example:
<cftry>
<cfset Flash.Result = undefinedVar>
<cfcatch>
<cfset Flash.Result="Failed">
</cfcatch>
</cftry>
In this example, the first
undefined variable.
Note: When you create a ColdFusion page that communicates with Flash, ensure that the
ColdFusion page works before using it with Flash.
650
Chapter 29: Using the Flash Remoting Service
and
cftry
cfcatch
tag fails to assign the value into
cfset
tags to return error messages to the Flash
because of an
Flash.Result

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION MX 61-DEVELOPING COLDFUSION MX and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Coldfusion mx

Table of Contents