Flex media framework - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T05:02:15Z http://stackoverflow.com/feeds/question/196109 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/196109/flex-media-framework 1 Flex media framework Sandman 2008-10-12T21:17:48Z 2008-10-13T18:14:29Z <p>Does anybody know of a good media framework for Flex?<br/> I'd like to be able to create apps that can play not only those formats that the Flex framework provides support for, but other formats as well (like wav, wma, ogg and other...).</p> <p><strong>EDIT 13.10.2008.:</strong> It was recently pointed out to me in the answers section that I should perhaps rephrase the question, so here goes: What I'm really looking for is a way to play various media formats in a Flex/Air app. Onekidney posted a nice answer about Ogg/Vorbis. Does anybody know of a way to play other media formats? Never mind about the portability to different platforms now. Portability would be nice, but if I can't get it, I can live without it :-).<br/> Thanks for the answers!</p> http://stackoverflow.com/questions/196109/flex-media-framework/196277#196277 1 Answer by davr for Flex media framework davr 2008-10-12T23:22:15Z 2008-10-12T23:22:15Z <p>Flex is just a set of libraries that run on the Flash Player. You can only play media formats that Flash has built in support for, so you wont find some "media framework" which adds support for more formats.</p> http://stackoverflow.com/questions/196109/flex-media-framework/197554#197554 1 Answer by onekidney for Flex media framework onekidney 2008-10-13T13:16:45Z 2008-10-13T13:16:45Z <p>You might need to make your question more specific - like, is there a way to play ogg vorbis in Flash?</p> <p>Then I could answer, hell yes! It's right <a href="http://drawlogic.com/2008/10/04/as3-fvorbis-flash-ogg-vorbis-player/" rel="nofollow">here</a>.</p>