You may want to upgrade your browser.
You are using an old version of the Internet Explorer.
Platogo will work much better if you upgrade to a more modern browser like one of these:
PlatogoAPI.connect( [your game id], [reference to stage], connectHandler );
function connectHandler( response : PlatogoResponse ) : void { if ( response.status == PlatogoStatus.OK ) { trace( "You are now connected to Platogo & the API is ready to be used." ); } }
hopefully someone can help me on this.
:(
I'm not a programmer , but then I need some help. where suppost I need to paste these code actually:-
import com.platogo.api.PlatogoAPI;
import com.platogo.api.enums.PlatogoStatus;
import com.platogo.api.vo.PlatogoResponse;
PlatogoAPI.connect( [your game id], [reference to stage], connectHandler );
function connectHandler( response : PlatogoResponse ) : void
{
if ( response.status == PlatogoStatus.OK )
{
trace( "You are now connected to Platogo & the API is ready to be used." );
}
}
hopefully someone can help me on this.
:(
Comment:
import com.platogo.api.PlatogoAPI;
import com.platogo.api.enums.PlatogoStatus;
import com.platogo.api.vo.PlatogoResponse;
PlatogoAPI.connect( [your game id], [reference to stage], connectHandler );
function connectHandler( response : PlatogoResponse ) : void
{
if ( response.status == PlatogoStatus.OK )
{
trace( "You are now connected to Platogo & the API is ready to be used." );
}
}
hopefully someone can help me on this.
:(