• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Use the AS3 getter functions in coldfusion

Enthusiast ,
Sep 13, 2012 Sep 13, 2012

Copy link to clipboard

Copied

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;

        }

TOPICS
Advanced techniques

Views

689

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 13, 2012 Sep 13, 2012

Copy link to clipboard

Copied

LATEST

You could try creating an object.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation