AW EVENT URL

From ActiveWiki
Revision as of 12:08, 26 October 2008 by Macavity (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Minimum requirements
Added in version 2.2
SDKbuild 14
Worldbuild 21
Browserbuild 303


AW_EVENT_URL

Description

Another user has sent a URL.

Notes

This event is intended for use by the browser to receive URLs sent by SDK applications. It is not restricted to browsers and can also be used by 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.

Attributes

AW_AVATAR_SESSION
Session number of the sender.
AW_AVATAR_NAME
Name of the sender (not always available in version 3.6 and earlier).
AW_URL_NAME
URL to be displayed.
AW_URL_POST (1)
Optional form data to be submitted using the POST method.
AW_URL_TARGET
Optional target frame in the current web page where the URL was sent to.
AW_URL_TARGET_3D (1)
Show web page on top of the 3D viewport.

(1) Added in SDK build 37, version 3.5 beta.

Triggered by