Hi, Meg.
For DragonBall's Palm, you can use

        *(UInt16*)0xFFFFF500 &=~0b0000000000010000;     //sound OFF
        
        *(UInt16*)0xFFFFF500 |= 0b0000000000010000;     //sound ON

I don't know API for what. This will not work on ARM machines.



MWS> Hi,
MWS> I'm still trying to find a way to temporarily turn off sounds (like those
MWS> that happen when you press a button) during a small part of my app and have
MWS> posted 4 times with no luck...I know someone out there must have some good
MWS> ideas?
MWS> thanks all.






-- 
 Damir                          mailto:[EMAIL PROTECTED]


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to