Expand my Community achievements bar.

Errors while testing

Avatar

Level 2

Hi.

I created a pretty simple sharedWhiteboard app in Flex (as an adobe AIR app). Pretty much used the sample code from Ryan Stewarts article on afcs.

The app works fine when I run it from my desktop.

I tried to test the "shared" part by debugging the app from Flex and I copied the room URL into an IE browser.

I entered my adobeID and password and then got the following error:

ReferenceError: Error #1056: Cannot create property isPeer on com.adobe.rtc.sharedManagers.descriptors.UserDescriptor. (Flash Player 10)

Then another error was thrown:

ReferenceError: Error #1065: Variable flash.media::SoundCodec is not defined. (Flash Player 9)

Not sure where Flash Player 9 came from because I had made sure I had flash player 10 installed.

Any advice would be great.

Thanx.

1 Reply

Avatar

Former Community Member

Hi,

Couple of things can you verify

a) If while building the app in flex builder ,If you are using the Air app with player 10, you should Add "-target-player=10" to additional compiler arguements under properties->Flex Compiler

b) You have only linked to the player 10 afcs.swc in the library path and have not linked to the source directly since the source we provide is for player 9.

As you said , your browser already has 10 , with these two steps it should work. Please let me know if that is not the case.

Hope this helps.

Thanks

Hironmay Basu