Play MP3 in AIR app for iOS and Android
问题 I was wondering if someone could shed some light on the best method to embed, select and play audio files in an AIR app built for iOS and Android? I have an app where a user can select a file to play from a list of 10 audio files. These are selected when a slider moves left or right. I currently would create 10 individual embed snippets and classes [Embed(source="assets/audio/file1.mp3)] public static const file1:Class; [Embed(source="assets/audio/file2.mp3)] public static const file2:Class;