actionscript 3 - How to play .ogg files in Adobe AIR app? -



actionscript 3 - How to play .ogg files in Adobe AIR app? -

i've been looking way play sound files in .ogg format within adobe air app. info found while searhing hr leads link no longer works: http://labs.adobe.com/wiki/index.php/alchemy:libraries

any suggestions on how play .ogg files? or, can recommend free (unlike mp3) format can relatively encoded , played within air mobile app?

thanks!

i found 2 possibilities:

1.ogglibrary

sample:

[embed(source="/test.ogg",mimetype="application/octet-stream")] private static const ogg_test:class public function test() { var oggtest:oggembed = new oggembed(new ogg_test() bytearray); oggtest.play(0); }

2.ogg vorbis encoder + decoder flash

it seems there aren't ane ready play *.ogg (at to the lowest degree wasn't able find them).

actionscript-3 flash air ogg

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -