ios - Playing music on iphone using Action Script 3 -
i want write app buttons control original ios music player. i've had experience in as. however, i'm complete newbie in using ipa. give me suggestions functions play music that?
kind regards, artem
artem, i'm not sure that's possible (controlling built-in music capabilities custom app), if is, you'll have write air native extension (ane) it. ane's allow air access native apis within air project. allow developers extend air's functionality, cost having implement native code on platforms - since you're interested in ios, you'll have write library in objective-c.
here's you'd do:
- search ios developer library (or google) see if there's api control ios music player (or background music - this stackoverflow questions suggests there might be.)
- if not, it's not possible. if so, read on.
- write air native extension (ane) in objective-c code, allowing air app access native api. adobe has tutorial.
Comments
Post a Comment