Difference between revisions of "Template:LSL Constants/PrimMedia"
Jump to navigation
Jump to search
Line 63: | Line 63: | ||
{{LSL ConstTB|PRIM_MEDIA_WHITELIST|integer|12|b=[ |e= ]|s=rowspan="1"|s1=id="PRIM_MEDIA_WHITELIST"}} | {{LSL ConstTB|PRIM_MEDIA_WHITELIST|integer|12|b=[ |e= ]|s=rowspan="1"|s1=id="PRIM_MEDIA_WHITELIST"}} | ||
{{!}} colspan="2" {{!}} [ [[string]] {{LSL Param|CSV}} ] | {{!}} colspan="2" {{!}} [ [[string]] {{LSL Param|CSV}} ] | ||
{{!}} colspan="6" {{!}} {{GetSet|{{{1|}}}|Gets|Sets}} the whitelist as a | {{!}} colspan="6" {{!}} {{GetSet|{{{1|}}}|Gets|Sets}} the whitelist as a string of [[llEscapeURL|escaped]], comma-separated URLs. | ||
{{!}}- | {{!}}- | ||
{{LSL ConstTB|PRIM_MEDIA_PERMS_INTERACT|integer|13|b=[ |e= ]|s=rowspan="1"|s1=id="PRIM_MEDIA_PERMS_INTERACT"}} | {{LSL ConstTB|PRIM_MEDIA_PERMS_INTERACT|integer|13|b=[ |e= ]|s=rowspan="1"|s1=id="PRIM_MEDIA_PERMS_INTERACT"}} |
Revision as of 10:19, 4 December 2009
Parameter | Return Values / Additional Parameters | Description | |||||||
---|---|---|---|---|---|---|---|---|---|
[ PRIM_MEDIA_ALT_IMAGE_ENABLE ] | 0 | [ integer boolean ] | Gets / Sets the default image state (the image that the user sees before a piece of media is active) for the chosen face. The default image is specified by Second Life's server for that media type. | ||||||
[ PRIM_MEDIA_CONTROLS ] | 1 | [ integer control ] | Gets / Sets the style of controls. Can be either PRIM_MEDIA_CONTROLS_STANDARD or PRIM_MEDIA_CONTROLS_MINI. | ||||||
controls Flags | Description | ||||||||
PRIM_MEDIA_CONTROLS_STANDARD | 0 | Standard web navigation controls. | |||||||
PRIM_MEDIA_CONTROLS_MINI | 1 | Mini web navigation controls; does not include an address bar. | |||||||
[ PRIM_MEDIA_CURRENT_URL ] | 2 | [ string current_url ] | Gets / Sets the current url displayed on the chosen face. Changing this URL causes navigation. | ||||||
[ PRIM_MEDIA_HOME_URL ] | 3 | [ string home_url ] | Gets / Sets the home url for the chosen face. | ||||||
[ PRIM_MEDIA_AUTO_LOOP ] | 4 | [ integer boolean ] | Gets / Sets whether auto-looping is enabled. | ||||||
[ PRIM_MEDIA_AUTO_PLAY ] | 5 | [ integer boolean ] | Gets / Sets whether the media auto-plays when a Resident can view it. | ||||||
[ PRIM_MEDIA_AUTO_SCALE ] | 6 | [ integer boolean ] | Gets / Sets whether auto-scaling is enabled. Auto-scaling forces the media to the full size of the texture. | ||||||
[ PRIM_MEDIA_AUTO_ZOOM ] | 7 | [ integer boolean ] | Gets / Sets whether clicking the media triggers auto-zoom and auto-focus on the media. | ||||||
[ PRIM_MEDIA_FIRST_CLICK_INTERACT ] | 8 | [ integer boolean ] | Gets / Sets whether the first click interaction is enabled. | ||||||
[ PRIM_MEDIA_WIDTH_PIXELS ] | 9 | [ integer width ] | Gets / Sets the width of the media in pixels. | ||||||
[ PRIM_MEDIA_HEIGHT_PIXELS ] | 10 | [ integer height ] | Gets / Sets the height of the media in pixels. | ||||||
[ PRIM_MEDIA_WHITELIST_ENABLE ] | 11 | [ integer boolean ] | Gets / Sets whether navigation is restricted to URLs in PRIM_MEDIA_WHITELIST. | ||||||
[ PRIM_MEDIA_WHITELIST ] | 12 | [ string CSV ] | Gets / Sets the whitelist as a string of escaped, comma-separated URLs. | ||||||
[ PRIM_MEDIA_PERMS_INTERACT ] | 13 | [ integer perms ] | Gets / Sets the permissions mask that control who can interact with the object:
| ||||||
[ PRIM_MEDIA_PERMS_CONTROL ] | 14 | [ integer perms ] | Gets / Sets the permissions mask that control who can control the object:
|