You can configure faster the chart directly from XML file. You don’t need ActionScript knowlegde to implement, just add these lines:
//import LineMask class import com.rcuela.images.LineMask; //Declaring and instantiating a new LineMask var linemask:LineMask = new LineMask(xmlPath, cssPath); //adding LineMask to the stage this.addChild(linemask);
CSS , XML and HTML support.
You can change in the XML
- Show/hide Play/Pause button.
- Play/Pause position.
- Autoplay enabled/disabled.
- Customize the text width, text background color and alpha.
- Main Background color.
- Size of transition.
- Easing and speed of mask animation for each image.
- Path of images.
- Number of vertical and horizontal lines/mask.
- Color of lines.
- Optional texts and links for image.





















