controlling player volume in ios.

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Manju123
Posts: 11
Joined: Mon Dec 30, 2013 6:08 am

controlling player volume in ios.

Post by Manju123 » Mon Jan 20, 2014 1:05 pm

Hi,
iam using ios player to play videos on ipad device.

  iphoneControlCreate "player", "MoviePlayer"

It is working fine for everything except controlling volume on ipad device.

please help me , how we can control volume of video playing through script.

i have tried playloudness property, but it is not for video player.

please help me.

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: controlling player volume in ios.

Post by Mark » Mon Jan 20, 2014 3:27 pm

Hi,

It looks like this feature is currently unsupported. Actually, I'm not sure that Apple allows apps to take control of the sound volume of the device. Users are supposed to be able to control this by themselves. Why do you want to your app control the sound volume of a movie?

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply