ActionScript3 Reference
Class Client
Namespace: playerio
Language: ActionScript 3
An instance of this class is returned to the callback function when successfully connecting to the PlayerIO webservice.
Contains references to all APIs currently exposed by the PlayerIO ActionScript API
Properties
|
| public |
| bigDB |
:playerio:BigDB [read-only] |
Collection used to access the BigDB service.
|
| public |
User id of the currently connected user
|
| public |
Collection used to access the Error log
|
| public |
| gameFS |
:playerio:GameFS [read-only] |
Collection used to access the GameFS service.
|
| public |
Collection used for Multiplayer games
|
| public |
Collection used to access the PartnerPay service.
|
| public |
Collection used to access the PayVault service.
|
| public |
| stage |
:flash.display:Stage [read-only] |
Reference to the stage the Client is connected to
|
Client.bigDB
| public |
| bigDB |
:playerio:BigDB [read-only] |
|
Collection used to access the BigDB service.
Example
Example of how to request the file game.swf from your games GameFS via client
Client.connectUserId
User id of the currently connected user
Client.errorLog
Collection used to access the Error log
Client.gameFS
| public |
| gameFS |
:playerio:GameFS [read-only] |
|
Collection used to access the GameFS service.
Client.multiplayer
Collection used for Multiplayer games
Client.partnerPay
Collection used to access the PartnerPay service.
Client.payVault
Collection used to access the PayVault service.
Client.stage
| public |
| stage |
:flash.display:Stage [read-only] |
|
Reference to the stage the Client is connected to