PDA

View Full Version : A Player and a question


will
06-20-2009, 11:20 PM
I got the player thanks to JD and add some stuff from others here sorry I cant remember all the names. I am new and trying to learn this all.
I am wanting to get the slider bar to work for the volume and I would like to add a clock and date on it/ I searched and got code and so on and everytime I click the stop on the player it stops the clock because of the stop timer function. any direction on what to do and so would be greatly appreciated
Thank You
Will

will
06-20-2009, 11:24 PM
I just love this software:lol

longedge
06-21-2009, 03:50 AM
If you are using the page timer for more than one purpose, then the easiest way to achieve it is by setting boolean variables as appropriate and then testing for them in the page OnTimer event with if statements.

Have a look at the second example I posted in this (http://www.indigorose.com/forums/showthread.php?t=27167) thread which shows a variety of ways to control volume including using the slider object.