Expand my Community achievements bar.

Raff_
Raff_
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • 1) well, that means you can only use the flash-only SWCs we provide. All the others use the MX framework2) see 1 3) what happen on the device ? My applicaiton works fine on a Nexus S (Android 2.3) and Galaxy Tab (Android 2.2). Do you have the AIR runtime installed on your Droid ? If you install a Fl...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • One thing that I am not sure is what happens when you logout and you have ConnectSessionContainer.autoLogin=true.If the logout causes another automatic login, that could be your problem because you'll probably have your user also try to login again (by clicking on a login button ?)Can you try to set...

    Type

    Questions

    Views

    609

    Likes

    0

    Replies

    0
  • If you send me your account URL and a few room names I'll try to look at our logs and see if I can find anything.

    Type

    Questions

    Views

    606

    Likes

    0

    Replies

    0
  • The clients are collecting bandwidth usage, so you could instrument your code to see if there is anything strange there. Also this post (http://forums.adobe.com/thread/613576) links to an amazing document wrote by another developer. You may not need to implement all the same stuff but it can give yo...

    Type

    Questions

    Views

    606

    Likes

    0

    Replies

    0
  • Can you send us the trace messages ? They may help explain what's going on.Also, do you see "User" and "User/2" or exactly the same name listed twice ?

    Type

    Questions

    Views

    466

    Likes

    0

    Replies

    0
  • Either session.logout or session.close should disconnect the user (session.close does more "cleanup" than session.logout).We'll try it again making sure we test with external authentication but I can't see what would be different than, for example, logging in as a guest user.If you wait long enough ...

    Type

    Questions

    Views

    565

    Likes

    0

    Replies

    0
  • How did you configured your project ? For Spark only or mixed Spark and mx components ? Given that you only have the "s" and "fx" namespaces in your project I suspect it's spark only and that could be the problem since our "Flex" components relies on the old "mx" framework (and I think ConnectSessio...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • what do you mean by "account key" ? the username ? an external authentication token ?also, did you try to run the sample app that ships with the SDK ? did that work for you ?best thing to do is to collect the trace messages you get when running in debug mode in FlashBuilder and send them over. It's ...

    Type

    Questions

    Views

    589

    Like

    1

    Replies

    0
  • what do you mean exactly by "user specific" ? that only the owner can get the item or just that each user has a "personal" item ?userDependentItems is a "storage" flag, it doesn't have anything to do with permission and it means exactly what you are seeing (the item is removed from the node when the...

    Type

    Questions

    Views

    240

    Likes

    0

    Replies

    0
  • Actually I did some more digging and I think this is a "feature" Turns out that for mysterious reasons (that have to do with the native APIs) the mobile FlashPlayer always returns video as if in landscape mode. It's even documented here (http://help.adobe.com/en_US/FlashPlatform/reference/actionscri...

    Type

    Questions

    Views

    308

    Like

    1

    Replies

    0