AW_EVENT_URL

DESCRIPTION

Event called when another client sends you a URL.

NOTES

This event requires at least SDK build 14 and world server build 21. 

This event is triggered when another nearby SDK application sends you a URL (by calling aw_url_send.)   It is intended for use by the Active Worlds Browser to receive URLs sent by SDK applications, however the event is also available to SDK applications.  The Active Worlds Browser itself cannot trigger this event, so if your application receives it, it must have been sent by another non-browser SDK application.

The following attributes are set by this event:

AW_AVATAR_SESSION
AW_AVATAR_NAME
AW_URL_NAME
AW_URL_POST
AW_URL_TARGET
AW_URL_TARGET_3D

AW_AVATAR_SESSION indicates the client that sent the URL.  AW_AVATAR_NAME contains the sender's name, if available.   The URL itself is contained in AW_URL_NAME, and AW_URL_TARGET contains the name of the optional target frame.

SEE ALSO

aw_url_send