Packageflashx.textLayout.elements
Classpublic final class LinkState
InheritanceLinkState Inheritance Object

Language Version : ActionScript 3.0
Runtime Versions : Flash Player 10, AIR 1.5

The LinkState class defines a set of constants for the linkState property of the LinkElement class.

See also

LinkElement.linkState


Public Constants
 ConstantDefined By
  ACTIVE : String = active
[static] Value for the active state, which occurs when you hold the mouse down over a link.
LinkState
  HOVER : String = hover
[static] Value for the hover state, which occurs when you drag the mouse over a link.
LinkState
  LINK : String = link
[static] Value for the normal, default link state.
LinkState
Constant Detail
ACTIVEConstant
public static const ACTIVE:String = active

Language Version : ActionScript 3.0
Runtime Versions : Flash Player 10, AIR 1.5

Value for the active state, which occurs when you hold the mouse down over a link.

HOVERConstant 
public static const HOVER:String = hover

Language Version : ActionScript 3.0
Runtime Versions : Flash Player 10, AIR 1.5

Value for the hover state, which occurs when you drag the mouse over a link.

LINKConstant 
public static const LINK:String = link

Language Version : ActionScript 3.0
Runtime Versions : Flash Player 10, AIR 1.5

Value for the normal, default link state.