![]() |
![]() |
||||||
|
|||||||
| Tags: |
![]() |
|
|||
|
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 |
| Sponsored Links |
|
|||
|
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!! |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
- Contact Us
-|-
Adobe Dreamweaver Forums -|-
Archive -|-
Top -|-Rules/Disclaimer-|-Help/Support-|-Advertise