Flasher Archive

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


Subject: Re: FLASH: Flash 5 - Does it allow controlled tabbing?
From: Matt Wobensmith
Date: Tue, 25 Jul 2000 15:56:26 +0100

Hi Blair -

You wrote:

>I've been through the release notes and info at MM. But there is no mention
>of controls for tabbing.

Ah yes, I knew that would come up. :>)

It's in there. Tab order in Flash 5 will be accomplished using two main
ActionScript objects - the Selection object and the Key object.

The Key object is used to find out the last key pressed on the keyboard.
Now, you can get any key's identity ("Keycode") and determine if it is or
was pressed. This can then trigger another routine that uses the Selection
object to focus on the desired text field:

Selection.setFocus(myTextFieldName);

Matt
Macromedia
Flash Community Manager





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 helpatchinwag [dot] com


Replies
  RE: FLASH: Flash 5 - Does it allow contr, Chad Kraeft
  FLASH: Editable Text boxes, Echo

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