Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 1.13 KB

README.markdown

File metadata and controls

15 lines (8 loc) · 1.13 KB

Linkify for ActionScript 3.0

Linkify is an ActionScript 3.0 library that simplifies the task of identifying patterns in plain text (URLs, e-mail addresses, phone numbers, twitter mentions, FedEx/UPS/USPS tracking numbers, etc.) and converting them into clickable links.

The included ActionScript 3.0 functions are suitable for use in Flash, pure ActionScript or Flex projects.

Linkify also includes custom UI components which extend standard Flex 3 'halo' components to provide missing hyperlink styling capabilities analogous to those found in HTML, including custom colors and text-decoration for links in normal, hover and active states.

Regular Expressions

Linkify leverages regular expressions borrowed from the following open source projects: