PlayerIO

The fastest way to build online games without breaking a sweat.

ActionScript3 Reference

actionscript 3 PublishingNetworkProfiles class informationClass PublishingNetworkProfiles

Namespace: playerio
Language: ActionScript 3

The Publishing Network profile service

Properties

 
public
myProfile :playerio:PublishingNetworkProfile [read-only]

The profile of the current user

Methods

 
public
loadProfiles (userIds:Array, callback:Function, errorCallback:Function):void

Load a set of Publishing Network profiles

public
showProfile (userId:String, callback:Function):void

Show the profile for the specified user

PublishingNetworkProfiles.myProfile

public
myProfile :playerio:PublishingNetworkProfile [read-only]

The profile of the current user

PublishingNetworkProfiles.loadProfiles

public
loadProfiles (userIds:Array, callback:Function, errorCallback:Function):void

Load a set of Publishing Network profiles

Arguments

userIds:Array
callback:Function
errorCallback:Function

PublishingNetworkProfiles.showProfile

public
showProfile (userId:String, callback:Function):void

Show the profile for the specified user

Arguments

userId:String
callback:Function