Using Audio Captcha with Soundmanager2

mx3design found a way to implement this module with Soundmanager2: Javascript API which hooks to flash.

To get it working with audio CAPTCHA follow the instructions on the developer’s site and then in your form add this:

{if captcha}

<p>{captcha}<input type="text" name="captcha" value="" maxlength="20" /></p>

<
a href="#" onclick="soundManager.createSound({id:'mySound1',url:'{exp:audio_captcha:mp3link}'});soundManager.play('mySound1')">audio CAPTCHA</a>

{/if}

If you found something useful here and want to show your appreciation feel free to

or


Comments:

No comments yet.