Skip to main content
nikos101
Inspiring
September 13, 2012
Question

Use the AS3 getter functions in coldfusion

  • September 13, 2012
  • 1 reply
  • 737 views

Hi,

is it possible to pass a as3 VO to CF and use the getter functions in coldfusion? I doubt it

private var _site:String;

        public var rp:String;

       

      

        public function get site():String

        {

            return  _site;

        }

This topic has been closed for replies.

1 reply

Inspiring
September 13, 2012

You could try creating an object.