ReferenceError: The POWERED BY OPENSPACE text must visible

Post here your questions about the OpenSpace 1.x or notify bugs and suggestions.

Moderators: Lapo, Bax

Post Reply
fabianres@live.com.mx
Posts: 40
Joined: 14 Apr 2010, 17:40

ReferenceError: The POWERED BY OPENSPACE text must visible

Post by fabianres@live.com.mx »

ReferenceError: The POWERED BY OPENSPACE text must be visible!

Okay,okay.... I know that in the trial version, if a user accidentally blocks the OpenSpace Logo, there will be a map failure.

I´m planning to buy the offical version soon.

In the meantime, is there any way to go around it? I don´t want to prevent this blocking event, just have it trigger another event so the user can refresh the application.

I´ve looked in the OpenSpaceEvent API and the so called ReferenceError is no where to be found so I could ideally do something like this...

os.addEventListener(LoggerEvent.REFERENCE_ERROR, onReferenceError)

function onReferenceError(evt:LoggerEvent):void
{
trace ("ReferenceError: The POWERED BY OPENSPACE text must be visible! ")
refresh()
}

Is there any way to do something like this, I want to know where is the code that traces the "ReferenceError: The POWERED BY OPENSPACE text must be visible!" trace, so I can code an event afterwards.

Thanks
User avatar
Bax
Site Admin
Posts: 4626
Joined: 29 Mar 2005, 09:50
Location: Italy
Contact:

Post by Bax »

This is not possible. If it would be possible to go around, it would make no sense having it in the trial version.
Paolo Bax
The SmartFoxServer Team
Post Reply