Flash swf to play PCM WAV files?
Posted
by Geuis
on Stack Overflow
See other posts from Stack Overflow
or by Geuis
Published on 2010-04-01T00:55:57Z
Indexed on
2010/04/01
1:03 UTC
Read the original article
Hit count: 639
I am in need of a Flash swf that is capable of loading PCM WAV files via a url passed to it.
An example of the file can be found here: http://msdn.microsoft.com/en-us/library/ff512405.aspx
The swf does not need a visible interface, as it is meant for audio playing only and not user interaction.
The swf should have a simple javascript interface for page-level interactions. These include:
load(url): loads a PCM WAV file over the internet using the url that is passed through it. play(): Should play the PCM WAV file that was loaded stop(): Should stop playing the current file.
I can provide a sample audio file that matches the specifications if the developer is unable to obtain a url from the link posted above.
© Stack Overflow or respective owner