Re: [flexcoders] Simple Sound Player

2010-04-22 Thread Mark Lapasa
You could write a very rudimentary app using the flash.media.Sound to load and play the file and flash.media.SoundChannel to stop and pause the file. On Mon, Apr 19, 2010 at 2:51 PM, simcola jobs...@gmail.com wrote: Hi I have several podcasts in wma (I could change to mp3 if needed) and I

Re: [flexcoders] Simple Sound Player

2010-04-22 Thread gabriel montagné
On 22/04/2010, Mark Lapasa ma...@hitgrab.com wrote: You could write a very rudimentary app using the flash.media.Sound to load and play the file and flash.media.SoundChannel to stop and pause the file. Yes. A couple of years ago I'd packed a component like that, chromless but you can very

[flexcoders] Simple Sound Player

2010-04-20 Thread simcola
Hi I have several podcasts in wma (I could change to mp3 if needed) and I need a simple player that will list all the podcasts and then have a play, pause, fwd, rwnd, stop and download button. Does anyone know of anything like this that I can use in flex.. thanks