Finally resolved one of the Flash old deficiency – with this, you will have more text format options than you have basically in Flash.
This is a necessary extension for every text field. Text highlighting, new underlines, tooltips and more. You can use it to highlight important text parts with different mode. For example you can detail a word or a sentence with the tooltip or describe the meaning of an unknown word. Freely format the highlight in many way. It’s easy to use, you can work in text mode only, Flash IDE is not needed to format the text, you can use your favorite text and xml editor.
You can make new kind of links and making an animated menu is very easy. It’s good for e-learning websites. Use the tooltip to show your product’s details. Use the video tooltip or image tooltip for effective explanation. Use the dashed or dotted underline for smoother highlighting. This tool will gives you free creativity in both html mode and if you are a basic coder in ActionScript side also.
The steps are:
1. type your text you want to display in your website or anywhere else
2. format your text with HTML tags
3. format your text with Text Highlighter tags
4. add 5 lines of ActionScript code to enable the Text Highlighter in your text field
Supported features:
- text highlighting with the given
– color
– size
– alpha
– form
- dashed & dotted line (dash-, dotsize value by XML )
- tooltip (with lots of parameters)
– image tooltip
– video tooltip
- this text highlighting tool with all of the parameters works by XML
- works with any text field
- works with scrolling text field
- AS3
- only 50kb
AS3
Following the technology’s trends is almost mandatory, we think. Action Script 3 is powerful, fast and a good and stable base to develop something.
XML parameters:
1.
<hi>highlight</hi>
2.
<hi type="underline" underline_color="#FF4D00">colored underline</hi>
3.
<hi tooltip_border_alpha="1" tooltip_text="this is a tooltip![br]this is a new line." type="tooltip" tooltip_border_thickness="1">simple tooltip</hi>
boee categorized list of collections