By a design fault or not, Flash cannot play .wav files by default.The AS3WavSound (AWS) library was created to add the aforementioned missing support, allowing developers to easily embed and playback .wav files without having to convert them to another...

read more

Simple Java Mail is a wrapper of Sun's JavaMail feature.It allows Java developers to programmatically send emails from their code.Simple Java Mail supports complex email structures and even HTML content.The library also produces RFC complaint emails, so...