Player.IO

Build fun, powerful & scalable online and mobile games with the reliable backend your users expect

Sign Up | Sign In

ActionScript3 Reference

actionscript 3 Client class informationClass 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
connectUserId :String [read-only]

User id of the currently connected user

public
errorLog :playerio:ErrorLog [read-only]

Collection used to access the Error log

public
gameFS :playerio:GameFS [read-only]

Collection used to access the GameFS service.

public
multiplayer :playerio:Multiplayer [read-only]

Collection used for Multiplayer games

public
partnerPay :playerio:PartnerPay [read-only]

Collection used to access the PartnerPay service.

public
payVault :playerio:PayVault [read-only]

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

public
connectUserId :String [read-only]

User id of the currently connected user

Client.errorLog

public
errorLog :playerio:ErrorLog [read-only]

Collection used to access the Error log

Client.gameFS

public
gameFS :playerio:GameFS [read-only]

Collection used to access the GameFS service.

Client.multiplayer

public
multiplayer :playerio:Multiplayer [read-only]

Collection used for Multiplayer games

Client.partnerPay

public
partnerPay :playerio:PartnerPay [read-only]

Collection used to access the PartnerPay service.

Client.payVault

public
payVault :playerio:PayVault [read-only]

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