Yeah, I don't think I'm quite hardcore enough to write my own audio decoder. Plus this particular application could have a number of audio file formats thrown at it, so I don't think that's really a practical approach.

Unfortunately that's the most crucial part of this app, so if I can't figure a way to control an external plugin, I probably can't do it in Flex like I was hoping to. Sad!

-josh

On Nov 1, 2006, at 4:51p, Austin Kottke wrote:

Hey guys,

   check out: http://www.flashcodersbrighton.org/wordpress/?p=9

PCM playing in actionscript 3.

- Austin



---------- Original Message -----------
From: "Mike Keesey" <[EMAIL PROTECTED]>
To: "'Flashcoders mailing list'" <[email protected]>
Sent: Wed, 1 Nov 2006 16:16:11 -0800
Subject: RE: [Flashcoders] playing audio filetypes other than mp3?

You can use ByteArray in Flash 9 to load any kind of binary data. While
you could use this to create image-rendering plugins using BitmapData
(or even video-rendering, although I question performance), there's no corresponding "SoundData" class, is there? So I think, at least as far
as sound goes, you're kind of stuck with MP3.
¯
Mike Keesey

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:flashcoders-
[EMAIL PROTECTED] On Behalf Of Josh Santangelo
Sent: Wednesday, November 01, 2006 3:54 PM
To: [email protected]
Subject: [Flashcoders] playing audio filetypes other than mp3?

I'm wondering if anyone's managed to play filetypes other than MP3 in
Flash. Obviously you can't just load them up, but I'm envisioning
loading them into a hidden instance of the QuickTime plugin, and then
using JavaScript to bridge the two so that you can control the
playback
from Flash.

Anyone seen/done anything similar?

-josh
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
------- End of Original Message -------

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to