Search found 4 matches

by donw
Thu Jun 23, 2011 9:05 pm
Forum: iOS Deployment
Topic: Playing Sounds from the iPod Library
Replies: 4
Views: 4129

Re: Playing Sounds from the iPod Library

If there isn't LiveCode specific support for the Media Query API, would using the Externals SDK be possible to bridge to the iOS Media Query API?

RunRev Website: /developers/documentation/externals-sdk/

I'm sure I could hack together the small amount of code needed, especially with the examples.
by donw
Tue Apr 26, 2011 2:59 am
Forum: iOS Deployment
Topic: Playing Sounds from the iPod Library
Replies: 4
Views: 4129

Re: Playing Sounds from the iPod Library

I thought I'd bump my own post to see if there's any chance that the iPod Library Media Query will be added to LiveCode?
by donw
Mon Dec 13, 2010 5:20 am
Forum: iOS Deployment
Topic: Playing Sounds from the iPod Library
Replies: 4
Views: 4129

Re: Playing Sounds from the iPod Library

From what I can determine, before iOS 4, Apple forbid accessing the iPod music library. Under iOS 4, there is a Media Query API that reads the iPod Library and a Media Picker API that lets the user choose a song. http://developer.apple.com/library/ios/#documentation/Audio/Conceptual/iPodLibraryAcces...
by donw
Fri Dec 10, 2010 6:23 am
Forum: iOS Deployment
Topic: Playing Sounds from the iPod Library
Replies: 4
Views: 4129

Playing Sounds from the iPod Library

I'm new to LiveCode and iOS development. I'm really excited about being able to have a common code base between the desktop and mobile platforms. Is it possible to play songs from the iOS iPod library using LiveCode? I'm not looking for a Song Selector UI. I'd like to programmatically select songs a...