The following hotspot attributes are supported:
| target | target="spot1,spot2" | A comma separated list of targets, see NOTES |
| soundVolume | soundVolume="0.25" | Initial sound volume level |
NOTES:
In the target="..." attribute you have to list the spot-id's of the hotspots that you want to control the
sound from. The initial volume level will be read from the plugin soundLevel attribute. If that is missing,
it will look for the soundLevel attribute of the first target in the list.
Example VRSmarty XML file:
<spot id="volume" url="../plugins/volslider.swf" type="static" staticAlign="BR" align="BR" staticX="300" staticY="10"
blockMouse="true" mouseChildren="true" buttonMode="false" useHandCursor="false" scaleX="0.6" scaleY="0.6"
target="moviebox" soundVolume="0.12"
/>
Version history: