Im desperatly trying to build a volume indicator
Just found some volume slider examples.
What I look for is like in picture below:
What are good volume indicator techniques to handle ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve tried to create what you need. Please take a look here.
If it is what you’re looking for, here is the code:
Probably it is better to build it with ActionScript. I created it just to convey the idea.
Speaking about the second component you need, it should be event easer. You can probably achieve that effect by drawing a gradient across your component and animating a mask whenever values are changing.
Thanks!