Home -> VRSmarty plugins page -> volslider.swf
This plugin is completely free for use in any context or connection.
volslider.swf
A plugin for setting sound volume level in one or several other plugins.
The following hotspot attributes are supported:

targettarget="spot1,spot2"A comma separated list of targets, see NOTES
soundVolumesoundVolume="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: