views:

45

answers:

1

Hi all,

I was wondering if anyone knew how to control the iPhone's volume using PhoneGap/Titanium/Corona? If not I would very much appreciate a tutorial on how to develop my own plugin that would be able to interface with the iPhone frameworks and develop something along the lines of MPVolumeView.

Thanks!

A: 

look here for a very simple example of a phone gap plugin

http://github.com/purplecabbage/PhoneGap-Plugins/tree/master/Badge/

look here for a full explanation of how to use MPVolumeView to control volume

http://stackoverflow.com/questions/463034/using-a-uislider-to-change-volume

Aaron Saunders