1/19/2011 5:58:43 AM
Title:
Play dynamic wav file in Flash/Flex
Hi
Is it possible to play dynamic wav(audio) file in Flash or Flex? As per my knowledge only dynamic mp3 files can be played in flash player.
Please share your knowledge if anyone know how to play dynamic wav.
Thanks
1/19/2011 9:00:53 AM
a very big no, only mp3 is supported in flash for dynamic playback.
1/19/2011 9:07:38 AM
dynamic loading of sound files other than mp3 is not supported by flash player. Simple reason is that, incorporating dynamic loading will mean adding lot of code to flash player for reading file headers and formats etc, so to keep the flash player size small they are not supported. WAV is not considered as a sound format suited for web so this is another strong reason to ignore it.
1/19/2011 10:36:46 PM
Thanks Troy you explained it in a better way.
1/20/2011 11:14:24 PM
Hi
A workaround using some third-party libraries is documented here: http://richapps.de/?p=97
Thanks