AW_EVENT_URL_CLICK

DESCRIPTION

Event called when a user clicks on a special url in their web view.

NOTES

This event requires at least SDK build 37 and world server build 63.  Also, users must be running Active Worlds Browser build 530 or later in order to trigger this event.

This event is triggered whenever a nearby user clicks on a URL prefixed with "aworld:?" in their web view, or if another nearby SDK application calls aw_url_click.   The following attributes are set by this event:

AW_AVATAR_NAME
AW_AVATAR_SESSION
AW_URL_NAME

EXAMPLE

See aw_url_click for an example of how to use AW_EVENT_URL_CLICK.

SEE ALSO

aw_url_click