General
-
Cant make it work
i keep getting this error.
ReferenceError: Error #1065: Variable ClientAS3SX is not defined.
using flash cs5 ide1 vote -
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 votesplanned ·
AdminTobias
(Developer, AS3SX)
responded
You can contact me at Tobias@as3sx.com
-
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,
Mike4 votes -
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 -
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 -
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,
Mike1 vote -
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 -
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 Consulting1 vote -
Live Debugging of a Server SWF
Find a way to debug my Server SWF as it was running locally
4 votes -
Properties of Database Objects should be sorted
In the Webbased Database Object Viewer / Editor, properties should be sorted alphabetically
1 vote