Adobe Connect User Community
Menu

#1 2012-10-01 04:48:08

**_evp62_**

syncConnector.accountID not a number

Hello
I think account IDs are a mixture of letters and numbers (when we get emails from Adobe our accountID is listed as a mixture).

In the syncConnector there is a property called accountID that returns a number.

If we do an Alert.show of this information within a metting and convert it to text it returns NaN (not a number).

ie:

var ac:Number = syncConnector.accountID;
Alert.show(String(ac));

gives NaN

I'm trying to find a way that a custom pod can check what account it is running in.
Thanks

Offline

#2 2012-10-05 14:32:42

alistairlee

Re: syncConnector.accountID not a number

That's a good question. I just checked the documentation and it seems as though the function it calls is expecting a number. If the accountID is not returning a number, then it would result in the error you are seeing.

It sounds like it might be a bug - I'll look into it further.

From the docs:

The account ID of the Adobe Connect meeting room

Implementation 
    public function get accountID():Number

Offline

Board footer