Just go to your "Dummy Layer" first frame and add:
to the Actions Panel. The sound will then only play once.Code:stop();
Just go to your "Dummy Layer" first frame and add:
to the Actions Panel. The sound will then only play once.Code:stop();
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:
$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
Why is Flash being used for this? :-\
BLiZZaRD, for reference, PHP can be used to generate Flash. The Ming library exists for exactly that purpose.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Hmm... I will have to look into that.
I don't often dwell in the Flash/php things very often. Just the high scroe list here and there![]()
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:
$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
Basically, just experimentation. But I'd like to see a CAPTCHA system with images as well.Originally Posted by Twey
Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
Currently: enjoying the early holidays :)Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide
If I were you, I'd do that server-side too. Doing it with Flash would put some serious strain on the user's computer (and also deny access to people without serverside scripting support). Also, Flash is on the client, so the bots can simply extract the string used to create the CAPTCHA.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Ok. So how would I do that server-side (using PHP)?
Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
Currently: enjoying the early holidays :)Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide
Working on an example, give me a bit of time![]()
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:
$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
No prob.
Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
Currently: enjoying the early holidays :)Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide
Well, I finally got a free minute.
It isn't pretty, just giving some examples, but I made a Flash CAPTCHA.
Right now it loads 1 of 5 random numerical and 1 of 5 random alphabetical strings from an array into a textbox that is "blocked" by a design.
You enter the letters you see in the empty text box and click the button.
If the alpha numeric code matches it tells you it matches, if they don't match it resets and gives you a new string.
And if you just click the button it prompts you to enter the code.
Not bad really, if I do say so myself.
I could probably add the audio too, if I was positive on how you wanted that to work along with the strings.
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:
$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
I was kinda looking for something like this: http://www.xpanel.com/images/check_f...215&cval=4kg8d
You see the "cval=4kg8d"?
If you click on the link, it'll show 4kg8d.
It uses JavaScript for the rest.
Last edited by tech_support; 03-11-2007 at 07:16 AM.
Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
Currently: enjoying the early holidays :)Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide
Bookmarks