I believe that's it's much like WAP... there can be no whitespace before your text 
variable.  Also, "text" may be a
reserved word in ActionScript.

--
Billy Cravens
HR Web Development, Sabre
[EMAIL PROTECTED]

James Maltby wrote:

> If anyone understands the following please help!
> Contents of textfile.cfm:....
>
> <cfparam name="text" default="Some text to display">
> <cfparam name="var" default="image">
>
> <cfoutput>text=#text#&var=#var#&</cfoutput>
>
> Contents of textfile.swf:...
>
> loadVariablesNum("textfile.cfm",0);
> if (var == "image") [
> trace ("load images");
> ] else [
> trace ("don't load them");
> ]
>
> As I can't get my text into my flash as a variable - AARRRGGG!
>
> James
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to