View Full Version : How to user slider plugin and volume control
Robert29b
03-20-2008, 02:29 PM
In need help with coding the slider plugin to adjust volume
Thanks!
longedge
03-20-2008, 03:28 PM
You don't say what it is that you are having trouble with.
Worm posted an excellent example here (http://www.indigorose.com/forums/showthread.php?t=15195) which will surely help :)
ShadowUK
03-20-2008, 04:31 PM
Just play some music in the On Show event, set the Channel in the preload then load up the application.
I've just used On Pos Change on the Slider to do
Audio.SetVolume(CHANNEL_NAMEGOESHERE, e_Pos)
This will work with most thing that allows strings, For example.
Dialog.Message("Position Changed", e_Pos)
Input.SetText("Input1", e_Pos.."/255");
etc.
Here's the APZ.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.