{ NEW }Â SFS PRO update 1.6.9 available
-
Tybone10
Re: { NEW }Â SFS PRO update 1.6.9 available
hey i have a question. I have flash 8 pro. (as2). I cant find what i need to install. please help.
-
Tybone10
Please Help
When I downloaded the new update, I looked in the folder under AS2 and didnt see any API to install/update. All I saw was Action Script. If the Action Script is what I need to install can you please help? What do i do after I install. And I also have another question. Me and my friend made this company and I tried to let him login to the Remote Admin thing and it said it couldn't connect. I had my server "start" batch file open and it said server was up and running, but he could login to and games or the admin thing. Do i need to activate it or something?
Are you familiar with how the API are used? You add them to your project classpath. Make sure to read the docs:
http://www.smartfoxserver.com/docs/docP ... alling.htm
http://www.smartfoxserver.com/docs/docP ... alling.htm
-
Tree Line 1
- Posts: 100
- Joined: 10 Oct 2010, 02:58
- Location: Australia
-
Tree Line 1
- Posts: 100
- Joined: 10 Oct 2010, 02:58
- Location: Australia
We upgraded and got a compilation error in our Java extension.
The line
results in
We had to change it to
Is this the preferred method?
The line
Code: Select all
sfs.flgame.system.Global.server = new SmartFoxServer(); Code: Select all
java.lang.IllegalAccessError: tried to access method it.gotoandplay.smartfoxserver.SmartFoxServer.<init>()Code: Select all
sfs.flgame.system.Global.server = SmartFoxServer.getInstance();-
chengwang30
- Posts: 4
- Joined: 14 Jan 2010, 23:39
Have the same issue
Issue: can not catch the exception when connect to dead smartfox server
the connection event never be fired.
smartconnect: true
swf web host: dev.zulaworld.com
smartoxserver: localhost
version: smartfoxserver 1.6.9 AS3 API
when: when smartfox server is down
error output:
==========================
*** Security Sandbox Violation ***
Connection to http://localhost:8080/BlueBox/HttpBox.do halted - not permitted from http://dev.zulaworld.com/test/genericvi ... cVille.swf
Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: http://dev.zulaworld.com/test/genericvi ... cVille.swf cannot load data from http://localhost:8080/BlueBox/HttpBox.do.
at it.gotoandplay.smartfoxserver.http::LoaderFactory/getLoader()[C:\Documents and Settings\wang\My Documents\Flex Builder 3\GenericVille\smartfox\as3\it\gotoandplay\smartfoxserver\http\LoaderFactory.as:36]
at it.gotoandplay.smartfoxserver.http::HttpConnection/send()[C:\Documents and Settings\wang\My Documents\Flex Builder 3\GenericVille\smartfox\as3\it\gotoandplay\smartfoxserver\http\HttpConnection.as:89]
at it.gotoandplay.smartfoxserver.http::HttpConnection/connect()[C:\Documents and Settings\wang\My Documents\Flex Builder 3\GenericVille\smartfox\as3\it\gotoandplay\smartfoxserver\http\HttpConnection.as:69]
at it.gotoandplay.smartfoxserver::SmartFoxClient/tryBlueBoxConnection()[C:\Documents and Settings\wang\My Documents\Flex Builder 3\GenericVille\smartfox\as3\it\gotoandplay\smartfoxserver\SmartFoxClient.as:2985]
at it.gotoandplay.smartfoxserver::SmartFoxClient/handleSecurityError()[C:\Documents and Settings\wang\My Documents\Flex Builder 3\GenericVille\smartfox\as3\it\gotoandplay\smartfoxserver\SmartFoxClient.as:3006]
Error: Request for resource at http://localhost:8080/BlueBox/HttpBox.do by requestor from http://dev.zulaworld.com/test/genericvi ... cVille.swf is denied due to lack of policy file permissions.
the connection event never be fired.
smartconnect: true
swf web host: dev.zulaworld.com
smartoxserver: localhost
version: smartfoxserver 1.6.9 AS3 API
when: when smartfox server is down
error output:
==========================
*** Security Sandbox Violation ***
Connection to http://localhost:8080/BlueBox/HttpBox.do halted - not permitted from http://dev.zulaworld.com/test/genericvi ... cVille.swf
Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: http://dev.zulaworld.com/test/genericvi ... cVille.swf cannot load data from http://localhost:8080/BlueBox/HttpBox.do.
at it.gotoandplay.smartfoxserver.http::LoaderFactory/getLoader()[C:\Documents and Settings\wang\My Documents\Flex Builder 3\GenericVille\smartfox\as3\it\gotoandplay\smartfoxserver\http\LoaderFactory.as:36]
at it.gotoandplay.smartfoxserver.http::HttpConnection/send()[C:\Documents and Settings\wang\My Documents\Flex Builder 3\GenericVille\smartfox\as3\it\gotoandplay\smartfoxserver\http\HttpConnection.as:89]
at it.gotoandplay.smartfoxserver.http::HttpConnection/connect()[C:\Documents and Settings\wang\My Documents\Flex Builder 3\GenericVille\smartfox\as3\it\gotoandplay\smartfoxserver\http\HttpConnection.as:69]
at it.gotoandplay.smartfoxserver::SmartFoxClient/tryBlueBoxConnection()[C:\Documents and Settings\wang\My Documents\Flex Builder 3\GenericVille\smartfox\as3\it\gotoandplay\smartfoxserver\SmartFoxClient.as:2985]
at it.gotoandplay.smartfoxserver::SmartFoxClient/handleSecurityError()[C:\Documents and Settings\wang\My Documents\Flex Builder 3\GenericVille\smartfox\as3\it\gotoandplay\smartfoxserver\SmartFoxClient.as:3006]
Error: Request for resource at http://localhost:8080/BlueBox/HttpBox.do by requestor from http://dev.zulaworld.com/test/genericvi ... cVille.swf is denied due to lack of policy file permissions.
Missing event
in
it.gotoandplay.smartfoxserver.http.LoaderFactory
still missing implementation security event

and i can "catch" this
it.gotoandplay.smartfoxserver.http.LoaderFactory
still missing implementation security event

and i can "catch" this