General

I suggest you ...

You've used all your votes and won't be able to post a new idea, but you can still search and comment on existing ideas.

There are two ways to get more votes:

  • When an admin closes an idea you've voted on, you'll get your votes back from that idea.
  • You can remove your votes from an open idea you support.
  • To see ideas you have already voted on, select the “My feedback” filter and select “My open ideas”.
(thinking…)
Reset

Enter your idea and we'll search to see if someone has already suggested it.

If a similar idea already exists, you can vote and comment on it.

If it doesn't exist, you can post your idea so others can vote on it.

Enter your idea and we'll search to see if someone has already suggested it.

  • Hot ideas
  • Top ideas
  • New ideas
    1. Cant make it work

      i keep getting this error.

      ReferenceError: Error #1065: Variable ClientAS3SX is not defined.
      using flash cs5 ide

      1 vote
      Vote 0 votes Vote Vote
      Vote
      Sign in
      Check!
      (thinking…)
      Reset
      or sign in with
      • facebook
      • google
        Password icon
        I agree to the terms of service

        You'll receive a confirmation email with a link to create a password (optional).

        Signed in as (Sign out)
        You have left! (?) (thinking…)
      • We would like to install it in our servers...

        We would like to install this server in our servers, how can we contact you

        4 votes
        Vote 0 votes Vote Vote
        Vote
        Sign in
        Check!
        (thinking…)
        Reset
        or sign in with
        • facebook
        • google
          Password icon
          I agree to the terms of service

          You'll receive a confirmation email with a link to create a password (optional).

          Signed in as (Sign out)
          You have left! (?) (thinking…)
        • PersistentObject.remove() issue

          Hello,

          I have the following return error:

          9/19/2011 12:40:18 PMError #2067: ExternalInterface ist in diesem Container nicht verfügbar. ExternalInterface erfordert Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 und höher oder einen anderen Browser, der NPRuntime unterstützt. Error: Error #2067: ExternalInterface ist in diesem Container nicht verfügbar. ExternalInterface erfordert Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 und höher oder einen anderen Browser, der NPRuntime unterstützt.
          at Error$/throwError()
          at flash.external::ExternalInterface$/call()
          at com.as3sx.container.implementation::PersistentObjectServiceImplementation/remove()
          at com.as3sx.persitency::PersistentObject/remove()
          at PersistentServer/handleUserRequest()
          at Function/http://adobe.com/AS3/2006/builtin::call()
          at com.as3sx.interfaces.genericimplementation::GenericRequestHandler/handle()
          at com.as3sx.container.request::DataRequestHandler/startRequest()
          at com.as3sx.container.request::RequestHandler/handleRequest()
          at com.as3sx.container.communcation::ServerStringInfos/execute()
          at com.as3sx.util::SerializationUtil$/Deserialize()
          at com.as3sx.connection::SocketConnection/Deserialize()
          at com.as3sx.connection::SocketConnection/handleProgress()

          Hope it helps,
          Mike

          4 votes
          Vote 0 votes Vote Vote
          Vote
          Sign in
          Check!
          (thinking…)
          Reset
          or sign in with
          • facebook
          • google
            Password icon
            I agree to the terms of service

            You'll receive a confirmation email with a link to create a password (optional).

            Signed in as (Sign out)
            You have left! (?) (thinking…)
          • ServerAS3SX.session.addSessionDisposeHandler causes Error #1009

            Hi. Really nice project!

            I Think "SessionManager.addSessionDisposeHandler" is to enregister Function that will be called when Server detects if Client's line disconnect or browesr window close.

            And the Function has one argument:Session Class Object that stores data of Client that is disconnected and causes for call this Function.

            But, I have an following Error:

            Error #1009: Der Zugriff auf eine Eigenschaft oder eine Methode eines null-Objektverweises ist nicht möglich. TypeError: Error #1009: Der Zugriff auf eine Eigenschaft oder eine Methode eines null-Objektverweises ist nicht möglich.
            at ServerMain/onSessionDispose()
            at com.as3sx.container::ContainerSessionManager/callAll()
            at com.as3sx.container::ContainerSessionManager/destroySession()
            at com.as3sx.container.communcation::ServerStringInfos/execute()
            at com.as3sx.util::SerializationUtil$/Deserialize()
            at com.as3sx.connection::SocketConnection/Deserialize()
            at com.as3sx.connection::SocketConnection/handleProgress()

            And… more

            4 votes
            Vote 0 votes Vote Vote
            Vote
            Sign in
            Check!
            (thinking…)
            Reset
            or sign in with
            • facebook
            • google
              Password icon
              I agree to the terms of service

              You'll receive a confirmation email with a link to create a password (optional).

              Signed in as (Sign out)
              You have left! (?) (thinking…)
            • com.as3sx.lib.chat.ChatMessage does not exist!

              If i suppress that line of code and then compile, i receave this error:

              +++ServerTrace:No Handler for(and here my message)

              thanks.

              1 vote
              Vote 0 votes Vote Vote
              Vote
              Sign in
              Check!
              (thinking…)
              Reset
              or sign in with
              • facebook
              • google
                Password icon
                I agree to the terms of service

                You'll receive a confirmation email with a link to create a password (optional).

                Signed in as (Sign out)
                You have left! (?) (thinking…)
              • PersistentObjectManager.getOnePersitentObjectById issue

                Hello,

                ServerAS3SX.persistentObject.getOnePersitentObjectBy("_id", myString, MyPersistentObjectClass, MyCallback);

                and

                ServerAS3SX.persistentObject.getOnePersitentObjectById(myIDString, MyPersistentObjectClass, MyCallback);

                both return undefined value in callback

                I don't have this problem when looking for custom properties on my inherited PersistentObject class

                Hope it helps,
                Mike

                1 vote
                Vote 0 votes Vote Vote
                Vote
                Sign in
                Check!
                (thinking…)
                Reset
                or sign in with
                • facebook
                • google
                  Password icon
                  I agree to the terms of service

                  You'll receive a confirmation email with a link to create a password (optional).

                  Signed in as (Sign out)
                  You have left! (?) (thinking…)
                • Service not working if custom handler type cares of default value

                  public class ChatServer extends Sprite {
                  public function ChatServer() {
                  ServerAS3SX.setRequestHandler(ChatMessage, handleChatMessageRequest);
                  ...

                  // Ok
                  package chat.request.structure {
                  public class ChatMessage {
                  public var value : String;
                  public function ChatMessage(value : String = "") {
                  this.value = value;
                  }
                  }
                  }

                  // No response from server
                  package chat.request.structure {
                  public class ChatMessage {
                  public var value : String;
                  public function ChatMessage(value : String) {
                  this.value = value;
                  }
                  }
                  }

                  1 vote
                  Vote 0 votes Vote Vote
                  Vote
                  Sign in
                  Check!
                  (thinking…)
                  Reset
                  or sign in with
                  • facebook
                  • google
                    Password icon
                    I agree to the terms of service

                    You'll receive a confirmation email with a link to create a password (optional).

                    Signed in as (Sign out)
                    You have left! (?) (thinking…)
                  • Do you need a plugin to ease development

                    Just wondering if there are any area where an additional plugin (To FlashBuilder) could help ease development.
                    I have been developing plugins for the Flex/Actionscript developer community for some time and would like to develop one for you to.
                    Contact me if there is any interest.

                    Rgds
                    Geirr Winnem
                    Winnem Consulting

                    1 vote
                    Vote 0 votes Vote Vote
                    Vote
                    Sign in
                    Check!
                    (thinking…)
                    Reset
                    or sign in with
                    • facebook
                    • google
                      Password icon
                      I agree to the terms of service

                      You'll receive a confirmation email with a link to create a password (optional).

                      Signed in as (Sign out)
                      You have left! (?) (thinking…)
                    • Live Debugging of a Server SWF

                      Find a way to debug my Server SWF as it was running locally

                      4 votes
                      Vote 0 votes Vote Vote
                      Vote
                      Sign in
                      Check!
                      (thinking…)
                      Reset
                      or sign in with
                      • facebook
                      • google
                        Password icon
                        I agree to the terms of service

                        You'll receive a confirmation email with a link to create a password (optional).

                        Signed in as (Sign out)
                        You have left! (?) (thinking…)
                        under review  ·  0 comments  ·  Admin →
                      • Properties of Database Objects should be sorted

                        In the Webbased Database Object Viewer / Editor, properties should be sorted alphabetically

                        1 vote
                        Vote 0 votes Vote Vote
                        Vote
                        Sign in
                        Check!
                        (thinking…)
                        Reset
                        or sign in with
                        • facebook
                        • google
                          Password icon
                          I agree to the terms of service

                          You'll receive a confirmation email with a link to create a password (optional).

                          Signed in as (Sign out)
                          You have left! (?) (thinking…)
                          planned  ·  0 comments  ·  Admin →
                      • Don’t see your idea?
                      • Post a new idea…
                      • General

                        Knowledge Base and Helpdesk