<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : Unanswered Discussions - ColdFusion and Flash Integrations</title>
    <link>https://forums.adobe.com/community/coldfusion/coldfusion_flash_integration?view=discussions&amp;filter=open</link>
    <description>Unanswered Discussion Threads in ColdFusion and Flash Integrations</description>
    <language>en</language>
    <pubDate>Wed, 15 Oct 2014 19:44:36 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-10-15T19:44:36Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Can't populate my combobox -&gt; [object object]</title>
      <link>https://forums.adobe.com/thread/1605611</link>
      <description>&lt;!-- [DocumentBodyStart:6ba085a2-b07b-480e-b5c5-7d9f901c6a6b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have installed 10 cold fusion and my application is made in flex 3.5 and my data is in a data base oracle &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But my application can not populate my combo box. So I appear to select [object Object].&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What's wrong?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6ba085a2-b07b-480e-b5c5-7d9f901c6a6b] --&gt;&lt;img src='/beacon?t=1415918365866' /&gt;</description>
      <pubDate>Wed, 15 Oct 2014 19:44:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1605611</guid>
      <dc:date>2014-10-15T19:44:36Z</dc:date>
      <clearspace:dateToText>1 month 1 day from now</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>files uploaded but progressbar shows error cffileupload</title>
      <link>https://forums.adobe.com/thread/1567824</link>
      <description>&lt;!-- [DocumentBodyStart:f6e3f614-d29b-449d-b79f-aca1cdcd672a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;i am using cf11 developer edition...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i am using cffileupload for uploading multiple files...&lt;/p&gt;&lt;p&gt;bottom bar says--- uploaded 4 of 4 files&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;but individual progress bar after reaching to 99% Shows ERROR its color is red&lt;/p&gt;&lt;p&gt;bottom bar is green&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;how to resolve it ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;div&gt; &lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f6e3f614-d29b-449d-b79f-aca1cdcd672a] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">cffileupload error</category>
      <pubDate>Sun, 07 Sep 2014 12:15:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1567824</guid>
      <dc:date>2014-09-07T12:15:20Z</dc:date>
      <clearspace:dateToText>2 months 7 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF11 Actionscript 3 - I'm migratiing from AS2 and can't use REMOTING, so how to use cfc's and process their results?</title>
      <link>https://forums.adobe.com/thread/1494881</link>
      <description>&lt;!-- [DocumentBodyStart:a05dc3c4-1f54-4b20-b6e2-d171691adac4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The CF11 integration notes describe how to do use Flash Remoting. I use that in my AS2 code and it works fine. I'm trying to migrate to AS3 where there is no Remoting. I have done the following:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;import flash.net.*;&lt;br/&gt;import flash.events.*;&lt;/p&gt;&lt;p&gt;var CFCService = new NetConnection()&lt;br/&gt;CFCService.objectEncoding = 0;&lt;br/&gt;&lt;span&gt;CFCService.connect("&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://localhost:8500/flashservices/gateway/" rel="nofollow"&gt;http://localhost:8500/flashservices/gateway/&lt;/a&gt;&lt;span&gt;")&lt;/span&gt;&lt;/p&gt;&lt;p&gt;var responder2 = new Responder(getActiveUsers_Result, onFault);&lt;br/&gt;CFCService.call("cfc.SyslockComponents.getActiveUsers", responder2);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;stop();&lt;/p&gt;&lt;p&gt;&lt;br/&gt;function getActiveUsers_Result(result:Object):void &lt;br/&gt;{ &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; trace("getActiveUsers Result Status: " + result.STATUS);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (var property:String in result)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; trace(property +" : " +result[property]);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The OUTPUT of my program shows the contents of the STRUCT returned by the CFC:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;getActiveUsers Result Status: ALLOK&amp;nbsp; &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; the CFC completed successfully&lt;br/&gt;RECCOUNT : 1&amp;nbsp; &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; There was one record select by query&lt;br/&gt;DETAILS : [object Object]&amp;nbsp; /&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; this contains the query results&lt;br/&gt;STATUS : ALLOK&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I don't know how to process DETAILS because RECORDSET is not available in AS3.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a05dc3c4-1f54-4b20-b6e2-d171691adac4] --&gt;</description>
      <pubDate>Thu, 12 Jun 2014 04:58:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1494881</guid>
      <dc:date>2014-06-12T04:58:49Z</dc:date>
      <clearspace:dateToText>5 months 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How do I get flex remoting to work with Coldfusion 11</title>
      <link>https://forums.adobe.com/thread/1476011</link>
      <description>&lt;!-- [DocumentBodyStart:0bd051f1-27c5-4d7e-9fee-b74a901c6338] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Coldfusion 11 (Developer)&lt;/p&gt;&lt;p&gt;Flex 3&lt;/p&gt;&lt;p&gt;Existing Flash Application works with Coldfusion 8&lt;/p&gt;&lt;p&gt;Flex Integration is turned on.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Running latest update&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;CentOS 6.1 with latest updates&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have done the following:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://127.0.01/flashservices/gateway" rel="nofollow"&gt;http://127.0.01/flashservices/gateway&lt;/a&gt;&lt;span&gt;&amp;nbsp; ---&amp;gt; Page Not found&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://127.0.01/flashservices/gateway/" rel="nofollow"&gt;http://127.0.01/flashservices/gateway/&lt;/a&gt;&lt;span&gt;&amp;nbsp; ---&amp;gt; Page Not found&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://forums.adobe.com/message/5621721#5621721" rel="nofollow"&gt;http://forums.adobe.com/message/5621721#5621721&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Confusion Blog &amp;raquo; Apache + Debian + Coldfusion 10 + flex2gateway = Error 404&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="https://groups.google.com/forum/#!topic/railo/6j2i6gl8Ac4" rel="nofollow"&gt;https://groups.google.com/forum/#!topic/railo/6j2i6gl8Ac4&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;\config\wsconfig\1\uriworkermap.properties file to include:&lt;/p&gt;&lt;p&gt;/flashservices/gateway/* = cfusion&lt;/p&gt;&lt;p&gt;/flashservices/gateway = cfusion&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have modified the mod_jk.conf like so:&lt;/p&gt;&lt;p&gt;# Select the timestamp log format&lt;/p&gt;&lt;p&gt;JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;# Fix para Flex2gateway&lt;/p&gt;&lt;p&gt;&amp;lt;IfModule jk_module&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JkMount /*.cfm ajp13&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JkMount /*.cfc ajp13&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JkMount /*.do ajp13&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JkMount /*.jsp ajp13&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JkMount /*.cfchart ajp13&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JkMount /*.cfres ajp13&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JkMount /*.cfm/* ajp13&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JkMount /*.cfml/* ajp13&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JkMountCopy all&lt;/p&gt;&lt;p&gt;&amp;lt;/IfModule&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;AddHandler jakarta-servlet .cfm .cfml .cfc .cfr .cfswf&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Alias /CFIDE "/opt/coldfusion10/cfusion/wwwroot/CFIDE"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I uncommented the "start flex 2" section in web.xml&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Nothing has worked.&lt;/p&gt;&lt;p&gt;I have searched Google and Adobe.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I was hoping that Adobe would have the "Flex Integration Check Box" working&lt;/p&gt;&lt;p&gt;by now.&amp;nbsp; It only been around since ColdFusion 8 and basically does nothing.&lt;/p&gt;&lt;p&gt;Adobe could post a tutorizl on how to get this working.&lt;/p&gt;&lt;p&gt;Job Security for "Tech Support".&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Brian&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0bd051f1-27c5-4d7e-9fee-b74a901c6338] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">flex2gateway</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">coldfusion 11</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">flex integeration</category>
      <pubDate>Fri, 16 May 2014 20:47:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1476011</guid>
      <dc:date>2014-05-16T20:47:58Z</dc:date>
      <clearspace:dateToText>5 months 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>ColdFusion10 Multi-instance cfform problems</title>
      <link>https://forums.adobe.com/thread/1414097</link>
      <description>&lt;!-- [DocumentBodyStart:cd19b98a-8668-405d-abd8-86b1ad663f82] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am working with a client on an issue regarding cfform ( flash ) on a coldfusion10 server with multiple instances. We have multiple instances setup as a cluster. We then replicate all sandbox security settings to both instances. However, one instance loads a test flash form, while the other produces an 'RSL Load Failed!' error.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Running the same test on a site that doesn't have a sandbox setup, the form works just fine on that instance. This leads me to believe there is a problem with permissions due to sandbox security on this instance. Anyone know what specific folders/settings should be enabled to allow cfform ( flash ) to operate properly?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance. If more info is required, let me know.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cd19b98a-8668-405d-abd8-86b1ad663f82] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">cfform</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">sandbox</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">cf10</category>
      <pubDate>Mon, 24 Feb 2014 16:20:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1414097</guid>
      <dc:date>2014-02-24T16:20:59Z</dc:date>
      <clearspace:dateToText>8 months 24 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Enable RMI over SSL for Data Management Problems</title>
      <link>https://forums.adobe.com/thread/1409586</link>
      <description>&lt;!-- [DocumentBodyStart:c641282a-f687-452a-9782-fe847b7c51ba] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am running the following:&lt;/p&gt;&lt;p&gt;ColdFusion 8 Developer /Enterprise&lt;/p&gt;&lt;p&gt;RedHat Linux Enterprise 6.0&lt;/p&gt;&lt;p&gt;Apache is my webserver&lt;/p&gt;&lt;p&gt;The JRE is what came with ColdFusion&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am trying to Enable SSL connection between Flex/Flash Application&lt;/p&gt;&lt;p&gt;and Coldfsuion.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I followed the direction outlined in:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=UseFlexDataService_09.html" rel="nofollow"&gt;http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=UseFlexDataService_09.ht ml&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, when I get to:&lt;/p&gt;&lt;p&gt;Flex Integration:&lt;/p&gt;&lt;p&gt;keytool -export -v -alias FlexAssembler -keystore cf.keystore -rfc -file cf.cer&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I get a Java IOException: Keystore was tampered with, or password was incorrect.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The password is correct.&amp;nbsp; The file is on a closed system, so nobody has tampered with&lt;/p&gt;&lt;p&gt;the file.&lt;/p&gt;&lt;p&gt;I assume I am supposed to import the certificated into&lt;/p&gt;&lt;p&gt;/opt/coldfusion8/funtime/jre/lib/security/cacerts&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have tried removing the "JRE cacerts" file, but that failed.&lt;/p&gt;&lt;p&gt;As suggested by another website.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Brian&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c641282a-f687-452a-9782-fe847b7c51ba] --&gt;</description>
      <pubDate>Tue, 18 Feb 2014 17:49:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1409586</guid>
      <dc:date>2014-02-18T17:49:26Z</dc:date>
      <clearspace:dateToText>8 months 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flex2Gateway failed 404</title>
      <link>https://forums.adobe.com/thread/1372925</link>
      <description>&lt;!-- [DocumentBodyStart:32e9e5f6-ee7e-4986-a906-2d02a3396ba7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a fresh clean install of coldfusion 10 (latest updates)&lt;/p&gt;&lt;p&gt;running on a RedHat 6.1,6.2,6.3,6.4 servers.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have been trying to get 127.0.0.1/flex2gateway/ to work but get 404&lt;/p&gt;&lt;p&gt;I have performed a the recommended solutions&lt;/p&gt;&lt;p&gt;ie&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://inflagrantedelicto.memoryspiral.com/2012/12/flashservicesgateway-and-coldfusion-10/" rel="nofollow"&gt;http://inflagrantedelicto.memoryspiral.com/2012/12/flashservicesgateway-and-coldfusion-10/&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Still no success.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Brian Erickson&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:32e9e5f6-ee7e-4986-a906-2d02a3396ba7] --&gt;</description>
      <pubDate>Mon, 06 Jan 2014 21:45:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1372925</guid>
      <dc:date>2014-01-06T21:45:38Z</dc:date>
      <clearspace:dateToText>10 months 7 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Upgrading from Coldfusion 8 to 10, Flex won't work</title>
      <link>https://forums.adobe.com/thread/1340105</link>
      <description>&lt;!-- [DocumentBodyStart:9947e7b9-1b7c-406f-8100-31ce12d85056] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Coldfusion 10&lt;/p&gt;&lt;p&gt;Flex 3&lt;/p&gt;&lt;p&gt;Existing Flash Application works with Coldfusion 8&lt;/p&gt;&lt;p&gt;Flex Integration is turned on.&lt;/p&gt;&lt;p&gt;Running latest update 12&lt;/p&gt;&lt;p&gt;Linux Machine&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I bring up the application I get the following error:&lt;/p&gt;&lt;p&gt;mx.messaging.channels::AMFChannel)#3&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; initialDestinationId = (null)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; messageAgents = (Array)#8&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [0] (mx.rpc::AsyncRequest)#9&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; authenticated = false&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; autoConnect = true&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; channelSet = (mx.messaging::ChannelSet)#5&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clientId = (null)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connected = false&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; defaultHeaders = (null)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; destination = "ColdFusion"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id = "2E20487A-B02C-CB91-E9B5-78116236D96C"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reconnectAttempts = 0&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reconnectInterval = 0&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; requestTimeout = -1&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subtopic = ""&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connected = false&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connectTimeout = -1&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enableSmallMessages = true&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endpoint = "&lt;a class="jive-link-external-small" href="http://192.168.0.17/flex2gateway/" rel="nofollow"&gt;http://192.168.0.17/flex2gateway/&lt;/a&gt;"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; failoverURIs = (Array)#10&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id = "my-cfamf"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mpiEnabled = false&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; netConnection = (flash.net::NetConnection)#11&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; client = (mx.messaging.channels::AMFChannel)#3&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connected = false&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objectEncoding = 3&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proxyType = "none"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uri = "&lt;a class="jive-link-external-small" href="http://192.168.0.17/flex2gateway/" rel="nofollow"&gt;http://192.168.0.17/flex2gateway/&lt;/a&gt;"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; piggybackingEnabled = false&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; polling = false&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pollingEnabled = false&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pollingInterval = 3000&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; protocol = "http"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reconnecting = false&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; recordMessageSizes = false&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; recordMessageTimes = false&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; requestTimeout = -1&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uri =&lt;/p&gt;&lt;p&gt;etc...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have done the following:&lt;br/&gt;&lt;a class="jive-link-external-small" href="http://192.168.0.17/flashservices/gateway" rel="nofollow"&gt;http://192.168.0.17/flashservices/gateway&lt;/a&gt;&amp;nbsp; ---&amp;gt; Page Not found&lt;br/&gt;&lt;a class="jive-link-external-small" href="http://192.168.0.17/flashservices/gateway/" rel="nofollow"&gt;http://192.168.0.17/flashservices/gateway/&lt;/a&gt;&amp;nbsp; ---&amp;gt; Page Not found&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-message-small" data-containerId="2223" data-containerType="14" data-objectId="5621721" data-objectType="2" href="https://forums.adobe.com/message/5621721#5621721"&gt;http://forums.adobe.com/message/5621721#5621721&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Brian&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9947e7b9-1b7c-406f-8100-31ce12d85056] --&gt;</description>
      <pubDate>Thu, 21 Nov 2013 00:53:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1340105</guid>
      <dc:date>2013-11-21T00:53:01Z</dc:date>
      <clearspace:dateToText>11 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Getting cfgrid (flash) to submit a row</title>
      <link>https://forums.adobe.com/thread/1308224</link>
      <description>&lt;!-- [DocumentBodyStart:b072f035-23b9-4e83-b314-37a14cccb590] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm at about my wits end on this...I can submit a row from a query set in cfgrid if I set it to format=html and it works just fine.&amp;nbsp; However, with that format, I cannot sort columns which is necessary.&amp;nbsp; So, I set format=flash and the formatting works great, but I cannot submit a row for processing.&amp;nbsp; I've searched Google, Google Groups, Adobe, everyplace to no avail.&amp;nbsp; Plenty of "Working" solutions, but none work for me.&amp;nbsp; Below is the latest attempt:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfform name="logForm"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfgrid name="propOppGrid" height="500" selectmode="row" autowidth="true" format="flash" query = "session.allDefects" onchange="getUrl('cqStatus_s1.cfm?CFGRIDKEY='+propOppGrid.selectedItem.id, '_blank'); "&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The query does indeed have a row called "ID" and it does display properly in the grid itself.&amp;nbsp; When I submit the form (which does indeed open up a new window ('_blank'), I get the following on my url and a blank page is displayed.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;"cqStatus_s1.cfm?CFGRIDKEY=undefined"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I put the ID into the url manually, the data on that page will display properly.&amp;nbsp; I've tried other query column names (checking for the possibility that ID is reserved) with the same results.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;VERY FRUSTRATED!!!!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help is GREATLY appreciated.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b072f035-23b9-4e83-b314-37a14cccb590] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">flash</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">coldfusion</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">href</category>
      <pubDate>Wed, 02 Oct 2013 14:48:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1308224</guid>
      <dc:date>2013-10-02T14:48:17Z</dc:date>
      <clearspace:dateToText>9 months 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Detected duplicate HTTP-based FlexSessions in CF10 with Air Mobile (3.4) IOS and Android apps</title>
      <link>https://forums.adobe.com/thread/1075933</link>
      <description>&lt;!-- [DocumentBodyStart:92da9fc4-c47e-4284-9c2d-6063dd8eccbe] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We're getting the "duplicate session" error using Flash Remoting from Air 3.4 Mobile Apps ( IOS and Android ) with Coldfusion 10 Standard.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #ff0000;"&gt;faultCode:Server.Processing.DuplicateSessionDetected faultString:'Detected duplicate HTTP-based FlexSessions,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #ff0000;"&gt; generally due to the remote host disabling session cookies. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #ff0000;"&gt;Session cookies must be enabled to manage the client connection correctly.' faultDetail:'null'&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Have read most of the docs about this error -all to do with LCDS&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Notes:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Not using LCDS, &lt;/li&gt;&lt;li&gt;No Remote Calls from loaded Sub-Apps,&amp;nbsp; &lt;/li&gt;&lt;li&gt;No Errors from the Flex Web App which is pretty&amp;nbsp; much identical and calls the same cfcs.&lt;/li&gt;&lt;li&gt;The error does not happen all the time and is hard to reproduce - say 5% of app sessions at a guess.&lt;/li&gt;&lt;li&gt;Could it be a two first time remote calls hitting the server together before a session is set up?&lt;/li&gt;&lt;li&gt;Our remoteObjects are in two places 1) Main Application.mxml and within a class compiled into the main app - can't see how this would be an issue.&lt;/li&gt;&lt;li&gt;I enabled session management for the CFCs in Application.cfc but still occurs. Is this neccessary - it's not in any docs?&lt;/li&gt;&lt;li&gt;Could this be something to do with the app not being shut down - as is typical with mobile users? When they resume use after a day or two surely a new session will be created?&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please advise thank you.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:92da9fc4-c47e-4284-9c2d-6063dd8eccbe] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">air</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">android</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">ios</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">remoteobject</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">cf10</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">remoting</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">remoteobjects</category>
      <pubDate>Wed, 03 Oct 2012 11:13:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1075933</guid>
      <dc:date>2012-10-03T11:13:53Z</dc:date>
      <clearspace:dateToText>2 years 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Getting java.lang.IllegalArgumentException: err.io.short_read exception when reading image data</title>
      <link>https://forums.adobe.com/thread/1043548</link>
      <description>&lt;!-- [DocumentBodyStart:7be585d2-aca0-49d5-8627-5f7999692ac8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We use Flash to generate dynamic graphics and convert them to a PNG graphic by posting the base64 encoded bitmpa data to a coldfusion page, which saves the graphics file on the server.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This works well most of the time but for certain larger graphics we a ColdFusion exception in the post page, as follows:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;08/02 12:40:16 error ROOT CAUSE:&lt;/p&gt;&lt;p&gt;java.lang.IllegalArgumentException: err.io.short_read&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.filter.FormScope.parsePostData(FormScope.java:325)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.filter.FormScope.fillForm(FormScope.java:295)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.filter.FusionContext.SymTab_initForRequest(FusionContext.java:377)&lt;/p&gt;&lt;p&gt;etc....&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have not been able to find out whether this is a problem with the Flash code that does the posting or with some other configuration issue. The maxumum post size is 200MB and the images data is less than 200K&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The Flash code for posting:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var img_source:BitmapData = new BitmapData (this.width, this.height+5);&lt;/p&gt;&lt;p&gt;img_source.draw(this);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;//encode the bitmapdata object and keep the encoded ByteArray&lt;/p&gt;&lt;p&gt;var img_byte_array:ByteArray = PNGEncoder.encode(img_source);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var imgURLRequest:URLRequest = new URLRequest(image_url);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var requestVars:URLVariables = new URLVariables();&lt;/p&gt;&lt;p&gt;requestVars.upload_image_name = image_name;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;// Convert to Base 64&lt;/p&gt;&lt;p&gt;requestVars.upload_image_data = Base64.encodeByteArray(img_byte_array);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;imgURLRequest.data = requestVars;&lt;/p&gt;&lt;p&gt;imgURLRequest.method = URLRequestMethod.POST;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;navigateToURL(imgURLRequest, "_self");&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The ColdFusion page:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfsetting showdebugoutput="no"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfparam name="upload_image_name"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; default=""&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfparam name="upload_image_data"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; default=""&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;!--- Image was posted to the server, save it ---&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;html&amp;gt; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;head&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/head&amp;gt; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;body&amp;gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfoutput&amp;gt;Actual Size of image: #Len(upload_image_data)#&amp;lt;/cfoutput&amp;gt;&amp;lt;p&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--- Save the image file ---&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cffile action="write" &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; file= "#Application.properties.flash_test_result_tmp_directory##upload_image_name#"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; output="#ToBinary(upload_image_data)#"/&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;button type="button" onClick="this.close();"&amp;gt;Close this window&amp;lt;/button&amp;gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/body&amp;gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/html&amp;gt; &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7be585d2-aca0-49d5-8627-5f7999692ac8] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">flash</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">coldfusion</category>
      <pubDate>Thu, 02 Aug 2012 16:59:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1043548</guid>
      <dc:date>2012-08-02T16:59:51Z</dc:date>
      <clearspace:dateToText>2 years 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>HTML5 integration to Flash for Mobile</title>
      <link>https://forums.adobe.com/thread/1030884</link>
      <description>&lt;!-- [DocumentBodyStart:28ac2192-69ce-448a-8465-b49be2d6bfb9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello i want to know if this following integration is HTML5 and mobile friendly. I want to use the &amp;lt;noscript&amp;gt; tag for screen-readers (like Jazz, made for Accessibility):&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; codebase="&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" rel="nofollow" target="_blank"&gt;http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0&lt;/a&gt;&lt;span&gt;"&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id="&lt;em&gt;name&lt;/em&gt;" width="468" height="60"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;param name="movie" value="flashfile.swf"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;param name="quality" value="high"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;param name="wmode" value="transparent"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;embed name="&lt;em&gt;name&lt;/em&gt;" src="flashfile.swf"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; quality="high" wmode="transparent" width="468" height="60"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; type="application/x-shockwave-flash" &lt;/p&gt;&lt;p&gt;&lt;span&gt;pluginspage="&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.macromedia.com/shockwave/download/index.cgi" rel="nofollow" target="_blank"&gt;http://www.macromedia.com/shockwave/download/index.cgi&lt;/a&gt;&lt;span&gt;?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;P1_Prod_Version=ShockwaveFlash"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/embed&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/object&amp;gt;&amp;lt;noscript&amp;gt;&lt;/p&gt;&lt;p&gt;This application requires flash. Please go to the main website &lt;a class="jive-link-external-small" href="http://www.turko.ca" rel="nofollow"&gt;Digital Marketing Agency&lt;/a&gt; for the accessibility friendly version or access the following menu&lt;/p&gt;&lt;p&gt;...&lt;/p&gt;&lt;p&gt;&lt;em&gt;html code here&lt;/em&gt;&lt;/p&gt;&lt;p&gt;...&lt;/p&gt;&lt;p&gt;&amp;lt;/noscript&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is the following integration still valid?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:28ac2192-69ce-448a-8465-b49be2d6bfb9] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">iphone</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">integration</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">html5</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">validation</category>
      <pubDate>Sat, 30 Jun 2012 01:50:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1030884</guid>
      <dc:date>2012-06-30T01:50:25Z</dc:date>
      <clearspace:dateToText>2 years 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Integration with Coldfusion flash builder and Postgres Sql</title>
      <link>https://forums.adobe.com/thread/998181</link>
      <description>&lt;!-- [DocumentBodyStart:7970fb10-d8c3-421a-b58b-c6ca5fd75e2d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello everyone, im having a problem since some weeks, cant seem to make it work and not really a lot of information regards it, i can connect to my data service a simple database made in postgres, using coldfusion, i can retrieve informacion see all the data i store in a table or any table i want, but when it comes to insert information in my table, with no errors, no problems running, it just dosnt work, i click create nothing happends, i use a form and use auto generated methods coldfusion make for me, i use get all usuarios in this case, in a form and in the create bottom i drag and drop my method add usuario, also a auto generated method, when it clicks i already tell hin to just make a new user, the return types for my methos are properly change, to user object, any toughs?&lt;span aria-label="Sad" class="emoticon-inline emoticon_sad" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7970fb10-d8c3-421a-b58b-c6ca5fd75e2d] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">and</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">with</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">flash</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">integration</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">builder</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">coldfusion</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">sql</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">postgres</category>
      <pubDate>Thu, 03 May 2012 01:13:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/998181</guid>
      <dc:date>2012-05-03T01:13:21Z</dc:date>
      <clearspace:dateToText>2 years 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>why does adobe not allow upgrades to boxee box</title>
      <link>https://forums.adobe.com/thread/991885</link>
      <description>&lt;!-- [DocumentBodyStart:43a9ff9b-4b49-481c-b123-1fee2790bd0d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;why does adobe not allow upgrades to boxee box&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:43a9ff9b-4b49-481c-b123-1fee2790bd0d] --&gt;</description>
      <pubDate>Wed, 18 Apr 2012 18:16:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/991885</guid>
      <dc:date>2012-04-18T18:16:28Z</dc:date>
      <clearspace:dateToText>2 years 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfair swc</title>
      <link>https://forums.adobe.com/thread/952120</link>
      <description>&lt;!-- [DocumentBodyStart:8f899f3b-212e-494d-9704-9792cda93821] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi All&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a simple App that connects to a CF server and works fine on both mobile and desktop im now trying to implement syncmanager but haveing no end of trouble i have a couple of questions and hope someone here can guid me in the right direction.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ol&gt;&lt;li style="text-align: start;"&gt;does the syncmanger only work with orm or can you use a normal CFC?&lt;/li&gt;&lt;li style="text-align: start;"&gt;all online trutorals date back to 2009 has anything changed since then?&lt;/li&gt;&lt;li style="text-align: start;"&gt;Will it work on mobile air?&lt;/li&gt;&lt;/ol&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="text-align: start;"&gt;Just simple yes or no answers is fine but any simple tips would me most appreciated &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="text-align: start;"&gt;Kind Regards&lt;/p&gt;&lt;p style="text-align: start;"&gt;Keith&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8f899f3b-212e-494d-9704-9792cda93821] --&gt;</description>
      <pubDate>Fri, 20 Jan 2012 08:56:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/952120</guid>
      <dc:date>2012-01-20T08:56:34Z</dc:date>
      <clearspace:dateToText>2 years 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flash to connect to Coldfusion over HTTPS/SSL</title>
      <link>https://forums.adobe.com/thread/933668</link>
      <description>&lt;!-- [DocumentBodyStart:bec8a072-631f-4da8-86b8-de25551ca270] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have been looking in the &lt;strong&gt;cfserver.log Everytime I try to&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;run the Flash Application on the production server.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;I get the following error.&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;table border="0" cellpadding="5" cellspacing="0" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="cellRightAndBottomBlueSide" style="border:0px solid black;"&gt;12/06 14:22:42 error &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="cell3BlueSides" style="border:0px solid black;"&gt; 572 &lt;/td&gt;&lt;td class="cellRightAndBottomBlueSide" style="border:0px solid black;"&gt; java.lang.NullPointerException &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="cell3BlueSides" style="border:0px solid black;"&gt; 573 &lt;/td&gt;&lt;td class="cellRightAndBottomBlueSide" style="border:0px solid black;"&gt; at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:285) &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="cell3BlueSides" style="border:0px solid black;"&gt; 574 &lt;/td&gt;&lt;td class="cellRightAndBottomBlueSide" style="border:0px solid black;"&gt; at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="cell3BlueSides" style="border:0px solid black;"&gt; 575 &lt;/td&gt;&lt;td class="cellRightAndBottomBlueSide" style="border:0px solid black;"&gt; at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="cell3BlueSides" style="border:0px solid black;"&gt; 576 &lt;/td&gt;&lt;td class="cellRightAndBottomBlueSide" style="border:0px solid black;"&gt; at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="cell3BlueSides" style="border:0px solid black;"&gt; 577 &lt;/td&gt;&lt;td class="cellRightAndBottomBlueSide" style="border:0px solid black;"&gt; at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="cell3BlueSides" style="border:0px solid black;"&gt; 578 &lt;/td&gt;&lt;td class="cellRightAndBottomBlueSide" style="border:0px solid black;"&gt; at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="cell3BlueSides" style="border:0px solid black;"&gt; 579 &lt;/td&gt;&lt;td class="cellRightAndBottomBlueSide" style="border:0px solid black;"&gt; at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have followed the direction outline in here:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.cftips.net/post.cfm/flex-remoteobject-remoting-over-ssl" rel="nofollow" target="_blank"&gt;http://www.cftips.net/post.cfm/flex-remoteobject-remoting-over-ssl&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am running Coldfusion 8, Flex 3, Apache Webserver on a Suse Linux&lt;/p&gt;&lt;p&gt;box.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas?&lt;/p&gt;&lt;p&gt;Please.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bec8a072-631f-4da8-86b8-de25551ca270] --&gt;</description>
      <pubDate>Tue, 06 Dec 2011 22:33:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/933668</guid>
      <dc:date>2011-12-06T22:33:32Z</dc:date>
      <clearspace:dateToText>2 years 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Integrating Flash as a HTML5 Componant (with JQuery)</title>
      <link>https://forums.adobe.com/thread/932416</link>
      <description>&lt;!-- [DocumentBodyStart:94d421af-db23-4421-898c-94653975696d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello, &lt;/p&gt;&lt;p&gt;i am strugling to make the flash componant fit as a html5 valid componant inside JQuery. Here is what i have so far:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;&lt;span class="start-tag"&gt;script&lt;/span&gt;&amp;gt;&lt;/p&gt;&lt;p&gt; jQuery(document).ready(function(){&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt; jQuery('body').data('videoCriteria', {'dom':'domVideoResults', 'q':'', 'username':'remi2611', 'category':'', 'feed':'most_viewed', 'time':'today', &lt;/p&gt;&lt;p&gt; 'type':'2', 'pageNumber':'1', 'nb_display':'10', 'safeSearch':'none'});&lt;/p&gt;&lt;p&gt; jQuery('body').data('social_buttons', 0);&lt;/p&gt;&lt;p&gt; youtube_wpress_displayVideosList();&lt;/p&gt;&lt;p&gt; });&lt;/p&gt;&lt;p&gt; &amp;lt;/&lt;span class="end-tag"&gt;script&lt;/span&gt;&amp;gt;&amp;lt;noscript&amp;gt;&lt;/p&gt;&lt;p&gt;Visitez notre &lt;a class="jive-link-external-small" href="http://blogvoyage.ca" rel="nofollow"&gt;blog voyage&lt;/a&gt;!&lt;/p&gt;&lt;p&gt;&amp;lt;/noscript&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any clue on how this could be done ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:94d421af-db23-4421-898c-94653975696d] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">flash</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">jquery</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">html5</category>
      <pubDate>Sat, 03 Dec 2011 21:03:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/932416</guid>
      <dc:date>2011-12-03T21:03:52Z</dc:date>
      <clearspace:dateToText>2 years 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Accessing form elements in javascript</title>
      <link>https://forums.adobe.com/thread/928786</link>
      <description>&lt;!-- [DocumentBodyStart:6e318445-c3d3-47d0-af70-50f08367a3cd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am new to coldfusion. I hope you can help me out.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using cold fusion flash forms. I have dynamically created text boxes(cfinput) in the form with name amount_#count#.where count varies from 1 to n(returned by a DB Query). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My problem is, when I click on a button, I have to recalculate the contents inside it and update the value. As the form is a flash form I am using Cfscript tag for writing java script. I know document.getelementbyid won't work in cfsript.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I trief FormName['amount_"+i]. It gives me the value of the text box. But when I try FormName['amount_"+i] = 'New Value'. This is comming when I submit the form, but it is not getting reflected in the UI. I know amount_1.text = 'New Value' will update it. But I cannot directly give 1 in the name.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any way out? Please help!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anjana&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6e318445-c3d3-47d0-af70-50f08367a3cd] --&gt;</description>
      <pubDate>Thu, 24 Nov 2011 04:44:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/928786</guid>
      <dc:date>2011-11-24T04:44:36Z</dc:date>
      <clearspace:dateToText>2 years 12 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Using filereference to get specific info back to the clinet without using a cfc for the upload</title>
      <link>https://forums.adobe.com/thread/920857</link>
      <description>&lt;!-- [DocumentBodyStart:51ead7e7-d6f9-4ec8-bb17-40e632fe5c13] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;When using a flex filereference with a cfm to upload a file to the server, is there a way to get specific info back to the clinet without using a cfc for the upload, so I can return something?&amp;nbsp; My current upload cfm looks like this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset id = FORM.id&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset upload_dir = getDirectoryFromPath(expandPath('attachments'))&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset return_str = "everything went ok"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cftry&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;lt;cffile action="upload" result="d"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filefield="sample"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; destination="#upload_dir#"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nameconflict="makeunique" &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; accept="application/octet-stream"/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfreturn&amp;nbsp; d&amp;gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;lt;cfcatch type="any"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfset return_str = "There was a problem uploading the sample"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cftry&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cffile action="delete" file="#upload_dir##CFFILE.ServerFile#"/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfcatch type="any"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfthrow message="#CFCATCH.Message# #CFCATCH.Detail# #return_str#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfcatch&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cftry&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/cfcatch&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/cftry&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:51ead7e7-d6f9-4ec8-bb17-40e632fe5c13] --&gt;</description>
      <pubDate>Thu, 03 Nov 2011 09:54:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/920857</guid>
      <dc:date>2011-11-03T09:54:07Z</dc:date>
      <clearspace:dateToText>3 years 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to implement a secure authentication model to a Flex 4 / CF9 app?</title>
      <link>https://forums.adobe.com/thread/917955</link>
      <description>&lt;!-- [DocumentBodyStart:b0fa5cc1-568c-41d8-a188-eda3becbd1a7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all&lt;/p&gt;&lt;p&gt;been searching without finding a lot of clarity on the matter&lt;/p&gt;&lt;p&gt;I'm building a flex application that communicates through flash remoting with CF9 cfc methods&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to make sure my some cfc methods are accessible only by authenticated users&lt;/p&gt;&lt;p&gt;how do I prevent from someone bypassing the flex interface and calling them directly?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm looking for the simplest way to implement it&lt;/p&gt;&lt;p&gt;I'd prefer not to use cookies&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;is then an easy built-in mechanism / tutorial to implement?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;it sounds like it make sense to authenticate a user and have cf return an accsess token that would be kept on the server&lt;/p&gt;&lt;p&gt;so does it mean that each flex call to cf should include this token?&lt;/p&gt;&lt;p&gt;what about the cfc's? do I need to construct a central cfc to rout all calls and check the access token before routing &amp;amp; processing any DB query?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would REALLY appeciate a clean minimal solution&lt;/p&gt;&lt;p&gt;thanks a million&lt;/p&gt;&lt;p&gt;cosmits&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b0fa5cc1-568c-41d8-a188-eda3becbd1a7] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">flex</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">authentication</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">cf9</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">token</category>
      <pubDate>Wed, 26 Oct 2011 14:52:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/917955</guid>
      <dc:date>2011-10-26T14:52:10Z</dc:date>
      <clearspace:dateToText>2 years 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>is there a way to communicate between cfinput type=submit and input type=submit or button</title>
      <link>https://forums.adobe.com/thread/917393</link>
      <description>&lt;!-- [DocumentBodyStart:349a11d8-b9db-4cce-82c6-2e1d27043b7c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; How to call a cfinput type="submit" by a normal button?&lt;/p&gt;&lt;p&gt;In javascript, i tried document.cfformName.submitButtonName. The result is undefined.&lt;/p&gt;&lt;p&gt;Is there any way to communicate between these two?normal input button and cfinput type=submit.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I just want that, when i click my button, it will simultaneously click the button also from cfform flash.&lt;/p&gt;&lt;p&gt;Anyway, these two buttons are in separate file. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Jeff&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:349a11d8-b9db-4cce-82c6-2e1d27043b7c] --&gt;</description>
      <pubDate>Tue, 25 Oct 2011 09:02:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/917393</guid>
      <dc:date>2011-10-25T09:02:33Z</dc:date>
      <clearspace:dateToText>3 years 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>russellbostm3</title>
      <link>https://forums.adobe.com/thread/912526</link>
      <description>&lt;!-- [DocumentBodyStart:af9ae52a-a95f-402b-8766-efae53cd100a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://backlinksonsteroids.com/" rel="nofollow"&gt;link building service&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:af9ae52a-a95f-402b-8766-efae53cd100a] --&gt;</description>
      <pubDate>Wed, 12 Oct 2011 08:30:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/912526</guid>
      <dc:date>2011-10-12T08:30:38Z</dc:date>
      <clearspace:dateToText>3 years 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>NaN/NaN/NaN (Not a number)  Flash forms type="DateField"</title>
      <link>https://forums.adobe.com/thread/910138</link>
      <description>&lt;!-- [DocumentBodyStart:986681c8-2301-46aa-8557-1fa36a115273] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have an application using Cold Fusion flash forms where the user selects the date with the flash calendar and the application stores the date in text format in the database.&amp;nbsp; When I have to do date calculations I use the cdate() function to convert to date.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In one out of every few hundred transactions, the text field in the database is filled with NaN/NaN/NaN rather than the date.&amp;nbsp; When the cdate() function finds this, I get the expected error (invalid date or time string) or (data type mismatch).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has anyone else had this experience where randomly and rarely the datefield calendar outputs NaN/NaN/NaN to the text field in the database rather than the date?&amp;nbsp; Any thoguhts or suggestions would be appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:986681c8-2301-46aa-8557-1fa36a115273] --&gt;</description>
      <pubDate>Wed, 05 Oct 2011 15:05:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/910138</guid>
      <dc:date>2011-10-05T15:05:44Z</dc:date>
      <clearspace:dateToText>3 years 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flex app calling CF cfc to download file gets "Channel disconnected" fault</title>
      <link>https://forums.adobe.com/thread/909187</link>
      <description>&lt;!-- [DocumentBodyStart:87befd73-1d60-4eb9-831a-8f27e4263e3b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #333333; font-size: 10pt;"&gt;&lt;p&gt;I am a newbie with ColdFusion and Flex. I am trying to implement file download/streaming functionality in my Flex 4.5 application and I am running ColdFusion 9 as my back end. More specifically, I have a component in my Flex app that displays a list of files - some of these files can be available for opening (or "previewing") via the client. I want the client to be able to click a button and download the file from the ColdFusion server, after the appropriate security checks are performed (also in ColdFusion). Right now I am just trying to get the basic download functionality to work with a very simple cfc. Here is the cfc code:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfcomponent displayname="Preview Document" &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; output="false"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cffunction name="streamFile" access="remote" returntype="any"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfargument name="filename" displayName="Filename" type="string" required="true" /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfheader name="Content-Disposition" value="attachment;filename=#filename#" &amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfcontent type="application/unknown" file="c:\myserverpath\#filename#"&amp;gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cffunction&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfcomponent&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I try this via a cfm, it works fine (I get a File Download window where I can choose to either open or save the file). But when I try to use this in my Flex app, I get an error.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In my Flex app, I have a RemoteObject to access my cfc and a CallResponder:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-size: 10pt;"&gt;&amp;lt;s:RemoteObject id="PreviewDocument"&lt;br/&gt;&amp;nbsp;&amp;nbsp; source="PreviewDocument"&lt;br/&gt;&amp;nbsp;&amp;nbsp; destination="ColdFusion"&lt;br/&gt;&amp;nbsp;&amp;nbsp; showBusyCursor="true"/&amp;gt;&lt;br/&gt;&amp;nbsp; &lt;br/&gt;&amp;nbsp; &amp;lt;s:CallResponder id="PreviewDocumentResult"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fault="Alert.show('CallResponder PreviewDocumentResult: ' + &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; event.fault.faultString + '\n' + event.fault.faultDetail)"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; result="PreviewDocumentResult_resultHandler(event)"/&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Then I created a button whose click even executes the following line:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-size: 10pt;"&gt;&lt;span style="font-size: 2;"&gt;&lt;p&gt;PreviewDocumentResult.token = PreviewDocument.streamFile(&lt;/p&gt;&lt;/span&gt;&lt;strong style="color: #990000; font-size: 10pt;"&gt;&lt;strong style="color: #990000; font-size: 10pt;"&gt;"myfile.pdf"&lt;/strong&gt;&lt;/strong&gt;&lt;span style="font-size: 2;"&gt;);&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I run my app, I get the following fault:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;faultCode = "Client.Error.DeliveryInDoubt"&lt;/p&gt;&lt;p&gt;faultString = "Channel disconnected"&lt;/p&gt;&lt;p&gt;faultDetail = "Channel disconnected before an acknowledgement was received"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have tried many different approaches and searched online for help with this fault, but I could not find any helpful clue to where I can start investigating this.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-size: 10pt;"&gt;Can anyone help with why I am getting this fault?&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:87befd73-1d60-4eb9-831a-8f27e4263e3b] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">flex</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">coldfusion</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">file_download</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2227">channel_disconnected_fault</category>
      <pubDate>Mon, 03 Oct 2011 11:37:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/909187</guid>
      <dc:date>2011-10-03T11:37:09Z</dc:date>
      <clearspace:dateToText>2 years 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>8</clearspace:messageCount>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>web services/data services</title>
      <link>https://forums.adobe.com/thread/908302</link>
      <description>&lt;!-- [DocumentBodyStart:2b17be1a-055c-47c6-ab84-2d72f2064a6c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am trying to invoke a web service from coldfusion and I'm getting an error.&amp;nbsp; I can get it to connect fine using the data services in Flash builder and pointing it to the WSDL. Since I can get it to connect for a flex form is there something in CF that I need to do.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is the error the CF is giving me.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;Error 401 Unauthorized.&amp;nbsp; Unable to read WSDL from URL: &lt;a class="jive-link-external-small" href="http://intranetd/generation/bj/TestCalculation.wsdl" rel="nofollow"&gt;http://servername/generation/bj/TestCalculation.wsdl&lt;/a&gt;.&amp;nbsp; An exception occurred while invoking an event handler method from Application.cfc. The method name is: onRequest.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can put the URL in the browser and it will pull up the WSDL. &lt;/p&gt;&lt;p&gt;Here is the CFC I created:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cffunction name="myCalcFunction" access="remote" returntype="any"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfinvoke &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; webservice=&lt;a class="jive-link-external-small" href="http://servername/generation/bj/TestCalculation.wsdl?wsdl" rel="nofollow"&gt;http://servername/generation/bj/TestCalculation.wsdl?wsdl&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; method="TestCalculation"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; returnvariable="response"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfinvokeargument name="number1" value="#arguments.number1#"/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfinvokeargument name="number2" value="#arguments.number2#"/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/cfinvoke&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;cfreturn response&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cffunction&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can anyone point me in the right direction of what I can do?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks for the support.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;BJ&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2b17be1a-055c-47c6-ab84-2d72f2064a6c] --&gt;</description>
      <pubDate>Thu, 29 Sep 2011 23:11:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/908302</guid>
      <dc:date>2011-09-29T23:11:30Z</dc:date>
      <clearspace:dateToText>3 years 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Problem with setting up ColdFusion within Flash builder 4.5</title>
      <link>https://forums.adobe.com/thread/895856</link>
      <description>&lt;!-- [DocumentBodyStart:a1d69dc1-2ec3-45de-a7e5-eca69f771f71] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I new to ColdFusion and I trying to connect a Flex App to Coldfusion. Thanks to Adobe Tutorials I have successfully installed Coldfusion and it works perfectly with Coldfusion builder. Unlike other Flex developers I didnot install the Standalone version of ColdFusion, which makes the Integration part with Flash Builder very difficult. I do not want to reinstall ColdFusion again, because everything else works just fine. Below I have attached a Screenshot of the Server settings ioin Flash Builder (and the error message).&lt;/p&gt;&lt;p&gt;My question is: Can Anyone show me how to do set it up properly??&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-3885320-80812/error.jpg"&gt;&lt;img alt="error.jpg" class="jive-image jive-image-thumbnail" height="239" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-3885320-80812/450-239/error.jpg" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;thank you &lt;/p&gt;&lt;p&gt;Ps: Hope you understood my problem &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a1d69dc1-2ec3-45de-a7e5-eca69f771f71] --&gt;</description>
      <pubDate>Fri, 26 Aug 2011 15:25:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/895856</guid>
      <dc:date>2011-08-26T15:25:05Z</dc:date>
      <clearspace:dateToText>3 years 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>uploading an image</title>
      <link>https://forums.adobe.com/thread/874003</link>
      <description>&lt;!-- [DocumentBodyStart:86918f15-f165-4bf2-b62c-2d8020af79cf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello All,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We are using CFaaS to upload an images to the server. Once they are uploaded we get the URL in the tmp cache directory where the image was uploaded to.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;no we want to check that the uploaded file is indeed an image and move it to permanent folder - not really sure how to do that.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is it creating a cfc that receives the URL and copies the file to the new directory?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:86918f15-f165-4bf2-b62c-2d8020af79cf] --&gt;</description>
      <pubDate>Wed, 06 Jul 2011 18:12:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/874003</guid>
      <dc:date>2011-07-06T18:12:19Z</dc:date>
      <clearspace:dateToText>3 years 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cannot get cfformitem to use type script</title>
      <link>https://forums.adobe.com/thread/868644</link>
      <description>&lt;!-- [DocumentBodyStart:648738d2-5134-468f-b673-cf260c3ce0a0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi I'm using cf version 7,0,0,91690&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&lt;p&gt;my cfform works fine but I anted to add colour to the rows based upon a value in the query&lt;/p&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;when I add cfformitem to the .cfm and run, the browser via cf reports that the cfformitem cannot be "script"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;is it my installation version causing this ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;or how can I get cf to use type = "script"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thank you in advance&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:648738d2-5134-468f-b673-cf260c3ce0a0] --&gt;</description>
      <pubDate>Thu, 23 Jun 2011 08:57:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/868644</guid>
      <dc:date>2011-06-23T08:57:53Z</dc:date>
      <clearspace:dateToText>3 years 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>need popup window from cfform to go to PayPal using their button</title>
      <link>https://forums.adobe.com/thread/861334</link>
      <description>&lt;!-- [DocumentBodyStart:6a586f0e-5bb3-43b6-9811-db67d5f3d47a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a cfform page (ColdFusion 8) that is embedded in an iframe in my standard html webpage. (Embedded so that I still have the same outer "envelope" as the rest of the pages; nav bars, etc.) I have the form post back to itself in order to check for injection problems, validation beyond basic form validation, etc, then insert form entries into a database. I am trying to then pass the visitor on to PayPal for them to make the payment. This could be either by way of a popup window or a redirect. The problem is that if I just put the PayPal button in my .cfm page it doesn't work. Also, it seems I need to get it out of the iframe context. Of course it would be nice to go the other way (which I have also tried) and have the potential donor first go to PayPal, enter their info, and then have them redirected back to my page. I realize I could then get some of the info I need from them (name, email, etc) in the PayPal IPN return, but there are 2 problems with this. 1) I have to rely on them clicking the "go back to ....." link in PayPal and 2) I still need other info that PayPal doesn;t pick up, like what department category they want their donation to go to, etc. which I can get up front from them if I go the first route mentioned.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have looked into cfhttp and cflocation tags. I don't seem to be finding any clearcut answers!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for any help in advance!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6a586f0e-5bb3-43b6-9811-db67d5f3d47a] --&gt;</description>
      <pubDate>Mon, 06 Jun 2011 16:19:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/861334</guid>
      <dc:date>2011-06-06T16:19:47Z</dc:date>
      <clearspace:dateToText>3 years 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Pulling info from MS SQL Server into flash with Cold Fusion</title>
      <link>https://forums.adobe.com/thread/858165</link>
      <description>&lt;!-- [DocumentBodyStart:c0ed1aa8-9ab0-4445-8152-087b631c30f0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey Everyone,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Let me start off by saying I'm in a bit of a time crunch and that I am a complete noob when it comes to MS SQL and ColdFusion.&amp;nbsp; With that said, I think what I am trying to do is very basic.&amp;nbsp; So here goes.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a database that is set up on a MS SQL sever.&amp;nbsp; (Which can not use PHP apperently.)&amp;nbsp; I also have a flash program.&amp;nbsp; I need to get some information from the database into the flash program Run the flash program, and then once the program has run, return some info to a different database.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This seems like its one of those tip of the iceburg simple projects, to nail down some basics, but I could be wrong.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anyone have some basic tuts or information they can give to help me get this done in a relatively timely mannor?&amp;nbsp; If you need more information let me know I wasnt sure what to include since this is my first Cold Fusion rodeo.&amp;nbsp; Thanks for the help in advance.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;K&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c0ed1aa8-9ab0-4445-8152-087b631c30f0] --&gt;</description>
      <pubDate>Sun, 29 May 2011 17:00:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/858165</guid>
      <dc:date>2011-05-29T17:00:05Z</dc:date>
      <clearspace:dateToText>3 years 6 months ago</clearspace:dateToText>
      <clearspace:messageCount>8</clearspace:messageCount>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Remoting call to .CFC is turned into a .cfm</title>
      <link>https://forums.adobe.com/thread/856014</link>
      <description>&lt;!-- [DocumentBodyStart:6a8ac010-59c0-4211-ace7-54a9c8c5beea] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I know the title is a bit odd, but its a large problem and need some help.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have flash forms, and all of a sudden after a server reboot, at least 1 but maybe more have remoting issues.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The problem i have found is this.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Call to /CFC/file.cfc method test() CFC.file.test() turns into /CFC/FILE/test.cfm and ColdFusion throws a 404 error and returns garbage back through the remoting call.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has anybody ran into this?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;our setup&lt;/p&gt;&lt;p&gt;newer servers runing Win 2003 server.&lt;/p&gt;&lt;p&gt;CF9.01&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;p&gt;Tim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6a8ac010-59c0-4211-ace7-54a9c8c5beea] --&gt;</description>
      <pubDate>Tue, 24 May 2011 04:50:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/856014</guid>
      <dc:date>2011-05-24T04:50:14Z</dc:date>
      <clearspace:dateToText>3 years 6 months ago</clearspace:dateToText>
      <clearspace:messageCount>8</clearspace:messageCount>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flash file upload (FileReference) and CF sessions</title>
      <link>https://forums.adobe.com/thread/836594</link>
      <description>&lt;!-- [DocumentBodyStart:cdc30946-8002-472e-afac-db10ba6143fe] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We have CF8 on top of IIS6. Our CF application requires user authentication (session based). Our CF application offers users ability to upload files with a Flash AS3 SWF application (using FileReference class).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, when uploading files with the SWF, the current session is not maintained in browsers other than IE. Because our CF application requires authentication this leads to uploading failing (upload page is automatically redirected to login page, as per CF application settings) on all browsers other than IE.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a solution to make Flash Player uploading retain the session? It retains the session with all other interactions (file downloading, Flash Remoting etc.).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The only solution I can think of is doing the uploading with regular HTML, but it doesn't offer all the information and interactivity provided by Flash.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cdc30946-8002-472e-afac-db10ba6143fe] --&gt;</description>
      <pubDate>Mon, 11 Apr 2011 13:22:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/836594</guid>
      <dc:date>2011-04-11T13:22:35Z</dc:date>
      <clearspace:dateToText>3 years 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>flex 3 client sends each request 3 times to CF9</title>
      <link>https://forums.adobe.com/thread/834265</link>
      <description>&lt;!-- [DocumentBodyStart:6a065af4-1432-408f-a184-5a88c8e501ae] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all&lt;/p&gt;&lt;p&gt;my problem is very streight forward&lt;/p&gt;&lt;p&gt;have a flex 3 app with a CF9 backend&lt;/p&gt;&lt;p&gt;when I run it locally (jrun) all is well, which means each call to the server (Remoting AMF...) is being called once, as you would expect&lt;/p&gt;&lt;p&gt;when I the same app on the remote testing server, I get 3 calls for each call to the server, these are observed by the sniffer i use (ServiceCapture...)&lt;/p&gt;&lt;p&gt;I also noticed in the first 2 calls details - HTTP Error 401. The requested resource requires user authentication.&lt;/p&gt;&lt;p&gt;the third one contains the actual data which is being transfered back &amp;amp; forth...&lt;/p&gt;&lt;p&gt;so it seems like the client and the server are negotiating till the data is passing... strange&lt;/p&gt;&lt;p&gt;apart from the redundency, this particularly troubles me when the app sends emails, because for some reason, it sends them twice&lt;/p&gt;&lt;p&gt;I've ruled out the mail configuration as the cause by testing a simple script on the server that sends a simple email - only once&lt;/p&gt;&lt;p&gt;but when it is being invoked from the flex app, it is being send twice...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;does anyone encountered anything similar?&lt;/p&gt;&lt;p&gt;care to share your insights on the matter?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;cheers&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6a065af4-1432-408f-a184-5a88c8e501ae] --&gt;</description>
      <pubDate>Tue, 05 Apr 2011 18:10:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/834265</guid>
      <dc:date>2011-04-05T18:10:05Z</dc:date>
      <clearspace:dateToText>3 years 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFGRID quirk</title>
      <link>https://forums.adobe.com/thread/796725</link>
      <description>&lt;!-- [DocumentBodyStart:e472f11c-81f0-4d55-9daf-20ae02647d52] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I was wondering if anyone else has run across this, and if so, how you corrected the issue?&lt;/p&gt;&lt;p&gt;Using version CF 9.0 with the following code the cell's word wrap correctly. I'm using .x-grid3-cell-inner&amp;nbsp; {white-space:normal; } in the sytle sheet to format the cells.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;No problems so far.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfform&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfgrid name = "FirstGrid" format="html"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; height="600"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width="1024"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; autowidth="yes"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; query = "qry_fullReport"&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfgrid&amp;gt;&lt;br/&gt;&amp;lt;/cfform&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now, if I change to flash, like the example below, the formatting no longer works.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfform&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfgrid name = "FirstGrid" format="flash"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; height="600"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width="1024"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; autowidth="yes"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; query = "qry_fullReport"&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfgrid&amp;gt;&lt;br/&gt;&amp;lt;/cfform&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there any good reasons to use the flash version over the html version?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;James&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e472f11c-81f0-4d55-9daf-20ae02647d52] --&gt;</description>
      <pubDate>Fri, 25 Feb 2011 19:22:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/796725</guid>
      <dc:date>2011-02-25T19:22:48Z</dc:date>
      <clearspace:dateToText>3 years 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>how to pass value from select box to cfc to get data back from cfc</title>
      <link>https://forums.adobe.com/thread/796184</link>
      <description>&lt;!-- [DocumentBodyStart:d3c486be-d889-4a31-966d-d7321137dc0b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;table border="1" cellpadding="3" cellspacing="0"&gt;&lt;thead&gt;&lt;tr&gt;&lt;th align="center" style="border:1px solid black;" valign="middle"&gt;&lt;span&gt;&lt;strong&gt;select Box&lt;br/&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="border:1px solid black;"&gt;1234&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border:1px solid black;"&gt;4567&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border:1px solid black;"&gt;8976&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border:1px solid black;"&gt;5677&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border:1px solid black;"&gt;4536&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;Hi I nee help for one of my issue i am trying to solve&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;here&amp;nbsp; is the scenario on top figure, i had a selct box on left side and when&amp;nbsp; page loads i need to show information for example for 1234 on right&amp;nbsp; side.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;when user selects any item on select box then i have to pass that id to CFC to get data depending up on this selected id.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using CF8 and cfform type ="flash"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;any ideas or examples on this that will help .&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d3c486be-d889-4a31-966d-d7321137dc0b] --&gt;</description>
      <pubDate>Thu, 24 Feb 2011 16:35:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/796184</guid>
      <dc:date>2011-02-24T16:35:09Z</dc:date>
      <clearspace:dateToText>3 years 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>org.xml.sax.SAXException: could not find deserializer {} anyType</title>
      <link>https://forums.adobe.com/thread/790484</link>
      <description>&lt;!-- [DocumentBodyStart:253775f7-0cc5-4d07-ae08-1205bc5700ff] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span&gt;org.xml.sax.SAXException: Deserializing parameter 'item':&amp;nbsp; could not find deserializer for type {&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema" rel="nofollow"&gt;http://www.w3.org/2001/XMLSchema&lt;/a&gt;&lt;span&gt;}anyType&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm using Flex builder4 connecting to a CF 7 server. Using the sample Testdrive project when I invoke createEmployee in EmployeeService.cfc I get the error above.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried invoking the method via soapUI and CF chokes in the same manner.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What to do?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:253775f7-0cc5-4d07-ae08-1205bc5700ff] --&gt;</description>
      <pubDate>Fri, 11 Feb 2011 23:35:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/790484</guid>
      <dc:date>2011-02-11T23:35:01Z</dc:date>
      <clearspace:dateToText>2 years 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>java.io.FilePermission + Flex :(</title>
      <link>https://forums.adobe.com/thread/781846</link>
      <description>&lt;!-- [DocumentBodyStart:6f350782-c40e-4556-bb43-de87a4142a57] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;p class="MsoNormal"&gt;&lt;p class="MsoNoSpacing"&gt;&lt;span lang="EN-US"&gt;Hi Guys,&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNoSpacing" style="min-height: 8pt; padding: 0px;"&gt;&lt;span lang="EN-US"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNoSpacing"&gt;&lt;span lang="EN-US"&gt;i have a very strange problem and hope that u can help me. &lt;/span&gt;&lt;span&gt;J&lt;/span&gt;&lt;span lang="EN-US"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNoSpacing" style="min-height: 8pt; padding: 0px;"&gt;&lt;span lang="EN-US"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNoSpacing"&gt;&lt;span lang="EN-US"&gt;I am developing an Air-App using a Coldfusion (Hoster is hostek.com) &lt;span&gt; &lt;/span&gt;Backend. The Application has a User-Login which works correctly.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNoSpacing"&gt;&lt;span lang="EN-US"&gt;After the login the app calls the server to get a full list of all members to display them into a Datagrid&amp;hellip; &lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNoSpacing" style="min-height: 8pt; padding: 0px;"&gt;&lt;span lang="EN-US"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNoSpacing"&gt;&lt;span lang="EN-US"&gt;Problem: On my localmashine both is working great. &amp;#8220;Online&amp;rdquo; just the login works great&amp;hellip; Calling the &amp;#8220;getTeam&amp;rdquo; method causes an error:&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNoSpacing" style="min-height: 8pt; padding: 0px;"&gt;&lt;span lang="EN-US"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;Error Loading team: [RPC Fault faultString="access denied (java.io.FilePermission D:\home\website.com\wwwroot\projects\teamplaner\Member.cfc read)" &lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px;"&gt;&lt;span lang="EN-US"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px;"&gt;&lt;span lang="EN-US"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;I just don&amp;#8217;t get, why login works super and the other function (is in the same cfc) isn&amp;#8217;t working.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px;"&gt;&lt;span lang="EN-US"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;Again: local both is working&amp;hellip;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px;"&gt;&lt;span lang="EN-US"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px;"&gt;&lt;span lang="EN-US"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;Any ideas? &lt;/span&gt;&lt;span&gt;L&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px;"&gt;&lt;span lang="EN-US"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px;"&gt;&lt;span lang="EN-US"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;Greetings from germany,&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;nico&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6f350782-c40e-4556-bb43-de87a4142a57] --&gt;</description>
      <pubDate>Sun, 23 Jan 2011 23:15:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/781846</guid>
      <dc:date>2011-01-23T23:15:54Z</dc:date>
      <clearspace:dateToText>3 years 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>need urgent help in this scenario experts</title>
      <link>https://forums.adobe.com/thread/778477</link>
      <description>&lt;!-- [DocumentBodyStart:a29c4a78-652f-4409-9f25-c3e2c1785086] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;HI Experts,&lt;/p&gt;&lt;p&gt;&lt;br/&gt;I am working in coldfusion from recently . I came up with some issue today that we had a coldfusion queries and display results in table as reports . This is fine but now we want to change this to flash.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We had front end designed by some one in flash and in flash window we need to place this coldfusion report to display in flash UI Screen and it should have to be refreshed in certain intervals to update report if there is new records inserted in database.(its kind of issue tracing).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Our technical guys came with some ideas to implement this coldfusion queries to display in flash with two ideas.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;One is that we need to make these queries to XML data feed to flash .&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Second is from CFC's to flash.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have no idea how can do this and integrate with flash . Anyone has any ideas on this how we can do this like by using XML data feeds and CFC's.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please help me with simple query example to convert to XML data feed or CFC and how to display that result in flash .&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please help me&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a29c4a78-652f-4409-9f25-c3e2c1785086] --&gt;</description>
      <pubDate>Sun, 16 Jan 2011 00:26:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/778477</guid>
      <dc:date>2011-01-16T00:26:52Z</dc:date>
      <clearspace:dateToText>3 years 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>ColdFusion and fms</title>
      <link>https://forums.adobe.com/thread/762737</link>
      <description>&lt;!-- [DocumentBodyStart:5324fe5a-32c9-42f9-90cf-5993090c0f13] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We have cf server, i am trying to learn about it more. But i want to ask do we need to install "Flash Media Server" or CF already has it in its own and no need to install?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5324fe5a-32c9-42f9-90cf-5993090c0f13] --&gt;</description>
      <pubDate>Wed, 08 Dec 2010 14:13:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/762737</guid>
      <dc:date>2010-12-08T14:13:46Z</dc:date>
      <clearspace:dateToText>3 years 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flash based image map pulling data from CF</title>
      <link>https://forums.adobe.com/thread/759017</link>
      <description>&lt;!-- [DocumentBodyStart:aff19902-713f-450f-a2e8-4908336b6ded] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Not sure if this is the best place to post this question, but I'm having a difficult time finding a tutorial or guide showing what I would like to do. I think this should be pretty straightforward, but I'm a complete novice to flash and or flex.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would like to use a map of the United States as an image map. When a user clicks on a specific state I would like the following items to take place, the state changes color to show that it has been selected and a cfc is called with a method that will pull data from the database for display in a div located below the image. I'm not concerened about getting the data from the database, but how to make the flash swf file that includes the image with the associated links to the cfc and ability to show the currently selected state. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have access to all of the tools in CS5 web premium, just looking for some help as to where to start.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:aff19902-713f-450f-a2e8-4908336b6ded] --&gt;</description>
      <pubDate>Tue, 30 Nov 2010 17:39:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/759017</guid>
      <dc:date>2010-11-30T17:39:39Z</dc:date>
      <clearspace:dateToText>3 years 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF return name/value pairs???</title>
      <link>https://forums.adobe.com/thread/750720</link>
      <description>&lt;!-- [DocumentBodyStart:f1cd78d2-3e42-4f3d-94d6-a584411c5cce] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;How can I get CF to return a name/value pair?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;(fwiw I'm working through Flash and PHP Bible but trying to substitute CF instead)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f1cd78d2-3e42-4f3d-94d6-a584411c5cce] --&gt;</description>
      <pubDate>Thu, 11 Nov 2010 06:28:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/750720</guid>
      <dc:date>2010-11-11T06:28:32Z</dc:date>
      <clearspace:dateToText>4 years 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flash CS4 AS2 flash remoting classes -  can't find them</title>
      <link>https://forums.adobe.com/thread/741046</link>
      <description>&lt;!-- [DocumentBodyStart:4be13ab8-6036-4441-9940-221459bbc3d4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Do I need to download these?&amp;nbsp; If so where?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4be13ab8-6036-4441-9940-221459bbc3d4] --&gt;</description>
      <pubDate>Wed, 20 Oct 2010 19:41:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/741046</guid>
      <dc:date>2010-10-20T19:41:46Z</dc:date>
      <clearspace:dateToText>4 years 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Populating cfinput value in cfgrid after initial load</title>
      <link>https://forums.adobe.com/thread/740463</link>
      <description>&lt;!-- [DocumentBodyStart:16c0d36d-2791-4efd-bf46-2649beeeca0d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a cfgrid that uses cfinput form fields to allow the update of a selected row in the cfgrid. The data displayed in the cfgrid is returned from a query. One of the cfinput fields to be updated is an employee's id, but I want to allow the user to go to another page which is an employee directory search page to find the id (I can't simply use a cfselect since the table is HUGE). I have a provided a link to the right of the cfinput field which takes the user to the directory search page, which opens in a new window. The directory page presents a list of employee name(s) and id(s), and allows the user to click on the particular employee they are looking for. I want to return to the calling page with the cfgrid and re-populate the cfinput field with the employee id that was passed from the directory search page. Is this even do-able using a Flash form cfgrid and cfinput? Any help would be much appreciated!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A snippet of my code is found below, which goes to the directory page, but currently does not return the value back...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfform name="form" format="flash"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfgrid name="emp_list" query="Getemps"&amp;gt; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfgridcolumn name="empid" header="Emp_ID" dataalign="left" select="no" width="125" &amp;gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;lt;/cfgrid&amp;gt;&lt;br/&gt;&amp;lt;cfformgroup type="horizontal" label="Emp ID:" tooltip="Enter the Emp ID or click on Find Emp ID to search the employee directory"&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfinput type="text" name="emp_id" maxlength="6" width="75" message = "Enter the Employees ID"&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bind="{emp_list.dataProvider[emp_list.selectedIndex]['EMP_ID']onChange="emp_list.dataProv ider.editField(emp_list.selectedIndex,'EMP_ID',emp_id.text);"&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfformitem type="html"&amp;gt;&amp;lt;&amp;lt;a href="emp_lookup.cfm" target="_blank"&amp;gt;Find Emp ID&amp;lt;/a&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfformitem&amp;gt;&lt;br/&gt;&amp;lt;/cfformgroup&amp;gt; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;lt;cfinput type="submit" value="Save" name="Save" width="112"&amp;gt;&lt;br/&gt;&amp;lt;/cfform&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:16c0d36d-2791-4efd-bf46-2649beeeca0d] --&gt;</description>
      <pubDate>Tue, 19 Oct 2010 17:53:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/740463</guid>
      <dc:date>2010-10-19T17:53:51Z</dc:date>
      <clearspace:dateToText>4 years 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Which Date Format in MySql works with CF and Flashbuilder 4?</title>
      <link>https://forums.adobe.com/thread/739394</link>
      <description>&lt;!-- [DocumentBodyStart:9b3cef81-9d2b-4cfd-9e02-99eb03858ad9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Which Date Format in MySql works with CF and Flashbuilder 4?&lt;/p&gt;&lt;p&gt;I have been trying to use "Date" but getting the wierdest day before error where the date comes into Flashbuilder properly from MySql via coldfusion and then displays as the day before. It works find on localhost, then when I copy it up to Hostek it gives the day before error.&lt;/p&gt;&lt;p&gt;Should I change the Date format to string or something? is this a known bug?&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Dan Pride&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9b3cef81-9d2b-4cfd-9e02-99eb03858ad9] --&gt;</description>
      <pubDate>Sun, 17 Oct 2010 08:09:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/739394</guid>
      <dc:date>2010-10-17T08:09:46Z</dc:date>
      <clearspace:dateToText>4 years 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>13</clearspace:messageCount>
      <clearspace:replyCount>12</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Checking is CF Server is alive</title>
      <link>https://forums.adobe.com/thread/737533</link>
      <description>&lt;!-- [DocumentBodyStart:d7afdc0d-8eb0-4122-a18a-f09c90f2e723] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The first thing my Flash 8 app does is to call a cfc. If, for some reason,&amp;nbsp; the CF Server is not running, the app will "hang" waiting for a response. Is there some way for my app to tell whether the CF Server is running so that an appropriate message can be displayed?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d7afdc0d-8eb0-4122-a18a-f09c90f2e723] --&gt;</description>
      <pubDate>Wed, 13 Oct 2010 03:44:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/737533</guid>
      <dc:date>2010-10-13T03:44:01Z</dc:date>
      <clearspace:dateToText>4 years 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Capture image with webcam using flash and sending it to the server</title>
      <link>https://forums.adobe.com/thread/734172</link>
      <description>&lt;!-- [DocumentBodyStart:40c6a415-e822-4307-a9ef-1b483a901dd1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a need to use flash to capture an image and have that image uploaded to the server. I have seen some examples of code that uses flash to capture an image but it saves the file locally. We need that file to be sent to the server. We are using CF9.0 and I figure that once we are able to capture the image we could hand it off to ColdFusion to send to the server.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has anyone done anything like that or know if it's possible?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help is apprecaited.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Mallory&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:40c6a415-e822-4307-a9ef-1b483a901dd1] --&gt;</description>
      <pubDate>Tue, 05 Oct 2010 19:22:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/734172</guid>
      <dc:date>2010-10-05T19:22:17Z</dc:date>
      <clearspace:dateToText>4 years 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>uploading file with Flex and cfc</title>
      <link>https://forums.adobe.com/thread/733333</link>
      <description>&lt;!-- [DocumentBodyStart:8a1f9211-4fc2-4e39-8672-78d19c837be5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;div&gt;&lt;p&gt;Hi All,&lt;/p&gt;&lt;p&gt;Let me see if i can get help here &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;I have a cfc that will upload a file into my database using this concept.&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://corfield.org/entry/File_Upload_and_CFCs"&gt;http://corfield.org/entry/File_Upload_and_CFCs&lt;/a&gt;&lt;/p&gt;&lt;p&gt;To select the file in flex I'm using FileReference&lt;/p&gt;&lt;p&gt;private function browseAndUpload():void&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fileReference = new FileReference();&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fileReference.addEventListener(Event.SELECT,fileReference_Select);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fileReference.addEventListener(Event.CANCEL,fileReference_Cancel);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fileReference.browse();&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private function fileReference_Select(event:Event):void&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fileReference.addEventListener(ProgressEvent.PROGRESS,fileReference_P rogress);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fileReference.addEventListener(Event.COMPLETE,fileReference_Complete) ;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fileReference.addEventListener(IOErrorEvent.IO_ERROR,onLoadError);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //fileReference.upload(request);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fileName = fileReference.name;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SM_RO.importFile();&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;As you see I don't use the upload, I'm passing the name of the file to myImport method.&lt;/p&gt;&lt;p&gt;I'm getting error that it's missing enctype="multipart/form-data"&lt;/p&gt;&lt;p&gt;How can I set this? or maybe it's another way to do this.&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Johnny&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8a1f9211-4fc2-4e39-8672-78d19c837be5] --&gt;</description>
      <pubDate>Mon, 04 Oct 2010 12:06:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/733333</guid>
      <dc:date>2010-10-04T12:06:03Z</dc:date>
      <clearspace:dateToText>4 years 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Upgrading to CF 9.0.1 breaks BlazeDS</title>
      <link>https://forums.adobe.com/thread/709372</link>
      <description>&lt;!-- [DocumentBodyStart:02e70c75-9939-450c-b78d-4617be573954] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Here is the error when I try running the Flex application, which worked fine under 9.0.0:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;[BlazeDS]Error deserializing client message.&lt;br/&gt;java.lang.NoSuchMethodError: flex.messaging.util.ClassUtil.createDefaultInstance(Ljava/lang/Class;Ljava/lang/Class;Z)L java/lang/Object;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.flash.messaging.io.amf.CFAMF3Input.getInstantiatedObject(CFAMF3Input.java:307)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.flash.messaging.io.amf.CFAMF3Input.readScriptObjectInternal(CFAMF3Input.java:3 40)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.flash.messaging.io.amf.CFAMF3Input.readScriptObject(CFAMF3Input.java:246)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:153)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:132)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at flex.messaging.io.amf.Amf0Input.readObjectValue(Amf0Input.java:135)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at flex.messaging.io.amf.Amf0Input.readArrayValue(Amf0Input.java:326)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at flex.messaging.io.amf.Amf0Input.readObjectValue(Amf0Input.java:139)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at flex.messaging.io.amf.Amf0Input.readObject(Amf0Input.java:95)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at flex.messaging.io.amf.AmfMessageDeserializer.readObject(AmfMessageDeserializer.java:226)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at flex.messaging.io.amf.AmfMessageDeserializer.readBody(AmfMessageDeserializer.java:205)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at flex.messaging.io.amf.AmfMessageDeserializer.readMessage(AmfMessageDeserializer.java:125)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:114)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:278)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.flash.messaging.CFAMFEndPoint.service(CFAMFEndPoint.java:295)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:322)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.flex.ColdFusionMessageBrokerServlet.service(ColdFusionMessageBrokerServlet.jav a:114)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.filter.FlashRequestControlFilter.doFilter(FlashRequestControlFilter.java:71)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrun.servlet.FilterChain.service(FilterChain.java:101)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Could this be a permissions thing?&amp;nbsp; We have Coldfusion running under a user and maybe now you have to grant permissions on another directory somewhere or something?&amp;nbsp; This is one Windows 2003 with IIS.&amp;nbsp; Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:02e70c75-9939-450c-b78d-4617be573954] --&gt;</description>
      <pubDate>Fri, 27 Aug 2010 15:58:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/709372</guid>
      <dc:date>2010-08-27T15:58:14Z</dc:date>
      <clearspace:dateToText>4 years 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>unit testing the remoting services for coldfusion</title>
      <link>https://forums.adobe.com/thread/690622</link>
      <description>&lt;!-- [DocumentBodyStart:a320b5f3-984a-4dfa-836d-91c245f0a915] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;What is the best practice for unit testing the remoting services for coldfusion generated by datacentric features of flash builder 4?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a320b5f3-984a-4dfa-836d-91c245f0a915] --&gt;</description>
      <pubDate>Fri, 30 Jul 2010 13:57:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/690622</guid>
      <dc:date>2010-07-30T13:57:40Z</dc:date>
      <clearspace:dateToText>4 years 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to create subcolumns or child columns in datagrid in Coldfusion</title>
      <link>https://forums.adobe.com/thread/678937</link>
      <description>&lt;!-- [DocumentBodyStart:78ee4381-177b-4bcd-9397-bfd96ab4a570] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt; Hi,&lt;/p&gt;&lt;p&gt; How to create subcolumns or child columns in datagrid&amp;nbsp; using flash builder4.0 or&amp;nbsp; in coldfusion builder.&lt;/p&gt;&lt;p&gt; Thanks,&lt;/p&gt;&lt;p&gt; ch.Naresh kumar reddy.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:78ee4381-177b-4bcd-9397-bfd96ab4a570] --&gt;</description>
      <pubDate>Tue, 13 Jul 2010 05:47:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/678937</guid>
      <dc:date>2010-07-13T05:47:07Z</dc:date>
      <clearspace:dateToText>4 years 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

