Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: evaluating text in a text field
From: Torbj�rn Caspersen
Date: Mon, 3 Apr 2000 10:30:59 +0100




It almost works,
if ("text field"="")
should be
if ("text field"eq"")

all if-statements on string variables use eq for =, ne for <>

silly of Flash not to warn us about that mistake, it's an easy one to
make.




What I want to happen is that flash detects if the user has enter text or
numbers in the text field. If there is something go to URL if not got to
and
play frame 50.

So in theory the action should be:

On (Press)
if ("text field"="")
go to and play (50)
Else
Get URL ("search.asp")
End if
End on

But this doesn't seem to work
Any ideas, I'm just getting into this part of flash so some help would be
much appreciated.
Thanks
Cath


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World?s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com






flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World�s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]