AS3 XML News Reader

Features
* full XML driven.
* Actionscript 3 with comments.
* Able to remember previous position for panel when swtich panels.
* Drag and Drop straight into your application.
* Customizable size(width & Height), (Gradient) colors and fonts.
* Scrollable content
* XML HTML formatted content.
* Includes documentation file

How to Modify / Use File
======================
All actionscript is included in the preview.fla. To customize the application, you will need to open it in Adobe CS3, and then select the MovieClip called "NewsReader", you will find all scripts in it. You can drag and drop the NewsReader to any project you want.

All the components in the applciation are created via actionscript 3. You can rebind your own MovieClip.  This code uses Tweener as the tweening engine but you can modify the code to use other popular tweening engines.

If you encounter any problems or have any questions, please post on flashden.net. I will answer them ASAP.


How to change data xml file on real time
====================================
You can find this line of code "so.addVariable('xmlpath', 'data.xml');" from the demo html page. To change xml file, you just change file path here.

How to change font
=========================
There are two default system fonts in the Assets folder. You can change them as you wish as long as you link them with the same name. (to see their Linkage name, right-click on the movieclip and click "Linkage")

XML properties v1.2
==============
width="320"                    //News Reader width
height="480"                   //News Reader height
corner="5"                     //News Reader corner amount
headerColor="0xffffff"         //News Reader Header text color
backgroundColor="0xffffff"     //News Reader background color
textTitleColor="0x1C2531"      //title text color include html
textContentColor="0x333333"    //content text color include html
backgroundAlpha="1"            //News Reader background alpha
border="1"                     //News Reader border
borderColor="0x4d6185"         //News Reader border color
scrollerColor="0x999999"       //News Reader scroll bar color
itemRollOverColor="0xBCCEFE"   //item on mouse roll over color
itemRollOutColor="0xffffff"    //item on mouse roll out color
imageWidth="60"                //image default width
imageHeight="60"               //image default height
title="AS3 XML News Reader"    //the main title of News Reader
titleHeight="30"               //the main title height
titleGradientColor1="0x4D6185" //the main title gradient color up 1 
titleGradientColor2="0x2B3A4F" //the main title gradient color up 2 
titleGradientColor3="0x273445" //the main title gradient color down 1 
titleGradientColor4="0x1C2531" //the main title gradient color down 2 
arrowColor="0x999999"          //the arrow pointer color
backButtonText="X"             //back button text
footerHeight="10"              //footer bar height using same gradent color as main title bar
enableBackToPosition="true"    //to enable back to previous position for rows container

Files
====
+caurina
+images
+js
  preview.fla
  preview.swf
  data.xml
  index.html
  Readme.txt


Flash Version
================
Flash 9 CS3
