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

bigDB

Collection used to access the BigDB service.

Return Value

Example

Example of how to request the file game.swf from your games GameFS via client

connectUserId

User id of the currently connected user

Return Value

errorLog

Collection used to access the Error log

Return Value

gameFS

Collection used to access the GameFS service.

Return Value

multiplayer

Collection used for Multiplayer games

Return Value

partnerPay

Collection used to access the PartnerPay service.

Return Value

payVault

Collection used to access the PayVault service.

Return Value

stage

Reference to the stage the Client is connected to

Return Value