Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

passing data from Coldfusion to Flash

1 view
Skip to first unread message

macanimation

unread,
Dec 4, 2008, 1:13:28 AM12/4/08
to
I have created an interface to pass variables from Coldfusion to Flash. When I
run the .cfm code below in a browser, then check the "Page Source" I end up
with 5 extra spaces above the variable output. I thought utilizing
"suppresswhitespace" would do the trick, but no deal. When I run the same code
in PHP it end up at the top and works ok. Any Ideas?

<cfsetting enablecfoutputonly="YES">
<cfset myVariable = "&answer=42&">
<cfprocessingdirective suppresswhitespace="Yes">
<cfoutput>#myVariable#</cfoutput>
</cfprocessingdirective>

Thanks
Allen

macanimation

unread,
Dec 4, 2008, 5:02:14 PM12/4/08
to
Found the answer!! After banging my head on my desk for a couple of days, Sean
Corfield of corfield.org suggested that I take a look at my Application.cfm
file and use the <cfsilent> tags to suppress lines there! Problem Fixed!!

0 new messages