Skip to main content
June 30, 2009
Question

Adobe Actionscript 1.0 and Coldfusion 8

  • June 30, 2009
  • 1 reply
  • 1734 views

Hi ,

We are using actionscript 1.0 in our application and as the middle tier we are using Coldfusion MX 7. Now our web applications are working fine.If we upgrade MX 7 to Coldfusion 8 will this integration work fine. Is there any known issues integrating actionscript 1.0 and coldfusion 8.Please help

This topic has been closed for replies.

1 reply

Cyril Hanquez
Participating Frequently
July 24, 2009

AS1 !?! So I suppose that you're doing SOAP calls or XML over HTTP ? In that case, there's no compatibility issue between 7 and 8: "ColdFusion MX (6.0, 6.1, and 7) applications should seamlessly migrate to ColdFusion 8."

Hope it helps,

Cyril

July 24, 2009

Hi Cyril,

Thank you so much for your reply. We are making remoting calls from Flash to Coldfusion. We send a request from Flash to coldfusion and coldfusion processes the request and returns the result from database to Flash frontend.