I'm writing a Java ME application for the Nokia 6212 phone. Part of what the application does is to play short videos, which works fine.
However, I have encountered a problem with volume control via the two buttons on the side of the phone. They don't seem to actually affect the application's volume, and don't even let me change it beyond a certain point on the 'range' widget that it brings up. Do I need to do anything in my program to make this work? I know I can control the volume programatically via VolumeControl and a form of my own creation, but I don't really need that; I'd rather just let the user change it as needs be in a way that's intuitive for the phone.
Is this possible?