package com.exanimo.security.recaptcha { /** * * .. * * @langversion ActionScript 3 * @playerversion Flash 9.0.0 * * @author Matthew Tretter (matthew@exanimo.com) * @since 2008.03.14 * */ public class RecaptchaMode { public static const AUDIO:String = 'audio'; public static const IMAGE:String = 'image'; } }