Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Could not resolve...

Avatar

Level 1
Hi everyone,



I'm currently playing around with the examples in AFCS and
noticed when running Flexternal.mxml that I get an error at line 27



<rtc:AdobeHSAuthenticator authenticationKey="{authToken}"
id="auth"/>



Severity and Description Path Resource Location Creation Time
Id Could not resolve <rtc:AdobeHSAuthenticator> to a
component implementation. AFCS_Playground/src Flexternal.mxml line
27 1237318325609 57



Any ideas? I'm pretty sure I set up the SDK properly,
thanks
0 Replies

Avatar

Level 10
Hi,



There was a bug on our side in the example since we updated
the namespace recently in last release. So, in the application tag
in Flexternal.mxml you need to specify xmlns:rtc="AfcsNameSpace"
instead of "CocomoNameSpace" . and the error will be fixed. I am
also attaching the entire code with the update in case you need it.

Thanks again for the catch.

Regards

Hironmay Basu

Avatar

Level 1
Ah thanks, I was wondering what was causing the problems,
thanks for clearing this up.