getFlashInstance()

Availability:

SmartFoxServer Basic / Pro

Usage:

smartFox.getFlashInstance()

Description:

Gives you access to the underlying flash instance of the SmartFoxClient class. This allows you to bypass the lingo wrapper and do what you like.

Parameters:

None      

Returns:

Return the underlying flash instance of the SmartFoxClient class.

Example:

 smartFoxClient = smartFox.getFlashInstance()
 put smartFoxClient.debug
 smartFoxClient.addBuddy("lapo")

See also: