Expand my Community achievements bar.

SOLVED

rtc="AfcsNameSpace" error

Avatar

Level 1

I am trying to follow the introductory video tutorials which are displayed on the lccs webpage: http://www.adobe.com/devnet/flashplatform/services/collaboration.edu.html. I pretty much copied and pasted the code and tried to run it, after following all the necessary steps. I have been having recurrent  issues with rtc="AfcsNameSpace" and according to the tutorials, and having scoured the web, it doesn't seem to have deprecated however I am getting this error:

DescriptionResourcePathLocationType
Could not resolve <rtc:ConnectSessionContainer> to a component implementation.caarsvc.mxml/caarsvc/srcline 7Flex Problem

It seems it has been acting like this for anything I call under the rtc namespace (AdobeHSauthenticator gives me similar issues). Is the namespace still functional? Has it been updated to something else and what might that be? Is there any documentation that relects this? I am using Flash builder 4.0  and flashplayer 10. I wonder if the fact that acfs has been updated to lccs also caused an update to the AfcsNameSpace. What should I use as an alternative?

Also there seem to be some inconsistency in the workability of the provided examples. None of them so far have worked as demonstrated. Perhaps an update might be necessary? I apologize if it appears like a complaint but it does increase development time and reduce the ease of comprehension when the sample programs are producing problems not accounted for even when using the same IDEs and SDKs

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi,

Seems like you are using a new SDK with old example code. Try the new namespace xmlns:rtc="http://ns.adobe.com/rtc"

Also try using the SDK example apps that are included with the SDK, as they are always updated with namespace and other flash player updates.

Thanks

Arun

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Hi,

Seems like you are using a new SDK with old example code. Try the new namespace xmlns:rtc="http://ns.adobe.com/rtc"

Also try using the SDK example apps that are included with the SDK, as they are always updated with namespace and other flash player updates.

Thanks

Arun