Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Questions on text fields and controlling with telltarget |
From: | ifx |
Date: | Thu, 13 Jul 2000 00:01:12 +0100 |
Thanks go out to Robert, Randy, T.R., and Wayne (and anyone I missed) for
helping to solve my problem. Now I have a new problem.... trying to decipher
what you told me. I have almost zero knowledge working with variables...
unfortunately this project is forcing that bit of knowledge down my throat.
To bad it doesn't come with an extension of deadline!
Thanks again!!
Alan
http://www.wilson-interactive.com
p h o t o g r a p h y | w e b d e v e l o p m e n t
=================================
Every noble work is at first impossible.
-- Thomas Carlyle
> From: Randy Kato <rkatobraincraft [dot] com>
> Reply-To: flasherchinwag [dot] com
> Date: Wed, 12 Jul 2000 14:43:43 -0400
> To: flasherchinwag [dot] com
> Subject: Re: FLASH: Questions on text fields and controlling with tell target
>
> Alan,
>
> You can think of text fields as windows that display variables. Want to change
> a
> text field? Change the variable. So to reset, just set your variable(s) = "".
>
> To "auto-fill" just set the appropriate variables with the user's click. If
> they
> click on, say "Man" then your script will set your variables like:
>
> name_prefix = "Mr."
> gender = "male"
> etc.
>
> If you want to check that fields have entries in them, you can check the
> variables, and if they have no value(s) tell target your Error Message MC to
> play.
>
> HTH,
> Randy
>
>
> ifxjps [dot] net wrote:
>
>> I need to come up with a solution to build, control and reset editable text
>> fields. The client wants to allow for the user to fill out an address field
>> but then have a reset button that resets the field to blank. There is also
>> going to be a pop-up menu that allows the text fields to auto-fill based on
>> the selection on the menu (the selections on the menu are text names that
>> have downstates). I'm assuming that the pop-up window is a series of buttons
>> embedded into a movie clip that tell-target another MC that contains the
>> various text fields. The interactivity is supposed to allow the user to
>> auto-fill the text field based on the choice... or to just type in the info
>> they require. Plus have the reset button. The good news is that this info.
>> is only for demo purposes so nothing is getting sent to the server. Without
>> spending hours testing for a solution I was wondering if someone on the list
>> could tell me a couple things:
>>
>> A. How to setup a button to reset a text field to blank.
>> B. Is it possible to embed text fields into a movie clip...then tell-target
>> the different fields from buttons embedded with another clip?
>>
>> And while I'm at it... Is there a simple solution to sending an error
>> message if information isn't filled out within a text field? What I want to
>> be able to do is have Flash pop open a message window if the user hits a
>> submit button without filling in a text field.
>>
>> Any help would be big time saver...and greatly appreciated!!!!!
>>
>> Alan
>
> --
> '''''' ' ' ' ' ' ' ' ' '
> Randy Kato - Web Master
> Braincraft
>
> 627 Broadway, Suite 504, NYC 10012
> T 212.539.1680 F 212.539.1741
> http://www.braincraft.com
> ...... . . . . . . . . .
>
>
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flashforward2000 and the Flash(tm) Film Festival
> July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
> www.flashforward2000.com
> Produced by United Digital Artists and lynda.com
> Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
> shockwave.com and Electric Rain.
> 1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
> Register before June 30 and save $200!!-- www.flashforward2000.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpchinwag [dot] com
>
>
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
www.flashforward2000.com
Produced by United Digital Artists and lynda.com
Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
shockwave.com and Electric Rain.
1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
Register before June 30 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: Questions on text fields and , Randy Kato
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]