╨╧рб▒с>■   ■                                                                                                                                                                                                                                                                                                                                                                                                                                        Root Entry        pк|Yкr╧ГRASHlОt╔┼└Contents            ▀ Page 1            9УoPage 2      вы¤           ¤   ¤    ¤       ■           _                        ■   !"#$%&'()*+,-./012345678:>;<=C?@ABDSEFGHIJKLMNOPQRXTUV}]YZ[\`^Ч■   abcdefghijklmnopqrstuvwxyz{|Б~АRoot Entry        pк|Yкr╧ГRASHа╕1  ┼└Contents            g Page 1            9УoPage 2     вы        ¤       ¤            ¤   ■    ¤   _█■                                                                                                       >                ?@ABD    EFGHIJKLMNOPQRX                ]YZ[\`^Ч■   abcdefghijklmnopqrstuvwxyz{|Б                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    stuvwxyz{|■                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Symbol 5      Page 3            rзPage 4    WSymbol 6         P{В■   ГДЕЖЗИЙКЛМНОПРСТУФХЦвШЩЪЫЬЭЮЯабшгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌▌        ▐■   рстуфхцчї■                                                   Ўў°∙■                           Symbol 1      Symbol 2            СSymbol 3    )╠Symbol 4                ■                                                                                       ШЩЪЫЬЭЮЯабш                                                                                                                                                                                                                                    ▄щ                                            ■   ъыьэюяЁёЄєЇ·                    √№¤■ Symbol 7            V*                                    Symbol 5      Page 3            \зPage 4    WSymbol 6         P{      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[■   ]^_`abcdef■   hijklmnopq}                                            ~■    O ■   ■    !"#$%&'(■   *+,-./0123456789:;<=>?@ABCDEFGHIJKL■           ■   QRSTU■   WXYZ■                                                                                                                                                         CPicPage   CPicLayer   CPicFrameАА   ?  ╓<ААА   ?  JavaScriptHandler┐ ┼//This frame responds to JavaScript data. //First, we check if new data has been actually supplied if (_root.isNewData == "1" && (_root.newData != undefined && _root.newData != null)) { //Means new data has been supplied   CPicPage   CPicLayer   CPicFrameАА 3f є   └∙0 ╤0@0р.   ?  ╗fАА Layer 1    OА  А  CPicPage   CPicLayer   CPicFrame  CPicTextАА ё  ;■   ЭГ  embedText ,./<>?;':"[]{}__+=|\!@#$%^&*()`~@Verdana "(АА  CPicPage   CPicLayer   CPicFrame  CPicTextАА ё  ;■   ЭГ  embedText !@#$%^&*()@Verdana "(АА   ?  CАА Layer 1    OА  АА   CPicPage   CPicLayer   CPicFrameАА   ?     ?  4АА Layer 1    OА    CPicPage   CPicLayer   CPicFrameАА╠╠ є╕р№ 0Hх0р№0╕   ?  "АА Loader    OА  АА(#XhНhhhАo been downloaded. In this frame, we'll: 1. Show a r//Get the new data _global.TxmlDataDoc = new XML(); _global.TxmlDataDoc.parseXML(_root.newData); //Now, clear the chart objects already rendered (with depth starting from this.Params.chartStartLevel to FCLastLevel) for (tObj in this) { //Get a reference to all objects present in the current timeline var obj = this[tObj]; //If the object is a movieClip and it's depth is between our required depths //(typeof (obj) == "movieclip") && if ((obj.getDepth()<=_global._FCLastLevel) && (obj.getDepth()>=FCChart.Params.chartStartLevel)) { obj.removeMovieClip(); deleteText(obj.getDepth()); } delete obj; } //Re-set the global counter _global._FCLastLevel = FCChart.Params.chartStartLevel; //Delete FCChart delete FCChart; //If the data is not valid - show error msg and stop if (_global.TxmlDataDoc.status != 0) { //However if the XML Data is not well-formed, Show an error createText(1, "Invalid XML Data", _chartHorCenter, _chartVerCenter, "Verdana", "10", LPBarTextColor, false, "center", "center", null, false); //Stop the control of the movie gotoAndStop("ErrorStop"); } else { //Else, goto and play the first frame - i.e., re-render the chart gotoAndPlay(1); } } else { //Else- just stay normal stop(); } ААА   ?   ErrorStop///Just stop stop();АА JavaScript Handler    Щ3╠ АААА  CPicPage   CPicLayer   CPicFrame   CPicSprite(ь    (ь   fffdfff Щ MovShadowАА   ?  >АА Shadow     OO ААА d  D MovColumnАА   ?  ^0АА Column    OА  АААА   ?  I ╫//Parameters passed to this movie clip //FCHeight - height of the required column //FCColor - Color of the column //Hide MovShadow if not requires MovShadow._visible = (_parent._parent.FCChart.Params.showColumnShadow == 1); //If height required is less than 0, rotate both if (this.FCheight<0) { setProperty("MovColumn", _rotation, 180); setProperty("MovShadow", _rotation, 180); } //Set the actual height currHeight = Math.abs(this.FCheight); setProperty("MovColumn", _height, currHeight); setProperty("MovShadow", _height, currHeight); //Set the color of the column clrCol = new Color("MovColumn"); clrCol.setRGB(parseInt(this.FCColor, 16)); //Set the x-position of the shadow setProperty("MovShadow", _x, MovColumn._x+2); АА Actions    O O    ?  ╓j 8/* This frame is invoked, when the chart .swf file has been downloaded onto the end user's machine and the XML file has also been downloaded. In this frame, we'll: 1. Show a rendering chart message 2. Load the Chart Class 3. Instantiate an object representing the Chart Class */ //Get the default value/value set by the user LNoDataText = getFirstValue(unescape(_root.ChartNoDataText), "No data to display."); //Next, we instantiate an object representing the chart class FCChart = new Chart(); //Acquire the data from the global XML document FCChart.acquireData(); //Parse the data into the Chart arrays and variables. FCChart.parseData(); //Now, if there is no data to display if (FCChart.Params.num == 0) { //Display the no data text createText(1, LNoDataText, _chartHorCenter, _chartVerCenter, "Verdana", "10", LPBarTextColor, false, "center", "left", null, false); //And stop stop(); } else { //Now, if we've data to display then carry on. //CalculatААicLayer   CPicFrame   CPicSpr  CPicPage   CPicLayer   CPicFrame   CPicSprite d "m MovColumnАА   ?  2gАА Column    OА  АААА   ?  H` б//Parameters passed to this movie clip //FCheight //FCAnimation //FCColor //Pass on the FCHeight and FCColor parameter to the sub-movie setProperty("MovColumn",_visible,false); MovColumn.FCHeight = this.FCHeight; MovColumn.FCColor = this.FCColor; MovColumn.dataIndex = this.dataIndex; //Animate it, if required if (this.FCAnimation == 1) { currScale = 0; incrementfactor = 1.5; } else { currScale = 100; } play(); ААА   ?  ╙Wh//Set the height setProperty("MovColumn", _visible, true); setProperty("MovColumn", _yscale, currScale);ААА   ?  ПE гif (currScale<100) { //If the column is still not fully drawn //Send the control back currScale = currScale+incrementFactor; gotoAndPlay(2); } else { //Re-set the height setProperty("MovColumn", _yscale, 100); //Set the value textbox if (this.dataIndex != null || this.dataIndex != undefined) { _parent.FCChart.drawValueTb(this.dataIndex); } //Set the event handlers MovColumn.onRollOver = function() { if (_parent.FCChart.Params.showHoverCap == 1) { _parent.FCChart.setHoverCap(this.dataIndex); } }; MovColumn.onRollOut = function() { _parent.FCChart.removeHoverCap(); }; MovColumn.onRelease = function() { _parent.FCChart.linkClick(this.dataIndex); }; MovColumn.onMouseMove = function() { _parent.FCChart.resetPositionHoverCap(); }; if (_parent.FCChart.data[this.dataIndex].link == "" || _parent.FCChart.data[this.dataIndex].link == undefined) { MovColumn.useHandCursor = false; } stop(); } АА Actions     OO АААА Actions     OO АА } АА Actions     OO ААА MovColumnАА╬ A#initclip 1 #include "../CodeBase/FCProgressBar.as" #endinitclip АА Class    OА  ААse { //Else- just staА(); } ААА   ?   ErrorStopH`//Just stop stop();АА JavaScript Handler    Щ3╠ АААА  CPicPage   CPicLayer   CPicFrameАА   ?  рdААА   ?  JavaScriptHandlerЦr ┼//This frame responds to JavaScript data. //First, we check if new data has been actually supplied if (_root.isNewData == "1" && (_root.newData != undefined && _root.newData != null)) { //Means new data has been supplied //Get the new data _global.TxmlDataDoc = new XML(); _global.TxmlDataDoc.parseXML(_root.newData); //Now, clear the chart objects already rendered (with depth starting from this.Params.chartStartLevel to FCLastLevel) for (tObj in this) { //Get a reference to all objects present in the current timeline var obj = this[tObj]; //If the object is a movieClip and it's depth is between our required depths //(typeof (obj) == "movieclip") && if ((obj.getDepth()<=_global._FCLastLevel) && (obj.getDepth()>=FCChart.Params.chartStartLevel)) { obj.removeMovieClip(); deleteText(obj.getDepth()); } delete obj; } //Re-set the global counter _global._FCLastLevel = FCChart.Params.chartStartLevel; //Delete FCChart delete FCChart; //If the data is not valid - show error msg and stop if (_global.TxmlDataDoc.status != 0) { //However if the XML Data is not well-formed, Show an error createText(1, "Invalid XML Data", _chartHorCenter, _chartVerCenter, "Verdana", "10", LPBarTextColor, false, "center", "center", null, false); //Stop the control of the movie gotoAndStop("ErrorStop"); } else { //Else, goto and play the first frame - i.e., re-render the chart gotoAndPlay(1); } } else { //Else- just stay normal stop(); } ААА   ?   ErrorStope//Just stop stop();АА JavaScript Handler    Щ3╠ АААА   ?  4_ 8/* This frame is invoked, when the chart .swf file has been downloaded onto the end user's machine and the XML file has also been downloaded. In this frame, we'll: 1. Show a rendering chart message 2. Load the Chart Class 3. Instantiate an object representing the Chart Class */ //Get the default value/value set by the user LNoDataText = getFirstValue(unescape(_root.ChartNoDataText), "No data to display."); //Next, we instantiate an object representing the chart class FCChart = new Chart(); //Acquire the data from the global XML document FCChart.acquireData(); //Parse the data into the Chart arrays and variables. FCChart.parseData(); //Now, if there is no data to display if (FCChart.Params.num == 0) { //Display the no data text createText(1, LNoDataText, _chartHorCenter, _chartVerCenter, "Verdana", "10", LPBarTextColor, false, "center", "left", null, false); //And stop stop(); } else { //Now, if we've data to display then carry on. //Calculate the co-ordinates of various elements on the chart FCChart.calculatePoints(); //Move to the next frame. play(); } ААА   ?  ┐N F/* This frame is a part of the chart rendering process. It is invoked when the chart class has been loaded, an object representing it initialized and XML data has been parsed. Here, we do the following: 1. Hide the rendering chart textbox. 2. Render the various Chart elements */ //First, we hide the "Rendering Chart" textbox deleteText(1); //Also, delete the size calculate movie clip deleteText(25001); //Render the background FCChart.drawBackground(); //Load Bacgkround swf FCChart.loadBgSWF(); //Draw the canvas FCChart.drawCanvas(); //Draw the grid background (alternate) FCChart.drawGridBg(); //Draw the divisional lines FCChart.drawDivLines(); //Zero Plane FCChart.drawZeroPlane(); //Draw the canvas border FCChart.drawCanvasBorder(); //Render the underlay trend lines FCChart.drawTrendLines(0); //Set the labels on the chart FCChart.setLabels(); //===============================// //Create the columns now //Render the columns for (i=1; i<=FCChart.Params.num; i++) { //Render the column if to be shown if (FCChart.data[i].showDataSet == 1) { FCChart.renderColumn(i); } } //===============================// //Render the overlay trend lines FCChart.drawTrendLines(1); //Draw the canvas border FCChart.drawCanvasBorder(); //Render the *raw* hover caption FCChart.renderHoverCap(); //Finally stop once the chart has been rendered stop(); АА Actions     OO АААА   ?  9.А   CPicSprite└ъ  П └ъ  Пd ? MovColumnАА   ?  жmАА Column    O O АААА   ?  r G╤//** Chart Class **// //Chart is the base object on which the whole charting model will be based _global.Chart = function() { //** Initialize the objects within this class **// //Chart.xmlData represents the complete XML data supplied to FusionCharts this.xmlData = new XML(); //Chart.data is an array which would be used to store data this.data = new Array(); //Chart.Params would be used to store the graph properties this.Params = new Object(); //Chart.Constants would be used to store the graph constants this.Constants = new Object(); //Chart.TrendLines would be used to store the list of trendlines to be drawn on the graph this.TrendLines = new Array(); //Chart.DivLines would be used to store the div lines this.DivLines = new Array(); //Chart.Objects would be used to store the co-ordinates of a number of objects this.Objects = new Array(); //** Set the data/properties of a few objects **/ //Params.num indicates the number of data elements in each set this.Params.num = 0; //Params.numTrendLines indicates the number of trend lines for the graph this.Params.numTrendLines = 0; //A counter to keep count of the number of textboxes whose names are to be shown this.Params.numWithNames = 0; this.Params.negativeNumPresent = false; this.Params.showZeroPlane = false; this.Params.zeroPlanePos = 0; //Some constants to be used throughout the movie this.Constants.catTextRotationAngle = Number(getFirstValue(_root.catTextRotationAngle, "270")); this.Constants.calcTextXPos = Number(getFirstValue(_root.calcTextXPos, "-200")); this.Constants.calcTextYPos = Number(getFirstValue(_root.calcTextYPos, "-200")); this.Constants.CCanvasPadding = Number(getFirstValue(_root.CCanvasPadding, "0")); this.Constants.shadowColor = formatHexColor(getFirstValue(_root.shadowColor, "999999")); }; //** Nested Objects **// /* Nested objects are sub-objects whose instance we'll later create and store in the instance of Chart Object. Basically, we are trying to group the data under various heads. */ Chart.dataItem = function(dataName, dataValue, dataColor, dataLink, dataAlpha, hoverText, showName) { //Chart.dataItem indicates an object which is going to contain the data //and other related details for a particular element this.name = dataName; this.value = dataValue; this.color = dataColor; this.link = dataLink; this.alpha = dataAlpha; this.hoverText = hoverText; this.showName = showName; //Based on alpha, set whether this data set will be displayed or not this.showDataSet = 1; if (dataAlpha == 0) { this.showDataSet = 0; } //xPos are dynamically calculated values //which will help us draw the on the stage. this.xPos = 0; this.yPos = 0; this.width = 0; this.height = 0; //Value tb position this.valueTbX = 0; this.valueTbY = 0; }; Chart.divLine = function(value, displayValue, showValue) { //Chart.divLine indicates a div line object //Properties set by the user this.value = value; this.displayValue = displayValue; this.showValue = showValue; //Internal properties this.startXPos = 0; this.endXPos = 0; this.startYPos = 0; this.endYPos = 0; }; Chart.trendLine = function(lineStartValue, lineEndValue, lineColor, lineDisplayValue, lineThickness, lineAlpha, lineShowOnTop, lineIsTrendZone) { //Chart.trendLine indicates a trend line object this.startValue = lineStartValue; this.endValue = lineEndValue; this.color = lineColor; this.displayValue = lineDisplayValue; this.thickness = lineThickness; this.alpha = lineAlpha; this.showOnTop = lineShowOnTop; this.isTrendZone = lineIsTrendZone; this.startXPos = 0; this.endXPos = 0; this.startYPos = 0; this.endYPos = 0; }; Chart.cObject = function(xPos, yPos, objHeight, objWidth) { //Chart.cObject represents an individual element on the chart this.xPos = xPos; this.yPos = yPos; this.height = objHeight; this.width = objWidth; }; //** Methods **// Chart.prototype.acquireData = function() { //This function acquires the data from the global XML object //into the Chart class this.xmlData = _global.TxmlDataDoc; //Delete the global object to free up memory resources delete _global.TxmlDataDoc; }; Chart.prototype.parseData = function() { //This function parses the XML data document, retrieves the //data and stores it into various arrays and objects of the Chart class //levelOneNodes gets reference to the first level nodes - i.e, and associates (if any) var levelOneNodes = this.xmlData.childNodes; //Iterate through each level one node to search for the graph node for (i=0; i<=levelOneNodes.length; i++) { //Check if the node name is Graph if (levelOneNodes[i].nodeName.toUpperCase() == "GRAPH") { //The current node is GRAPH node //So, extract the properties of the graph (which have been provided as attributes of the GRAPH node) //For each property, we also have a pre-set default value which would //be allotted only if the XML doesn't specify a value for the parameter //Background color of the chart this.Params.bgColor = formatHexColor(getFirstValue(levelOneNodes[i].attributes.bgColor, "FFFFFF")); this.Params.bgAlpha = Number(getFirstValue(levelOneNodes[i].attributes.bgAlpha, "100")); //Background swf this.Params.bgSWF = levelOneNodes[i].attributes.bgSWF; //Chart Title this.Params.caption = getFirstValue(levelOneNodes[i].attributes.caption, ""); this.Params.subCaption = getFirstValue(levelOneNodes[i].attributes.subCaption, ""); //If no caption has been provided, set an appropriate flag //Default flag this.Params.showCaption = 1; if (this.Params.caption == "") { this.Params.showCaption = 0; } this.Params.showSubCaption = 1; if (this.Params.subCaption == "") { this.Params.showSubCaption = 0; } //X and Y Axis Name this.Params.xAxisName = getFirstValue(levelOneNodes[i].attributes.xAxisName, ""); this.Params.yAxisName = getFirstValue(levelOneNodes[i].attributes.yAxisName, ""); //Canvas background color, border color and border thickness (in pixels) this.Params.canvasBgColor = formatHexColor(getFirstValue(levelOneNodes[i].attributes.canvasBgColor, "FFFFFF")); this.Params.canvasBgAlpha = Number(getFirstValue(levelOneNodes[i].attributes.canvasBgAlpha, "100")); this.Params.canvasBorderColor = formatHexColor(getFirstValue(levelOneNodes[i].attributes.canvasBorderColor, "333333")); this.Params.canvasBorderThickness = Number(getFirstValue(levelOneNodes[i].attributes.canvasBorderThickness, "2")); //The upper and lower limits of y and x axis this.Params.yAxisMinValue = levelOneNodes[i].attributes.yAxisMinvalue; this.Params.yAxisMaxValue = levelOneNodes[i].attributes.yAxisMaxvalue; this.Params.animation = Number(getFirstValue(levelOneNodes[i].attributes.animation, "1")); //Configuration to set whether to show the names or not this.Params.showNames = Number(getFirstValue(levelOneNodes[i].attributes.showNames, "1")); this.Params.ShowValues = Number(getFirstValue(levelOneNodes[i].attributes.ShowValues, "1")); //Option to show/hide limits this.Params.showLimits = Number(getFirstValue(levelOneNodes[i].attributes.showLimits, "1")); //Show column shadows this.Params.showColumnShadow = Number(getFirstValue(levelOneNodes[i].attributes.showColumnShadow, "1")); //Option to show vertical x-axis labels this.Params.rotateNames = Number(getFirstValue(levelOneNodes[i].attributes.rotateNames, "0")); //Horizontal grid division Lines - Number, color, thickness & alpha this.Params.numDivLin  CPicPage   CPicLayer   CPicFrameАА   ?  YMА   CPicSprite·ь  ╖·   ·ь  ╖·  d |8 MovLoaderBgА№  Є°   №  Є°  d ┴2 MovEmbedTextАА   ?  es = Number(getFirstValue(levelOneNodes[i].attributes.numDivLines, "4")); this.Params.divLineColor = formatHexColor(getFirstValue(levelOneNodes[i].attributes.divLineColor, "CCCCCC")); this.Params.divLineThickness = Number(getFirstValue(levelOneNodes[i].attributes.divLineThickness, "1")); this.Params.divLineAlpha = Number(getFirstValue(levelOneNodes[i].attributes.divLineAlpha, "100")); this.Params.showDivLineValue = Number(getFirstValue(levelOneNodes[i].attributes.showDivLineValue, "1")); //Vertical div lines this.Params.numVDivLines = Number(getFirstValue(levelOneNodes[i].attributes.numVDivLines, "0")); this.Params.vDivLineColor = formatHexColor(getFirstValue(levelOneNodes[i].attributes.vDivLineColor, this.Params.divLineColor)); this.Params.vDivLineThickness = Number(getFirstValue(levelOneNodes[i].attributes.vDivLineThickness, this.Params.divLineThickness)); this.Params.vDivLineAlpha = Number(getFirstValue(levelOneNodes[i].attributes.vDivLineAlpha, this.Params.divLineAlpha)); //Alternating grid colors this.Params.showAlternateHGridColor = Number(getFirstValue(levelOneNodes[i].attributes.showAlternateHGridColor, "0")); this.Params.alternateHGridColor = formatHexColor(getFirstValue(levelOneNodes[i].attributes.alternateHGridColor, this.Params.divLineColor)); this.Params.alternateHGridAlpha = Number(getFirstValue(levelOneNodes[i].attributes.alternateHGridAlpha, "30")); this.Params.showAlternateVGridColor = Number(getFirstValue(levelOneNodes[i].attributes.showAlternateVGridColor, "0")); this.Params.alternateVGridColor = formatHexColor(getFirstValue(levelOneNodes[i].attributes.alternateVGridColor, this.Params.VDivLineColor)); this.Params.alternateVGridAlpha = Number(getFirstValue(levelOneNodes[i].attributes.alternateVGridAlpha, "30")); //Zero Plane this.Params.zeroPlaneColor = formatHexColor(getFirstValue(levelOneNodes[i].attributes.zeroPlaneColor, "CCCCCC")); this.Params.zeroPlaneThickness = Number(getFirstValue(levelOneNodes[i].attributes.zeroPlaneThickness, "2BYАА Physical Objects    Щ3╠ АААА   ?  ═KААА   ?   FStartLoadМААА   ?  FLoadingЗyААА   ?   FLoadingCheck pААА   ?  FXMLLoad#2ААА   ?   FXMLLoadingd~ААА   ?   FXMLCheck╕ААА   ?  FXMLDoneжrАА Labels    O O АААА   ?  ЗI г//In this frame, we do the following: /* 1. Configure the movie for dynamic re-sizing 2. Configure the movie for multi-lingual characters */ //Initialization Actions //Set the properties of Stage to enable dynamic re-sizing Stage.scaleMode = "noScale"; Stage.align = "TL"; //Multi-lingual Feature /* To include or load XML data files that are not Unicode-encoded, we set system.useCodepage to true. The Flash Player will now interpret the XML file using the traditional code page of the operating system running the Flash Player. This is generally CP1252 for an English Windows operating system and Shift-JIS for a Japanese operating system. */ System.useCodePage = true; ААА   ?  Х8 0&//In this frame, we do the following things: /* 1. Get the chart to load the XML Data. For this, we'll first have to filter the data URL source that has been specified. 2. Create the pre-loader init scripts */ //--------------------------------// //** Load XML Data Document **// //--------------------------------// // :Explanation: Ways to load the XML data /* Here, we'll load the XML document into the previously creat")); this.Params.zeroPlaneAlpha = Number(getFirstValue(levelOneNodes[i].attributes.zeroPlaneAlpha, "100")); //Hover Caption - Show/Hide, Background Color, Border Color, Separator Character this.Params.showHoverCap = Number(getFirstValue(levelOneNodes[i].attributes.showHoverCap, "1")); this.Params.hoverCapBgColor = formatHexColor(getFirstValue(levelOneNodes[i].attributes.hoverCapBgColor, levelOneNodes[i].attributes.hoverCapBg, "F1F1F1")); this.Params.hoverCapBorderColor = formatHexColor(getFired temporary XML object (_global.TxmlDataDoc) (declared in Layer Functions/Constants > Frame 1). Data can be provided to FusionCharts in 2 ways: 1. dataXML way - The whole XML data is present in the HTML Page (Containing FusionCharts) - sort of an XML Island. 2. dataURL way - Only a URI (Uniform Resource Identifier) is provided to FusionCharts. The data source for this XML Data has been provided to us using the OBJECT/EMBED Method. Now, it's the job of FusionCharts to request XML data from that particular source. The parameter will be contained in _root.dataurl (data source URL) or _root.dataXML (full XML data). So, first check what we've been provided with - the complete XML Data or just the data source URI We'll first Declare some Local variables that we'll be using: - LboolIsURLProvided is a boolean variable that would maintain the flag indicating whether the data has been provided in URL format or dataXML format. By default, we assume that we have been provided the dataURL */ var LboolIsURLProvided = true; //We copy the contents of _root.dataurl into a variable called LstrXMLDocURL var LstrXMLDocURL = _root.dataURL; // :Explanation: How the source of data is determined? /* We now check whether it was the data url that was provided to us or the complete data xml. The check is based on the length of dataURL. If it's a 0 length string, it means we're either provided with dataXML or nothing has been provided. If nothing has been provided, we assume the dataURL to be a default data file (data.xml). */ if (LstrXMLDocURL.length<1) { //Since the length of dataURL is less than 1 //We haven't been provided with dataURL if (_root.dataXml == "" || _root.dataXml == null || _root.dataXml == undefined) { //Now, if we haven't been provided with dataXML also. //We set the data URI to a default data file (as set in Layer Functions/Constants > Frame 1) LstrXMLDocURL = _defaultDataFile; } else { //We have been provided with the full XML document //So, we re-set the flag LboolIsURLProvided = false; } } // :Explanation: In case of dataURL, how the URL is filtered? /* Now, if dataURL has been provided to us, we need to filter it before we can invoke the XML request. The filter involves the following jobs: 1. Convert the URL Encoded dataURL back to normal form. 2. If not working in local mode, we'll append the time at the end of the dataURL so that a new XML document is sent by the server for each request and the XML data is not cached. Suppose, the dataURL is data.asp, so we'll convert it to data.asp?curr=43743 so that we can fool the server and get new data every time we request for it. */ //** Step 1 of Filtering process: Unescape (HTML Encode the URL Encoded variables)// if (LboolIsURLProvided == true) { //Now, if there are *s present in the URL, we convert it to a normal link (backward version compatibility) if (LstrXMLDocURL.indexOf("*") != -1) { //Get the URL with * xmlDocUrl = new String(LstrXMLDocURL); //Use the split function of array to split the URL wherever a * is found var arrUrl = new Array(); arrUrl = xmlDocUrl.split("*"); var finUrl = ""; //Now, join them depending on their position for (loopvar=0; loopvar Frame 1), we will add a continuously updating data (number of milliseconds that have elapsed since the movie started playing) at the end of the dataURL. This will result in having a new dataURL every time we need to get the data from the server and therefore the server will be "fooled" thereby passing on updated data each time. We add the time in the format ?curr=xxxxx or &curr=xxxxx depending on whether there's already a ? present in the dataURL or not. That is, if filtered dataURL is data.asp?param1=value1, then we add curr as data.asp?param1=value1&curr=xxxxx. However, if dataURL is simply data.asp, we add curr as data.asp?curr=xxxxx */ LstrFilteredURL = LstrXMLDocURL; if (LboolIsURLProvided == true && _isOnline) { //Do this only if we are dealing with dataURL and we are working online if (LstrFilteredURL.indexOf("?") == -1) { //If a ? exists in the data url LstrFilteredURL = LstrFilteredURL+"?curr="+getTimer(); } else { //If a ? does NOT exist in the data url LstrFilteredURL = LstrFilteredURL+"&curr="+getTimer(); } } //We now have a filtered data URL in the variable LstrFilteredURL /* We'll now load the XML document based on either dataURL or dataXML - whatever has been supplied to us. */ if (LboolIsURLProvided == true) { //If we have been supplied with dataURL _global.TxmlDataDoc.load(LstrFilteredURL); //We also specify the onLoad event handler for the XML document //That is the control will switch to xmlLoaded() function once the data //has been downloaded into the clients machine _global.TxmlDataDoc.onLoad = xmlLoaded; } else { //If the complete data has been specified as dataML var LstrDirectXml = new String(_root.dataXml); _global.TxmlDataDoc.parseXML(LstrDirectXml); } //The data is now being loaded into _global.TxmlDataDoc //So, we move onto the movie preloader part //--------------------------------// //** Movie Preloader BEGIN **// //--------------------------------// //Chart Pre-loader Initialization scripts //Initialize local variables relating to the pre-loader var LPBarHeight, LPBarWidth, LPBarBorderColor, LPBarBgColor, LPBarTextColor; //Define Pre-loader Progress bar Height LPBarHeight = Number(getFirstValue(_root.PBarHeight, "15")); //Calculate the width of the progress bar // :Explanation: How the width of the progress bar is being calculated? /* Basically, what we are aiming to do here is - Center align the progress bar elements with respect to the chart size. So, the width of the progress bar is set in such a way that is the chart width is greater than 200 pixels, the progress bar width will be 150 pixels. However, if the chart width is less than 200 pixels, then the progress bar width will be 25 pixels less than the chart width. */ LPBarWidth = (_chartWidth>200) ? 150 : (_chartWidth-25); /* We also give the user an option to strong-enforce his own progress bar width value in case he wants something on his own. */ LPBarWidth = getFirstValue(_root.PBarWidth, LPBarWidth); /* We let the user specify border color, background color, and text color of the progress bar in case he wants to change the default values We also let him specify the text that would appear while the data is loading */ LPBarBorderColor = getFirstValue(_root.PBarBorderColor, "E2E2E2"); LPBarBgColor = getFirstValue(_root.PBarBgColor, "E2E2E2"); LPBarTextColor = getFirstValue(_root.PBarTextColor, "666666"); LPBarLoadingText = getFirstValue(unescape(_root.PBarLoadingText), "Loading Chart. Please Wait"); LXMLLoadingText = getFirstValue(unescape(_root.XMLLoadingText), "Retrieving Data. Please Wait"); //We now draw the border of the progress bar at the center of the stage createEmptyMovieClip("ASMovPBorder", 10); mcPBorder = eval("ASMovPBorder"); //Set the line style of the border mcPBorder.lineStyle(1, parseInt(LPBarBorderColor, 16), 100); mcPBorder.movestValue(levelOneNodes[i].attributes.hoverCapBorderColor, levelOneNodes[i].attributes.hoverCapBorder, "666666")); this.Params.hoverCapSepChar = getFirstValue(levelOneNodes[i].attributes.hoverCapSepChar, ", "); //Font Properties this.Params.baseFont = getFirstValue(levelOneNodes[i].attributes.baseFont, "Verdana"); this.Params.baseFontSize = Number(getFirstValue(levelOneNodes[i].attributes.baseFontSize, "9")); this.Params.baseFontColor = formatHexColor(getFirstValue(levelOneNodes[i].attributes.baseFontColor, "000000")); this.Params.outCnvBaseFont = getFirstValue(levelOneNodes[i].attributes.outCnvBaseFont, this.Params.baseFont); this.Params.outCnvBaseFontSize = Number(getFirstValue(levelOneNodes[i].attributes.outCnvBaseFontSize, this.Params.baseFontSize)); this.Params.outCnvBaseFontColor = formatHexColor(getFirstValue(levelOneNodes[i].attributes.outCnvBaseFontColor, this.Params.baseFontColor)); //Option whether the format the number (using Commas) this.Params.formatNumber = Number(getFirstValue(levelOneNodes[i].attributes.formatNumber, "1")); //Option to format number scale this.Params.formatNumberScale = Number(getFirstValue(levelOneNodes[i].attributes.formatNumberScale, "1")); //Number prefix and suffix this.Params.numberPrefix = getFirstValue(this.unescapeStr(levelOneNodes[i].attributes.numberPrefix), ""); this.Params.numberSuffix = getFirstValue(this.unescapeStr(levelOneNodes[i].attributes.numberSuffix), ""); //Decimal Separator Character this.Params.decimalSeparator = getFirstValue(levelOneNodes[i].attributes.decimalSeparator, "."); //Thousand Separator Character this.Params.thousandSeparator = getFirstValue(levelOneNodes[i].attributes.thousandSeparator, ","); //Decimal Precision (number of decimal places to be rounded to) this.Params.decimalPrecision = Number(getFirstValue(levelOneNodes[i].attributes.decimalPrecision, "2")); //Div Line display value decimal Precision this.Params.divLineDecimalPrecision = Number(getFirstValue(levelOneNodes[i  CPicPage   CPicLayer   CPicFrameАА   ?  o Б//Include the external file containing routines to assist in data loading #include "../CodeBase/FCDataLoad.as" /* LboolIsURLProvided is a global scope boolean variable that would maintain the flag indicating whether the data has been provided in URL format or dataXML format. A true value indicates dataURL. */ _global.LboolIsURLProvided = isDataURLProvided(); if (LboTo(_chartHorCenter-(LPBarWidth/2), _chartVerCenter-(LPBarHeight/2)); mcPBorder.lineTo(_chartHorCenter+(LPBarWidth/2), _chartVerCenter-(LPBarHeight/2)); mcPBorder.lineTo(_chartHorCenter+(LPBarWidth/2), _chartVerCenter+(LPBarHeight/2)); mcPBorder.lineTo(_chartHorCenter-(LPBarWidth/2), _chartVerCenter+(LPBarHeight/2)); mcPBorder.lineTo(_chartHorCenter-(LPBarWidth/2), _chartVerCenter-(LPBarHeight/2)); delete mcPBorder; /* We now set the x, y co-ordinates and width and height of MovLoaderBg Clip MovLoaderBg movie clip instance is the movie clip which would act as the "filler" for the progress bar. That is to say, it would change it's own width representing the percentage of movie loaded. */ MovLoaderBg._x = _chartHorCenter-(LPBarWidth/2); MovLoaderBg._y = _chartVerCenter+(LPBarHeight/2); /* We set the initial width to 0 - to represent that the movie has just started to load. The height of the bar would be the same as that of the progress bar border. We also re-set the color of the bar. */ MovLoaderBg._width = 0; MovLoaderBg._height = LPBarHeight; clrMovLoaderBg = new Color("MovLoaderBg"); clrMovLoaderBg.setRGB(parseInt(LPBarBgColor, 16)); /* We now create a text message to show the loading text. */ createText(1, LPBarLoadingText, _chartHorCenter, _chartVerCenter-(LPBarHeight/2), "Verdana", "10", LPBarTextColor, false, "center", "left", null, false); //*** Pre-loader start ***// var bytesLoaded, bytesTotal; //We get the total size of the movie in bytes. bytesTotal = this.getBytesTotal(); //We also get the size of the movie that has been loaded (upto this moment) into the viewer's machine bytesLoaded = this.getBytesLoaded(); //Keep on playing play(); ААА   ?  LPB//This frame is a part of the preloader script //Just play play();ААА   ?  ░Z K//This frame is a part of the preloader script //Here, we check the movie has been fully downloaded to the end user's machine. if (bytesLoaded=270) { switch (vAlignPos.toUpperCase()) { case "LEFT" : fcText._x = fcText._x; break; case "CENTER" : fcText._x = fcText._x-(fcText._width/2); break; case "RIGHT" : fcText._x = fcText._x-(fcText._width); break; } } else { switch (vAlignPos.toUpperCase()) { case "LEFT" : fcText._x = fcText._x+(fcText._width); break; case "CENTER" : fcText._x = fcText._x+(fcText._width/2); break; case "RIGHT" : fcText._x = fcText._x; break; } } } //Set 4 properties of the temporary object //textWidth, textHeight, textX, textY //These properties will be returned to the caller function. //for text manipulation LTextProperties.textWidth = fcText._width; LTextProperties.textHeight = fcText._height; //For fonts not included if (LTextProperties.textHeight<=4) { LTextProperties.textHeight = fontSize*2; } LTextProperties.textX = fcText._x; LTextProperties.textY = fcText._y; //Return this object return LTextProperties; //Delete the temporary objects delete LTextProperties; delete fcTextFormat; delete fcText; }; _global.deleteText = function(depth) { //This function deletes a text box created using createText //Get a reference to the textbox mcText = eval("ASMovText_"+depth); //Remove it mcText.removeTextField(); //Delete the reference delete mcText; }; //Next, we initialize the chart by setting the required width and height of the chart _global._chartWidth = Number(getFirstValue(_root.chartWidth, "450")); _global._chartHeight = Number(getFirstValue(_root.chartHeight, "350")); /* defaultDataFile represents the XML data file URI which would be loaded if no other URI or XML data has been provided to us. */ _global._defaultDataFile = getFirstValue(unescape(_root.defaultDataFile), "Data.xml"); //A temporary XML object now to load the XML data until the chart is loaded //We will later transfer the contents of this temporary XML object to our Chart Class // :Explanation: Why use this temporary XML Object? /* We have intentionally created this temporary XML Object to load the data from the XML Source. Since, we have defined our chart class in the next scene (Chart Scene) and this scene will be played only when the chart is loaded. So, while the chart swf file is loading, we also instantiate a request to load the XML data. This eliminates the time the user might have to wait for data loading after chart loading. */ _global.TxmlDataDoc = new XML(); /* FCLastLevel is a variable used to keep track of the number of levels used up for rendering the chart. We use the rendering algorithm of Flash to order the z-axis-index of various elements of the chart. Initially, it is set to 1 (or _global._FCLastLevel as set in loader movie) as we haven't rendered any element as yet. */ FCLastLevel = Number(getFirstValue(_root.FCLastLevel, 1)); /* _FCXShift and _FCYShift refers to the initial x and y position for the chart. Basically, these parameters would be used when loading the chart inside other Flash movies */ _FCXShift = Number(getFirstValue(_root._FCXShift, 0)); _FCYShift = Number(getFirstValue(_root._FCYShift, 0)); /* Calculate the chart horizontal and vertical center */ _chartHorCenter = _FCXShift+(_chartWidth/2); _chartVerCenter = _FCYShift+(_chartHeight/2); /* _global._embedFontFace defines the font face which has been embedded in this Flash movie for rotated text boxes. */ _global._embedFontFace = "Verdana"; /* We also define some local functions which will be used in this scene itself. */ function hideProgressBar() { //This function hides the progress bar //We first remove the border of the progress bar ASMovPBorder.removeMovieClip(); //Now, set the visibility of "fill" bar to false MovLoaderBg._visible = false; } /* xmlLoaded function acts as the onLoad event handler for _global.TxmlDataDoc XML Object. success is a Boolean value indicating whether the XML object was successfully loaded. If the XML document is received successfully, the success parameter is true. If the document was not received, or if an error occurred in receiving the response from the server, the success parameter is false. Based on this success parameter, we'll show the required msgs to the user */ function xmlLoaded(success) { if (success) { //Data has been loaded successfully - so check for validity of data if (_global.TxmlDataDoc.status == 0) { //Data is error free //So jump to FXMLDone Frame gotoAndPlay("FXMLDone"); } else { //XML Data is not well-formed. Show an error createText(1, "Invalid XML Data", _chartHorCenter, _chartVerCenter-(LPBarHeight/2), "Verdana", "10", LPBarTextColor, false, "center", "left", null, false); //Hide the progress bar hideProgressBar(); //Stop the control of the movie stop(); } } else { //An error occurred while fetc].attributes.divLineDecimalPrecision, this.Params.decimalPrecision)); //Chart Limits display value decimal precision this.Params.limitsDecimalPrecision = Number(getFirstValue(levelOneNodes[i].attributes.limitsDecimalPrecision, this.Params.decimalPrecision)); //Decimal Precision cannot be less than 0 - so adjust it if (this.Params.decimalPrecision<0) { this.Params.decimalPrecision = 0; } //Chart Margins this.Params.chartLeftMargin = Number(getFirstValue(levelOneNodes[i].attributes.chartLeftMargin, "15")); this.Params.chartRightMargin = Number(getFirstValue(levelOneNodes[i].attributes.chartRightMargin, "15")); this.Params.chartTopMargin = Number(getFirstValue(levelOneNodes[i].attributes.chartTopMargin, "15")); //If the legend is not to be shown, not much of a need for bottom margin this.Params.chartBottomMargin = Number(getFirstValue(levelOneNodes[i].attributes.chartBottomMargin, "15")); //All the properties have been extracted //Therefore, now we move on to extract the data contained in CATEGORIES, DATA and TRENDLINES nodes levelTwoNodes = levelOneNodes[i].childNodes; for (j=0; j<=levelTwoNodes.length; j++) { if (levelTwoNodes[j].nodeName.toUpperCase() == "SET") { this.Params.num++; //Extract the attributes var setValue = levelTwoNodes[j].attributes.value; var setLink = unescape(levelTwoNodes[j].attributes.link); var setName = getFirstValue(levelTwoNodes[j].attributes.name, ""); var setHoverText = getFirstValue(levelTwoNodes[j].attributes.hoverText, setName); var setAlpha = Number(getFirstValue(levelTwoNodes[j].attributes.alpha, "100")); var setShowName = Number(getFirstValue(levelTwoNodes[j].attributes.showName, this.Params.showNames)); var setColor = formatHexColor(getFirstValue(levelTwoNodes[j].attributes.color, "FF5904")); //Check for negative number if (setValue<0) { this.Params.negativeNumPresent = true; this.Params.numNegativeNumbers++; } //If setValue is undefined or null i.e, nhing the data. Show an error to viewer createText(1, "Error in Loading Data", _chartHorCenter, _chartVerCenter-(LPBarHeight/2), "Verdana", "10", LPBarTextColor, false, "center", "left", null, false); //Hide the progress bar hideProgressBar(); //Stop the control of the movie stop(); } } АА Functions/Constants    OА  АА    OА  ААЁёЄєЇїЎў°∙·√№¤■ ull set if (setValue == undefined || setValue == null || setValue == "") { //Create an empty dataset element this.data[this.Params.num] = new Chart.dataItem(setName, 0, setColor, setLink, 0, setHoverText, setShowName); } else { //Create the normal object to represent it this.data[this.Params.num] = new Chart.dataItem(setName, Number(setValue), setColor, setLink, setAlpha, setHoverText, setShowName); } } else if (levelTwoNodes[j].nodeName.toUpperCase() == "TRENDLINES") { //Extract the trendlines info //Means the node represents the TRENDLINES element //So, get a reference to its child nodes trendLineNodes = levelTwoNodes[j].childNodes; //Now, we need to iterate through each line node for (k=0; k<=trendLineNodes.length; k++) { //Check if the element is a LINE Element if (trendLineNodes[k].nodeName.toUpperCase() == "LINE") { //Increment the counter by 1 this.Params.numTrendLines++; //Extract the data var lineStartValue = Number(getFirstValue(trendLineNodes[k].attributes.startValue, trendLineNodes[k].attributes.value, "0")); var lineEndValue = Number(getFirstValue(trendLineNodes[k].attributes.endValue, lineStartValue)); var lineColor = formatHexColor(getFirstValue(trendLineNodes[k].attributes.color, "000000")); var lineDisplayValue = getFirstValue(trendLineNodes[k].attributes.displayValue, this.formatNumber(lineStartValue)); var lineThickness = Number(getFirstValue(trendLineNodes[k].attributes.thickness, "1")); var lineShowOnTop = Number(getFirstValue(trendLineNodes[k].attributes.ShowOnTop, "0")); var lineIsTrendZone = Number(getFirstValue(trendLineNodes[k].attributes.isTrendZone, "0")); var defaultLineAlpha; defaultLineAlpha = (lineIsTrendZone == 1) ? 40 : 99; var lineAlpha = Number(getFirstValue(trendLineNodes[k].attributes.alpha, defaultLineAlpha)); this.TrendLines[this.Params.numTrendLines] = new Chart.trendLine(lineStartValue, lineEndValue, lineColor, lineDisplayValue, lineThickness, lineAlpha, lineShowOnTop, lineIsTrendZone); } } //Free memory resources delete trendLineNodes; } } } } //Now, remove the unwanted data/objects from memory delete levelTwoNodes; delete levelOneNodes; //Call the function to calculate y-axis upper and lower limits this.calcYAxisLimits(); }; Chart.prototype.getYAxisMaxValue = function() { //This method returns the highest y-axis value //By default we assume the max value to be that of the first data var intMaxVal = this.data[1].value; //Iterate through each of the data for (i=1; i<=this.Params.num; i++) { if (this.data[i].value>intMaxVal && this.data[i].showDataSet == 1) { intMaxVal = this.data[i].value; } } //Return the value return intMaxVal; }; Chart.prototype.getYAxisMinValue = function() { //This method returns the lowest y-axis value //By default we assume the min value to be that of the first data var intMinVal = this.data[1].value; //Now, iterate through each of the values to compare //Iterate through each of the data for (i=1; i<=this.Params.num; i++) { if (this.data[i].valueminValue) { this.Params.yAxisMinValue = y_lowerBound; } this.Params.yAxisMaxValue = Number(this.Params.yAxisMaxValue); this.Params.yAxisMinValue = Number(this.Params.yAxisMinValue); }; Chart.prototype.calculatePoints = function() { //This function calculates the pixel co-ordinates of all //the elements on the chart. //Calculate the y axis interval this.Params.yAxisInterval = this.Params.yAxisMaxValue-this.Params.yAxisMinValue; //First, we'll calculate the height, start y pos & end y position of the canvas //We first assume the canvas height to be of the same size as the stage height //Step by step, we'll now deduct the margins and elements height to get the actual height var LCanvasHeight = _chartHeight; var LCanvasWidth = _chartWidth; var LCanvasStartX, LCanvasEndX, LCanvasStartY, LCanvasEndY; var verticalBlockedHt = 0; var horizontalBlockWd = 0; //Deduct the top and bottom margins LCanvasHeight = LCanvasHeight-(this.Params.chartTopMargin+this.Params.chartBottomMargin); verticalBlockedHt = this.Params.chartTopMargin; //Now, if the caption is to be shown, deduct the height of the caption var LCaption; if (this.Params.showCaption == 1) { LCaption = createText(25001, this.Params.caption, this.Constants.calcTextXPos, this.Constants.calcTextYPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, true, "center", "center", null, true); //Create an object in this.objects representing this caption object this.objects.caption = new Chart.cObject(_FCXShift, _FCYShift+verticalBlockedHt+(LCaption.textHeight/2), LCaption.textHeight, LCaption.textWidth); //Add to blocked height and canvas size LCanvasHeight = LCanvasHeight-LCaption.textHeight; verticalBlockedHt = verticalBlockedHt+LCaption.textHeight; } //Space for sub caption if (this.Params.showSubCaption == 1) { LCaption = createText(25001, this.Params.subCaption, this.Constants.calcTextXPos, this.Constants.calcTextYPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, true, "center", "center", null, true); //Create an object in this.objects representing this caption object this.objects.subCaption = new Chart.cObject(_FCXShift, _FCYShift+verticalBlockedHt+(LCaption.textHeight/2), LCaption.textHeight, LCaption.textWidth); //Add to blocked height and canvas size LCanvasHeight = LCanvasHeight-LCaption.textHeight; verticalBlockedHt = verticalBlockedHt+LCaption.textHeight; } //Extra space - 20 pixels - only required if caption/subcaption to be shown if ((this.Params.showCaption == 1) || (this.Params.showSubCaption == 1)) { LCanvasHeight = LCanvasHeight-20; verticalBlockedHt = verticalBlockedHt+20; } LCanvasStartY = _FCYShift+verticalBlockedHt; //Now, we get the height of the x-axis labels (categories) var LMaxCatNameHeight = 0; var LCatNameHeight = 0; //We'll calculate the max length of the x-axis label height (if the labels are to be shown) if (this.Params.shownames == 1) { for (i=1; i<=this.Params.num; i++) { if (this.data[i].showName == 1) { if (this.Params.rotateNames == 1) { //If the name is to be rendered in rotated style LCatNameHeight = createText(25001, this.data[i].name, this.Constants.calcTextXPos, this.Constants.calcTextYPos, _embedFontFace, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, false, "center", "center", this.Constants.catTextRotationAngle, true).textHeight; } else { //Straight text LCatNameHeight = createText(25001, this.data[i].name, this.Constants.calcTextXPos, this.Constants.calcTextYPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, false, "center", "center", this.Params.rotateNames, true).textHeight; } } //Now, if the current cat height is more than the previous text height //Override the value if (LCatNameHeight>LMaxCatNameHeight) { LMaxCatNameHeight = LCatNameHeight; } } //Deduct them from space blocked and total space LCanvasHeight = LCanvasHeight-LMaxCatNameHeight; verticalBlockedHt = verticalBlockedHt+LMaxCatNameHeight; } //Now, for x-axis name //Space for sub caption if (this.Params.xAxisName != "") { LCaption = createText(25001, this.Params.xAxisName, this.Constants.calcTextXPos, this.Constants.calcTextYPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, true, "center", "center", null, true); //Create an object in this.objects representing this caption object this.objects.xAxisName = new Chart.cObject(_FCXShift, _FCYShift+verticalBlockedHt+(LCaption.textHeight/2), LCaption.textHeight, LCaption.textWidth); //Add to blocked height and canvas size LCanvasHeight = LCanvasHeight-LCaption.textHeight; verticalBlockedHt = verticalBlockedHt+LCaption.textHeight; } //Calculate the end Y of the canvas LCanvasEndY = LCanvasStartY+LCanvasHeight; //********* For the start and end X of the canvas ********* //Add the left margin horizonetrieving Data. Please Wait"); //Create the text to be displayed createText(2, LXMLLoadingText, _chartHorCenter, _chartVerCenter-(LPBarHeight/2), "Verdana", "10", LPBarTextColor, false, "center", "left", null, false); //Global flag to check whether the data size has been determined _global.isDataSizeDetermined = false; //Now, create the progress bar for XML data loading attachMovie("FCProgressBar", "FCPB", 1); FCPB.setPosition(_chartHorCenter-(LPBarWidth/2), _chartVerCenter); FCPB.setSize(LPBarWidth, LPBarHeight); FCPB.setColors(LPBarBgColor, LPBarBorderColor); FCPB.setBorderThickness(LPBarBorderThickness); FCPB.draw(); //We now instantiate the routine to load the XML data from the specified URL. TxmlDataDoc.load(strXMLDocURL); /* We also specify the onLoad event handler for the XML document That is, the control will switch to dataLoaded() function once the data has been downloaded into the clients machine dataLoaded function is defined in FCDataLoad.as */ TxmlDataDoc.onLoad = dataLoaded; //Create the onEnter Frame action _root.onEnterFrame = function() { //If the total bytes of the XML document has been detected, //we set the minimum and maximum limits for the progress bar //and update the value. if (_global.TxmlDataDoc.getBytesTotal() != undefined && _global.TxmlDataDoc.getBytesTotal()>0) { if (_global.isDataSizeDetermined == false) { //Set the new limits of the progress bar FCPB.setLimits(0, _global.TxmlDataDoc.getBytesTotal()); //Update the flag _global.isDataSizeDetermined = true; } //Update progess bar FCPB.setValue(_global.TxmlDataDoc.getBytesLoaded()); } }; //Stop here. stop(); ААА   ?  оN ╝//dataXML handler frame /* This frame handles the data provided via dataXML method. Here, we do the following: 1. Parse the XML string provided to us and store it in _global.TxmlDataDoc XML Object 2. If any errors are present in the XML document, show the error. */ //Get the parsing data text var LPParsingDataText = getFirstValue(unescape(_root.ParsingDataText), "Reading Data. Please Wait"); //Show the parsing data text createText(2, LPParsingDataText, _chartHorCenter, _chartVerCenter-(LPBarHeight/2), "Verdana", "10", LPBarTextColor, false, "center", "left", null, false); //Parse the XML data as string var strXMLData = new String(_root.dataXml); TxmlDataDoc.parseXML(strXMLData); //Check for the validity of the data if (TxmlDataDoc.status == 0) { //if it's valid, we move to the FDataLoadFinalize frame gotoAndPlay("FDataLoadFinalize"); } else { //However if the XML Data is not well-formed, Show an error showDataError("Invalid XML Data"); } ААА   ?  $] т/* This frame is invoked when the XML data has been loaded - either via dataURL route or dataXML method Here, we hide the progress bar, hide the loading text And finally, move the control to chart frame. */ if (LboolIsURLProvided) { //Delete _root's onEnterFrame event (defined in case of dataURL) delete _root.onEnterFrame; //Hide the progress bar (defined in case of dataURL) FCPB.erase(); } //Delete the text deleteText(2); //Move to the Chart scene gotoAndPlay("Chart", 1); АА Actions    O O АААА   ?  FdataLoadInitializehOААА   ?  FdataURLHandlervXААА   ?  FdataXMLHandler·fААА   ?  FDataLoadFinalizeАА Labels     OO АААА   ?  ╨^ y/* Scene Name: DataLoad =========================================================================== This entire scene acts as a preloader for the XML Data document. In this scene, we first check whether the XML data has been provided as an entire XML data string or only the URL of the XML provider has been given. Data can be provided to FusionCharts in 2 ways: 1. dataXML way - The whole XML data is present in the HTML Page (Containing FusionCharts) - sort of an XML Island. 2. dataURL way - Only a URI (Uniform Resource Identifier) is provided to FusionCharts. The data source for this XML Data has been provided to us using the OBJECT/EMBED Method. Now, it's the job of FusionCharts to request XML data from that particular source. The parameter will be contained in _root.dataURL (data source URL) or _root.dataXML (full XML data). So, first check what we've been provided with - the complete XML Data or just the data source URL. If it's the former, we parse the string and store it in our system (or display error message if the data contains an error). The actions contained in FdataXMLHandler help us do this. If it's the latter, we first filter the dataURL given to us and then we instantiate the loading of the XML document from that particular URL. Also, we show a preloade for this URL. External Includes in the scene: /CodeBase/FCDataLoad.as - Contains data loading functions. */АА Description    OА  ААtalBlockWd = horizontalBlockWd+this.Params.chartLeftMargin; LCanvasWidth = LCanvasWidth-(this.Params.chartLeftMargin+this.Params.chartRightMargin); var horizontalMaxLength = 0; var horTextWidth, horTextWidth_2; //Now, we need to get the max length of the text of either of the following: //Y-axis name //Limit textboxes //Div Line Textboxes //Trend Line textboxes if (this.Params.yAxisName != "") { //Get the textwidth for y axis name horTextWidth = createText(25001, this.Params.yAxisName, this.Constants.calcTextXPos, this.Constants.calcTextYPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, false, "center", "center", 270, true).textWidth; //So-set the canvas start and end position horizontalBlockWd = horizontalBlockWd+horTextWidth; LCanvasWidth = LCanvasWidth-horizontalBlockWd; //Create an object representing the y axis name this.objects.yAxisName = new Chart.cObject(_FCXShift+horizontalBlockWd-horTextWidth, 0, horTextWidth, 0); } //First, we count for the limits textboxes (if they are to be shown) if (this.Params.showLimits == 1) { //Get the textwidth for upper limit horTextWidth = createText(25001, this.formatNumber(this.Params.yAxisMaxValue, this.Params.limitsDecimalPrecision), this.Constants.calcTextXPos, this.Constants.calcTextYPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, false, "center", "center", null, true).textWidth; //Count for lower limit horTextWidth_2 = createText(25001, this.formatNumber(this.Params.yAxisMinValue, this.Params.limitsDecimalPrecision), this.Constants.calcTextXPos, this.Constants.calcTextYPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, false, "center", "center", null, true).textWidth; //Get the higher value if (horTextWidth>horTextWidth_2) { horizontalMaxLength = horTextWidth; } else { horizontalMaxLength = horTextWidth_2; } } //Now, we calculate the div lines values (if needed) var divLineValue; //Get the value for each div line to be created for (i=1; i<=this.Params.numDivLines; i++) { divLineValue = (this.Params.yAxisMinValue+i*(this.Params.yAxisInterval/(this.Params.numDivLines+1))); //Format this div line value and set it in a div line object this.Divlines[this.Params.numDivLines-i+1] = new Chart.divLine(divLineValue, this.formatNumber(divLineValue, this.Params.divLineDecimalPrecision), this.Params.showDivLineValue); //Now, if the div line text is to be shown, get the text width if (this.Params.showDivLineValue == 1) { horTextWidth = createText(25001, this.Divlines[i].displayValue, this.Constants.calcTextXPos, this.Constants.calcTextYPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, false, "center", "center", null, true).textWidth; //If it's greater, then re-set the max length if (horTextWidth>horizontalMaxLength) { horizontalMaxLength = horTextWidth; } } } //Now, we count for the width of trend line display values if any for (i=0; i<=this.Params.numTrendLines; i++) { horTextWidth = createText(25001, this.TrendLines[i].displayValue, this.Constants.calcTextXPos, this.Constants.calcTextYPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, false, "center", "center", null, true).textWidth; //If it's greater, then re-set the max length if (horTextWidth>horizontalMaxLength) { horizontalMaxLength = horTextWidth; } } //Now, we have the maximum text length //So-set the canvas start and end position horizontalBlockWd = horizontalBlockWd+horizontalMaxLength; LCanvasWidth = LCanvasWidth-horizontalMaxLength; LCanvasStartX = _FCXShift+horizontalBlockWd; LCanvasEndX = LCanvasStartX+LCanvasWidth; //Create a canvas object in this.Objects this.Objects.canvas = new Chart.cObject(LCanvasStartX, LCanvasStartY, LCanvasHeight, LCanvasWidth); //Now that we have the canvas size calculate, we calculate the position of the various elements on the chart //------------------------------------------------------------// //We now get the position of all the columns on the chart //Determine the per-unit-pixel factor this.Params.perUnitPixels = this.Objects.Canvas.height/this.Params.yAxisInterval; //Zero plane position calculation //Set the negativeNumPresent and showZeroPlane flag to the correct value if (this.Params.negativeNumPresent || this.Params.yAxisMinValue<0) { if (this.Params.yAxisMaxValue>=0) { this.Params.showZeroPlane = true; } } //Now if the zero plane is to be shown, calculate the zero plane pos if (this.Params.showZeroPlane) { this.Params.zeroPlanePos = (this.Objects.Canvas.yPos+this.Objects.Canvas.height)-(this.Params.perUnitPixels*(0-this.Params.yAxisMinValue)); } else { this.Params.zeroPlanePos = (this.Objects.Canvas.yPos+this.Objects.Canvas.height); } //First, width calculation //By default, we calculate our own values //The total spacing on a chart canvas would be 20% of the canvas width var canvasSpace = (.2*(this.Objects.Canvas.width-(2*this.Constants.CCanvasPadding))); //Get the width of individual column var columnWidth, interColSpace; columnWidth = (this.Objects.Canvas.width-((2*this.Constants.CCanvasPadding)+canvasSpace))/this.Params.num; //Max columnwidth 50 if (columnWidth>50) { columnWidth = 50; canvasSpace = this.Objects.Canvas.width-((2*this.Constants.CCanvasPadding)+(this.Params.num*columnWidth)); } interColSpace = canvasSpace/(this.Params.num+1); //Assign to global this.Params.columnWidth = columnWidth; //Get the position of the columns now. for (i=1; i<=this.Params.Num; i++) { this.data[i].xPos = this.Constants.CCanvasPadding+this.Objects.Canvas.xPos+(interColSpace*i)+columnWidth*(i-0.5); //Set the y position this.data[i].yPos = this.Params.zeroPlanePos; //Now, height for each column if (this.Params.yAxisMinValue>0) { this.data[i].height = (this.data[i].value-this.Params.yAxisMinValue)*this.Params.perUnitPixels; } else { this.data[i].height = Math.abs(this.data[i].value)*this.Params.perUnitPixels; } this.data[i].width = this.Params.columnWidth; //Calculate the value tb Position this.data[i].valueTbX = this.data[i].xpos; if (this.data[i].value>=0) { this.data[i].valueTbY = this.data[i].ypos-this.data[i].height; } else { this.data[i].valueTbY = this.data[i].ypos+this.data[i].height; } } //Now, horizontal divlines var divLineHorizontalSpace; divLineHorizontalSpace = this.Objects.Canvas.height/(this.Params.numDivLines+1); for (i=1; i<=this.Params.numDivLines; i++) { //Start and end position of a div line is the same as that of the canvas this.Divlines[i].startXPos = this.Objects.Canvas.xPos; this.Divlines[i].endXPos = this.Objects.Canvas.xPos+this.Objects.Canvas.width; //Calculate the y position of the div line this.Divlines[i].startYPos = this.Objects.Canvas.yPos+(divLineHorizontalSpace*i); this.Divlines[i].endYPos = this.Objects.Canvas.yPos+(divLineHorizontalSpace*i); } //Calculate the x and y positions of the trend lines for (i=1; i<=this.Params.numTrendLines; i++) { //Set the x position this.TrendLines[i].startXPos = this.Objects.Canvas.xPos; this.TrendLines[i].endXPos = this.Objects.Canvas.xPos+this.Objects.Canvas.width; this.TrendLines[i].startYPos = this.getAxisPosition(this.TrendLines[i].startValue, this.Params.yAxisMaxValue, this.Params.yAxisMinValue, this.Objects.Canvas.yPos, this.Objects.Canvas.yPos+this.Objects.Canvas.height, true); this.TrendLines[i].endYPos = this.getAxisPosition(this.TrendLines[i].endValue, this.Params.yAxisMaxValue, this.Params.yAxisMinValue, this.Objects.Canvas.yPos, this.Objects.Canvas.yPos+this.Objects.Canvas.height, true); } }; Chart.prototype.formatNumber = function(number, decimalPrecision) { //This function formats a number in FusionCharts format //decimalPrecision here is optional var precision; //If no decimalPrecision specified take the global one if (decimalPrecision == undefined || decimalPrecision == null) { precision = this.Params.decimalPrecision; } else { precision = decimalPrecision; } var intNum = number; var strScale = ""; //If number is to be scaled if (this.Params.formatNumberScale == 1) { if (Math.abs(intNum)>=1000) { strScale = "K"; intNum = intNum/1000; } if (Math.abs(intNum)>=1000) { strScale = "M"; intNum = intNum/1000; } } //Convert it into string var strNum = String(intNum); //We format the number if required if (this.Params.formatNumber == 1) { //Format the decimal precision strNum = Math.formatDecimals(intNum, precision); //Format the commas in the number strNum = formatCommas(String(strNum), this.Params.thousandSeparator, this.Params.decimalSeparator); } //Now, we append the prefix and the suffix strNum = this.Params.numberPrefix+strNum+strScale+this.Params.numberSuffix; return strNum; }; Chart.prototype.getLevel = function() { //This function returns the highest current level in the movie which does not contain an object. //Increase the last depth _global._FCLastLevel++; //Return it return _global._FCLastLevel; }; Chart.prototype.getAxisPosition = function(value, upperLimit, lowerLimit, startAxisPos, endAxisPos, isYAxis) { //This function returns the axis position of a value on an axis //having specified upper limit and lower limit and specified axes positions //Set default for isYAxis if (isYAxis == null || isYAxis == undefined) { isYAxis = false; } var numericalInterval = (upperLimit-lowerLimit); if (isYAxis) { var positionInterval = (endAxisPos-startAxisPos); var relativePosition = (positionInterval/numericalInterval)*(value-lowerLimit); //If it's a y axis co-ordinate then go according to Flash's co-ordinate system //(y decreases as we go upwards) var absolutePosition = endAxisPos-relativePosition; } else { var positionInterval = (endAxisPos-startAxisPos)-(2*this.Constants.CCanvasPadding); var relativePosition = (positionInterval/numericalInterval)*(value-lowerLimit); //The normal x-axis rule - increases as we go right var absolutePosition = startAxisPos+this.Constants.CCanvasPadding+relativePosition; } return absolutePosition; }; //**** Chart Element Rendering Methods ****// Chart.prototype.drawBackground = function() { //This function renders the background of the chart var level = this.getLevel(); //Set start level index this.Params.chartStartLevel = level; this.drawRectangle(this.getLevel(), _FCXShift, _FCYShift, _FCXShift+_chartWidth, _FCYShift+_chartHeight, this.Params.bgColor, this.Params.bgColor, 0, 0, this.Params.bgAlpha); }; Chart.prototype.loadBgSWF = function() { //This function loads the background chart swf file //First create a container movie clip createEmptyMovieClip("ASMov_bgSWF", this.getLevel()); //Get a reference to the same mcbgSWF = eval("ASMov_bgSWF"); //Load the external movie mcbgSWF.loadMovie(this.Params.bgSWF); }; Chart.prototype.drawCanvas = function() { //This function renders the canvas of the chart //Basically, the canvas is a small rectangle with the specified fill and border color this.drawRectangle(this.getLevel(), this.Objects.Canvas.xPos, this.Objects.Canvas.yPos, this.Objects.Canvas.xPos+this.Objects.Canvas.width, this.Objects.Canvas.yPos+this.Objects.Canvas.height, this.Params.canvasBorderColor, this.Params.canvasBgColor, 0, 0, this.Params.canvasBgAlpha); }; Chart.prototype.drawCanvasBorder = function() { //This function renders the overlay canvas border of the chart this.drawRectangle(this.getLevel(), this.Objects.Canvas.xPos, this.Objects.Canvas.yPos, this.Objects.Canvas.xPos+this.Objects.Canvas.width, this.Objects.Canvas.yPos+this.Objects.Canvas.height, this.Params.canvasBorderColor, this.Params.canvasBgColor, this.Params.canvasBorderThickness, 100, 0); }; Chart.prototype.drawGridBg = function() { //This function renders the grid background //First render the vertical grid background var verticalDivSpacing; var verticalGridStartXPos; var verticalGridEndXPos; verticalDivSpacing = this.Objects.Canvas.width/(this.Params.numVDivLines+1); for (i=1; i<=this.Params.numVDivLines+1; i=i+2) { //Start from left //Get the positions verticalGridStartXPos = this.Objects.Canvas.xPos+((i-1)*verticalDivSpacing); verticalGridEndXPos = this.Objects.Canvas.xPos+(i*verticalDivSpacing); //Show only if to be shown and if vertical div lines are more than 1 if ((this.Params.showAlternateVGridColor == 1) && (this.Params.numVDivLines>1)) { this.drawRectangle(this.getLevel(), verticalGridStartXPos, this.Objects.Canvas.yPos, verticalGridEndXPos, this.Objects.Canvas.yPos+this.Objects.Canvas.height, "ffffff", this.Params.alternateVGridColor, 0, 0, this.Params.alternateVGridAlpha); } } //Now render the horizontal grid background for (i=1; i<=this.Params.numDivLines; i=i+2) { //Start from top //Show only if to be shown and if vertical div lines are more than 1 if ((this.Params.showAlternateHGridColor == 1) && (this.Params.numDivLines>1)) { if (i == this.Params.numDivLines) { //Now if it has reached the last one - the end position will be end of canvas this.drawRectangle(this.getLevel(), this.divLines[i].startXPos, this.divLines[i].startYPos, this.Objects.Canvas.xPos+this.Objects.Canvas.width, this.Objects.Canvas.yPos+this.Objects.Canvas.height, "ffffff", this.Params.alternateHGridColor, 0, 0, this.Params.alternateHGridAlpha); } else { //Normal - between 2 existing div line objects - Create the rectangle this.drawRectangle(this.getLevel(), this.divLines[i].startXPos, this.divLines[i].startYPos, this.divLines[i+1].endXPos, this.divLines[i+1].endYPos, "ffffff", this.Params.alternateHGridColor, 0, 0, this.Params.alternateHGridAlpha); } } } }; Chart.prototype.drawDivLines = function() { //This function draws the div lines on the chart for (i=1; i<=this.Params.numDivLines; i++) { //Draw the div line this.drawLine(this.divLines[i].startXPos, this.divLines[i].startYPos, this.divLines[i].endXPos, this.divLines[i].endYPos, this.Params.divLineThickness, this.Params.divlinecolor, this.Params.divLineAlpha, this.getLevel()); //Also, render the text of this div line if (this.divLines[i].showValue == 1) { if (!((this.Params.showZeroPlane) && (this.divLines[i].value == 0))) { createText(this.getLevel(), this.divLines[i].displayValue, this.divLines[i].startXPos, this.divLines[i].startYPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, false, "right", "center", null, true); } } } //We'll also render the vertial div lines //Vertical div lines var verticalDivSpacing; var verticalDivLineXPos; verticalDivSpacing = this.Objects.Canvas.width/(this.Params.numVDivLines+1); for (i=1; i<=this.Params.numVDivLines; i++) { verticalDivLineXPos = this.Objects.Canvas.xPos+(i*verticalDivSpacing); this.drawLine(verticalDivLineXPos, this.Objects.Canvas.yPos, verticalDivLineXPos, this.Objects.Canvas.yPos+this.Objects.Canvas.height, this.Params.VDivLineThickness, this.Params.VDivlinecolor, this.Params.VDivLineAlpha, this.getLevel()); } }; Chart.prototype.setLabels = function() { //This function sets the various labels on the chart //We first set the limits (if needed) if (this.Params.showLimits == 1) { //Upper Limit createText(this.getLevel(), this.formatNumber(this.Params.yAxisMaxValue, this.Params.limitsDecimalPrecision), this.Objects.Canvas.xPos, this.Objects.Canvas.yPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, true, "right", "center", null, true); //Lower Limit createText(this.getLevel(), this.formatNumber(this.Params.yAxisMinValue, this.Params.limitsDecimalPrecision), this.Objects.Canvas.xPos, this.Objects.Canvas.yPos+this.Objects.Canvas.height, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, true, "right", "center", null, true); } //Set the x-axis name if (this.Params.xAxisName != "") { createText(this.getLevel(), this.Params.xAxisName, this.Objects.Canvas.xPos+(this.Objects.Canvas.width/2), this.Objects.Canvas.height+this.Objects.xAxisName.yPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, true, "center", "center", null, true); } //Y Axis Name if (this.Params.yAxisName != "") { createText(this.getLevel(), this.Params.yAxisName, this.Objects.yAxisName.xPos, this.Objects.Canvas.yPos+(this.Objects.Canvas.height/2), "Verdana", Number(this.Params.outCnvBaseFontSize)+1, this.Params.outCnvBaseFontColor, false, "center", "center", 270, true); } //Y-axis name //Now, set the category labels (if its to be shown)outCnvBase for (i=1; i<=this.Params.num; i++) { if (this.data[i].showName == 1) { if (this.Params.rotateNames == 1) { //If the name is to be rendered in rotated style createText(this.getLevel(), this.data[i].name, this.data[i].xPos, this.Objects.Canvas.yPos+this.Objects.Canvas.height+2, _embedFontFace, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, false, "right", "center", this.Constants.catTextRotationAngle, true); } else { //Straight text createText(this.getLevel(), this.data[i].name, this.data[i].xPos, this.Objects.Canvas.yPos+this.Objects.Canvas.height+2, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, false, "center", "right", null, true); } } } //Render the chart caption if (this.Params.showCaption == 1) { createText(this.getLevel(), this.Params.caption, this.Objects.Canvas.xPos+(this.Objects.Canvas.width/2), this.Objects.Caption.yPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, true, "center", "center", null, true); } if (this.Params.showSubCaption == 1) { createText(this.getLevel(), this.Params.subCaption, this.Objects.Canvas.xPos+(this.Objects.Canvas.width/2), this.Objects.subCaption.yPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, true, "center", "center", null, true); } }; Chart.prototype.drawTrendLines = function(showOverlay) { //This function renders the trend lines on the chart //This function draws the div lines on the chart for (i=1; i<=this.Params.numTrendLines; i++) { //Draw the trend line only if none of the y values are undefined and the value is between the defined limits if (this.TrendLines[i].startYPos != undefined && this.TrendLines[i].endYPos != undefined && (this.TrendLines[i].startValue>=this.Params.yAxisMinValue && this.TrendLines[i].startValue<=this.Params.yAxisMaxValue) && (this.TrendLines[i].endValue>=this.Params.yAxisMinValue && this.TrendLines[i].endValue<=this.Params.yAxisMaxValue)) { //Draw the trendline if (this.TrendLines[i].showOnTop == showOverlay) { //If trend zone is to be made if (this.TrendLines[i].isTrendZone == 1) { this.drawRectangle(this.getLevel(), this.TrendLines[i].startXPos, this.TrendLines[i].startYPos, this.TrendLines[i].endXPos, this.TrendLines[i].endYPos, this.TrendLines[i].color, this.TrendLines[i].color, this.TrendLines[i].thickness, 0, this.TrendLines[i].alpha); //Also, render the text of this trendzone createText(this.getLevel(), this.TrendLines[i].displayValue, this.TrendLines[i].startXPos, this.TrendLines[i].startYPos+(this.TrendLines[i].endYPos-this.TrendLines[i].startYPos)/2, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.TrendLines[i].color, false, "right", "center", null, true); } else { //Create slanted trend line this.drawLine(this.TrendLines[i].startXPos, this.TrendLines[i].startYPos, this.TrendLines[i].endXPos, this.TrendLines[i].endYPos, this.TrendLines[i].thickness, this.TrendLines[i].color, this.TrendLines[i].alpha, this.getLevel()); //Also, render the text of this trendline line createText(this.getLevel(), this.TrendLines[i].displayValue, this.TrendLines[i].startXPos, this.TrendLines[i].startYPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.TrendLines[i].color, false, "right", "center", null, true); } } } } }; Chart.prototype.drawZeroPlane = function() { //This function renders the zero plane on the chart if (this.Params.showZeroPlane) { this.drawLine(this.Objects.Canvas.xPos, this.Params.zeroPlanePos, this.Objects.Canvas.xPos+this.Objects.Canvas.width, this.Params.zeroPlanePos, this.Params.zeroPlaneThickness, this.Params.zeroPlaneColor, this.Params.zeroPlaneAlpha, this.getLevel()); //Render the text of the zero plane createText(this.getLevel(), this.formatNumber("0"), this.Objects.Canvas.xPos, this.Params.zeroPlanePos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, true, "right", "center", null, true); } }; Chart.prototype.drawValueTb = function(dataIndex) { //This function draws the value textbox for the particular column //This function renders the value textbox of a particular dataIndex //First check if we have to display the value for this particular dataset if (this.Params.showValues == 1) { //Create the text if (this.data[dataIndex].value>=0) { createText(this.getLevel(), this.formatNumber(this.data[dataIndex].value), this.data[dataIndex].valueTbX, this.data[dataIndex].valueTbY, this.Params.baseFont, this.Params.baseFontSize, this.Params.baseFontColor, false, "center", "left", null, true); } else { createText(this.getLevel(), this.formatNumber(this.data[dataIndex].value), this.data[dataIndex].valueTbX, this.data[dataIndex].valueTbY, this.Params.baseFont, this.Params.baseFontSize, this.Params.baseFontColor, false, "center", "right", null, true); } } }; Chart.prototype.renderColumn = function(dataIndex) { //This function renders a particular column. //Calculate the duplication level var dupLevel; dupLevel = this.getLevel(); //Duplicate the movie clip duplicateMovieClip("MovColumn", "MovColumn"+dupLevel, dupLevel); //Get a reference to it mc = eval("MovColumn"+dupLevel); //Pass on the parameters mc._x = this.data[dataIndex].xPos; mc._y = this.data[dataIndex].yPos; mc._width = this.data[dataIndex].width; if (this.data[dataIndex].value>=0) { mc.FCheight = this.data[dataIndex].height; } else { mc.FCheight = (-1)*(this.data[dataIndex].height); } mc.FCAnimation = this.Params.animation; mc.FCColor = this.data[dataIndex].color; mc.dataIndex = dataIndex; //Set the alpha setProperty(mc, _alpha, this.data[dataIndex].alpha); }; Chart.prototype.linkClick = function(dataIndex) { //This function navigates to a URL when a column is clicked on the chart. var linkToNav = this.data[dataIndex].link; if (linkToNav != undefined) { //We determine if a window is to be opened var strLink = new String(linkToNav); if ((strLink.CharAt(0) == "n" && strLink.CharAt(1) == "-") || (strLink.CharAt(0) == "N" && strLink.CharAt(1) == "-")) { //Means we have to open the link in a new window. //First we get the exact Link without n: finalLink = strLink.slice(2); getURL(finalLink, "_blank"); } else { //In the same window getURL(linkToNav, "_self"); } } }; Chart.prototype.renderHoverCap = function() { //This function renders the *raw* hover caption box with un-filled values //First check if Hover Caption box is required ? if (this.Params.showHoverCap == 1) { //Get the level in which hover caption will be created this.Params.hoverCapLevel = 25000+this.getLevel(); //Create the text field createTextField("ASMovHoverCaption", this.Params.hoverCapLevel, 0, 0, w, h); hoverCaption._visible = true; } }; Chart.prototype.setHoverCap = function(dataIndex) { //This function sets the position and the text values //of the hover caption box with index as the passed index if (this.Params.showHoverCap == 1) { //If hover cap is to be shown. //Create a new text-format var LHoverCapFormat = new TextFormat(); LHoverCapFormat.align = "left"; LHoverCapFormat.color = parseInt(this.Params.BaseFontColor, 16); LHoverCapFormat.font = this.Params.BaseFont; LHoverCapFormat.size = this.Params.BaseFontSize; LHoverCapFormat.leftMargin = 0; LHoverCapFormat.rightMargin = 0; //Now, make the hover caption textbox visible. ASMovHoverCaption = eval("ASMovHoverCaption"); ASMovHoverCaption._visible = true; //Set its text var sum = 0; var dsVal; //Create the text dsVal = this.formatNumber(this.data[dataIndex].value); var strText = ""; strText = strText+this.data[dataIndex].hoverText+this.Params.hoverCapSepChar+dsVal; ASMovHoverCaption.html = true; ASMovHoverCaption.htmlText = strText; ASMovHoverCaption.setTextFormat(LHoverCapFormat); ASMovHoverCaption.autoSize = true; ASMovHoverCaption.border = true; ASMovHoverCaption.borderColor = parseInt(this.Params.hoverCapBorderColor, 16); ASMovHoverCaption.background = true; ASMovHoverCaption.backgroundColor = parseInt(this.Params.hoverCapBgColor, 16); ASMovHoverCaption.multiline = true; ASMovHoverCaption.selectable = false; ASMovHoverCaption.tabEnabled = false; ASMovHoverCaption.type = "dynamic"; ASMovHoverCaption.wordWrap = false; //Set the x position if (this.data[dataIndex].xPos+ASMovHoverCaption._width/2>=_FCXShift+_chartWidth) { //Align on left ASMovHoverCaption._x = (_FCXShift+_chartWidth)-ASMovHoverCaption._width-1; } else if (this.data[dataIndex].xPos<=ASMovHoverCaption._width/2) { ASMovHoverCaption._x = 1; } else { //Normal - center aligned ASMovHoverCaption._x = this.data[dataIndex].xPos-ASMovHoverCaption._width/2; } //Set its y pos to the current y mouse pos ASMovHoverCaption._y = _ymouse-ASMovHoverCaption._height-5; } }; Chart.prototype.removeHoverCap = function() { //This function hides the hover caption ASMovHoverCaption._visible = false; }; Chart.prototype.resetPositionHoverCap = function() { //This function re-sets the y co-ordinate of the Hover Cap Box ASMovHoverCaption._y = _ymouse-ASMovHoverCaption._height-5; }; //**** General Methods *****// /* General methods are those methods which can be used with any other Flash movies for some common jobs like font rendering, shapes drawing etc. */ Chart.prototype.drawLine = function(fromX, fromY, toX, toY, lineThickness, lineColor, lineAlpha, depth) { //This function draws a line segment on the canvas based on the arguments //************** PARAMETERS ****************// //fromX - from X point //fromY - from Y point //toX - to X point //toY - to Y point //lineThickness - thickness of the line //lineColor - Color - without # like FFDDDD, 000000 //lineAlpha - Alpha of the line //depth - MC depth //******************************************// //Returns nothing //First, create a movie clip container createEmptyMovieClip("ASMovLine_"+depth, depth); mcLine = eval("ASMovLine_"+depth); mcLine.clear(); //Set the line style mcLine.lineStyle(lineThickness, parseInt(lineColor, 16), lineAlpha); //Move to position fromX, fromY mcLine.moveTo(fromX, fromY); //Draw line mcLine.lineTo(toX, toY); //remove object delete mcLine; }; Chart.prototype.drawRectangle = function(depth, fromX, fromY, toX, toY, borderColor, bgColor, borderThickness, borderAlpha, bgAlpha) { //This function draws a rectangle on the canvas based on the arguments //************** PARAMETERS ****************// //depth - Level in which this rectangle will be rendered //fromX - Starting X Position //fromY - Starting Y Position //toX - Ending X Position //toY - Ending Y Position //borderColor - Border Color of the rectangle //bgColor - Background Color of the rectangle //borderThickness - Thickness of the border of the rectangle (in pixels) //borderAlpha - Alpha (Transparency) of the border //bgAlpha - Alpha (Transparency) of the background //******************************************// //Returns nothing //First, create a movie clip container //This function draws a rectangle based on the parameters passed to it. createEmptyMovieClip("ASMovRect_"+depth, depth); mcRect = eval("ASMovRect_"+depth); mcRect.beginFill(parseInt(bgColor, 16), bgAlpha); mcRect.lineStyle(borderThickness, parseInt(borderColor, 16), borderAlpha); mcRect.moveTo(fromX, fromY); mcRect.lineTo(toX, fromY); mcRect.lineTo(toX, toY); mcRect.lineTo(fromX, toY); mcRect.lineTo(fromX, fromY); mcRect.endFill(); //Clear memory resources delete mcRect; }; Chart.prototype.unescapeStr = function(str) { //This function unescapes a string, if the dataURL method is used var unStr = str; if (LboolIsURLProvided == true) { unStr = unescape(unStr); } return unStr; }; АА Chart Class    OА  АААА   ?  ╦Ф//Include external relevant files //Utility Functions #include "../CodeBase/FCFunctions.as" //Utility Math routines #include "../CodeBase/FCMath.as"АА External Includes    O   АААCю№   Cю№      Аe the co-ordinates of various elements on the chart FCChart.calculatePoints(); //Move to the next frame. play(); } ААА   ?  ~ F/* This frame is a part of the chart rendering process. It is invoked when the chart class has been loaded, an object representing it initialized and XML data has been parsed. Here, we do the following: 1. Hide the rendering chart textbox. 2. Render the various Chart elements */ //First, we hide the "Rendering Chart" textbox deleteText(1); //Also, delete the size calculate movie clip deleteText(25001); //Render the background FCChart.drawBackground(); //Load Bacgkround swf FCChart.loadBgSWF(); //Draw the canvas FCChart.drawCanvas(); //Draw the grid background (alternate) FCChart.drawGridBg(); //Draw the divisional lines FCChart.drawDivLines(); //Zero Plane FCChart.drawZeroPlane(); //Draw the canvas border FCChart.drawCanvasBorder(); //Render the underlay trend linesА   ?  ┬АА Embedded Text     O  АААА   ?  A  6/* Scene Name: Chart =========================================================================== This is the main scene of the entire movie where the actual chart is rendered. In this scene, we do the following: 1. Parse the XML data document to retrieve data from it and store in our local objects 2. Do various calculations to get the co-ordinates and values for all elements of the chart. 3. Render all the visual elements of the chart. External Includes in the scene: /CodeBase/FCFunctions.as - Utility Functions /CodeBase/FCMath.as - Utility Math Functions */АА Description      O АААААА MovColumnАА)   CDocumentPagePage 3 ChartLoad)$ўA&    ┌$ўA    АPage 4DataLoad,$ўA'    B$ўA    АPage 2Chartз4jA     иSB    АSymbol 1 MovLoaderBgl┴N@G..\..\..\Customized\ClientWise\StreamCore\StackedArea\StackedArea2D.fla MovLoaderBg{┴N@l┴N@{┴N@    АSymbol 3 MovColumnAniaL@#E..\..\..\Ver_2_1\CustomizedCharts\MSColumn2D\Developer\MSColumn2D.fla MovColumnAniащ@aL@#╜СB    АSymbol 4 MovColumnXp3?E..\..\..\Ver_2_1\CustomizedCharts\MSColumn2D\Developer\MSColumn2D.fla MovColumnЛщ@Xp3?KБ B    АSymbol 5 MovColumnBase;p3?E..\..\..\Ver_2_1\CustomizedCharts\MSColumn2D\Developer\MSColumn2D.fla MovColumnBase1L@;p3?1L@    АSymbol 6 MovEmbedTextz}b@ ..\Draft.fla MovEmbedText$:їAz}b@$:їA    АSymbol 7 FCProgressBar▀wыAЫ FCProgressBar ..\Draft.fla FCProgressBarЪаЇA▀wыAЫЪаЇA    (#XhНhhhh    └└└ x┤Vector::Debugging Permitted0Vector::External Font Files0Vector::Generator CommandVector::Compress Movie1Vector::Preview as GIF0Vector::Override Sounds0Vector::Protect0Vector::Quality100Vector::Template0Vector::Omit Trace Actions0Vector::Debugging PasswordVector::TopDown0Vector::Report0Vector::Version6Vector::Stream Compress7Vector::Event Format0Vector::Event Compress7Vector::Stream Format0    №   CColorDef  А  А  А3 Pя Аf Pя0 АЩ PяH А╠ Pя` А  Pяx А3 я А33 (я А3f <я0 А3Щ CяH А3╠ Fя` А3  Hяx Аf я0 Аf3 я0 Аff (я0 АfЩ 5яH Аf╠ <я` Аf  @яx А  А333 0 А  А3 ая А33 xя Аf3 dя0 АЩ3 ]яH А╠3 Zя` А 3 Xяx А33 ╚я А333 0 А3f3 PPH А3Щ3 Px` А3╠3 PРx А3 3 PяР Аf3 ▄я0 Аf33 PH Аff3 (PH АfЩ3 <x` Аf╠3 CРx Аf 3 FяР А  Аfff ` А  Аf ая0 А3f Мя0 Аff xя0 АЩf kяH А╠f dя` А f `яx А3f ┤я0 А33f аPH А3ff xPH А3Щf dx` А3╠f ]Рx А3 f ZяР Аff ╚я0 Аf3f ╚PH Аfff ` АfЩf P0x Аf╠f PxР Аf f Pяи А  АЩЩЩ Р А  АЩ аяH А3Щ УяH АfЩ ЕяH АЩЩ xяH А╠Щ nя` А Щ hяx А3Щ няH А33Щ аx` А3fЩ Мx` А3ЩЩ xx` А3╠Щ kРx А3 Щ dяР АfЩ ╗яH Аf3Щ ┤x` АffЩ а0x АfЩЩ x0x Аf╠Щ dxР Аf Щ ]яи А  А╠╠╠ └ А  А╠ ая` А3╠ Ця` Аf╠ Мя` АЩ╠ Вя` А╠╠ xя` А ╠ pяx А3╠ кя` А33╠ аРx А3f╠ УРx А3Щ╠ ЕРx А3╠╠ xРx А3 ╠ nяР Аf╠ ┤я` Аf3╠ нРx Аff╠ аxР АfЩ╠ МxР Аf╠╠ xxР Аf ╠ kяи А  А    Ё А  А  аяx А3  Шяx Аf  Ряx АЩ  Ияx А╠  Аяx А   xяx А3  ияx А33  аяР А3f  ЦяР А3Щ  МяР А3╠  ВяР А3   xяР Аf  ░яx Аf3  кяР Аff  аяи АfЩ  Уяи Аf╠  Еяи Аf   xяи А  А  яx А  АЩ яH АЩ3  яH АЩf яH АЩЩ //Increment value this.Params.num++; //Get the category name var catName = categoryNodes[k].attributes.name; //Option whether to show the cat Name or not var showCatName = Number(getFirstValue(categoryNodes[k].attributes.showName, this.Params.showNames)); var catHoverText = getFirstValue(categoryNodes[k].attributes.hoverText, catName); this.categories[this.Params.num] = new Chart.category(catName, showCatName, catHoverText); } } //Free memo FCChart.drawTrendLines(0); //Set the labels on the chart FCChart.setLabels(); //===============================// //Create the columns now //Render the columns for (i=1; i<=FCChart.Params.num; i++) { //Render the column if to be shown if (FCChart.data[i].showDataSet == 1) { FCChart.renderColumn(i); } } //===============================// //Render the overlay trend lines FCChart.drawTrendLines(1); //Draw the canvas border FCChart.drawCanvasBorder(); //Render the *raw* hover caption FCChart.renderHoverCap(); //Finally stop once the chart has been rendered stop(); АА Actions     OO АААА   ?  -BА   CPicSprite└ъ  П └ъ  Пd О6 MovColumnАА   ?  ▄TАА Column    O O АААА   ?  ╤} G╤//** Chart Class **// //Chart is the base object on which the whole charting model will be based _global.Chart = function() { //** Initialize the objects within this class **// //Chart.xmlData represents the complete XML data supplied to FusionCharts this.xmlData = new XML(); //Chart.data is an array which would be used to store data this.data = new Array(); //Chart.Params would be used to store the graph properties this.Params = new Object(); //Chart.Constants would be used to store the graph constants this.Constants = new Object(); //Chart.TrendLines would be used to store the list of trendlines to be drawn on the graph this.TrendLines = new Array(); //Chart.DivLines would be used to store the div lines this.DivLines = new Array(); //Chart.Objects would be used to store the co-ordinates of a number of objects this.Objects = new Array(); //** Set the data/properties of a few objects **/ //Params.num indicates the number of data elements in each set this.Params.num = 0; //Params.numTrendLines indicates the number of trend lines for the graph this.Params.numTrendLines = 0; //A counter to keep count of the number of textboxes whose names are to be shown this.Params.numWithNames = 0; this.Params.negativeNumPresent = false; this.Params.showZeroPlane = false; this.Params.zeroPlanePos = 0; //Some constants to be used throughout the movie this.Constants.catTextRotationAngle = Number(getFirstValue(_root.catTextRotationAngle, "270")); this.Constants.calcTextXPos = Number(getFirstValue(_root.calcTextXPos, "-200")); this.Constants.calcTextYPos = Number(getFirstValue(_root.calcTextYPos, "-200")); this.Constants.CCanvasPadding = Number(getFirstValue(_root.CCanvasPadding, "0")); this.Constants.shadowColor = formatHexColor(getFirstValue(_root.shadowColor, "999999")); }; //** Nested Objects **// /* Nested objects are sub-objects whose instance we'll later create and store in the instance of Chart Object. Basically, we are trying to group the data under various heads. */ Chart.dataItem = function(dataName, dataValue, dataColor, dataLink, dataAlpha, hoverText, showName) { //Chart.dataItem indicates an object which is going to contain the data //and other related details for a particular element this.name = dataName; this.value = dataValue; this.color = dataColor; this.link = dataLink; this.alpha = dataAlpha; this.hoverText = hoverText; this.showName = showName; //Based on alpha, set whether this data set will be displayed or not this.showDataSet = 1; if (dataAlpha == 0) { this.showDataSet = 0; } //xPos are dynamically calculated values //which will help us draw the on the stage. this.xPos = 0; this.yPos = 0; this.width = 0; this.height = 0; //Value tb position this.valueTbX = 0; this.valueTbY = 0; }; Chart.divLine = function(value, displayValue, showValue) { //Chart.divLine indicates a div line object //Properties set by the user this.value = value; this.displayValue = displayValue; this.showValue = showValue; //Internal properties this.startXPos = 0; this.endXPos = 0; this.startYPos = 0; this.endYPos = 0; }; Chart.trendLine = function(lineStartValue, lineEndValue, lineColor, lineDisplayValue, lineThickness, lineAlpha, lineShowOnTop, lineIsTrendZone) { //Chart.trendLine indicates a trend line object this.startValue = lineStartValue; this.endValue = lineEndValue; this.color = lineColor; this.displayValue = lineDisplayValue; this.thickness = lineThickness; this.alpha = lineAlpha; this.showOnTop = lineShowOnTop; this.isTrendZone = lineIsTrendZone; this.startXPos = 0; this.endXPos = 0; this.startYPos = 0; this.endYPos = 0; }; Chart.cObject = function(xPos, yPos, objHeight, objWidth) { //Chart.cObject represents an individual element on the chart this.xPos = xPos; this.yPos = yPos; this.height = objHeight; this.width = objWidth; }; //** Methods **// Chart.prototype.acquireData = function() { //This function acquires the data from the global XML object //into the Chart class this.xmlData = _global.TxmlDataDoc; //Delete the global object to free up memory resources delete _global.TxmlDataDoc; }; Chart.prototype.parseData = function() { //This function parses the XML data document, retrieves the //data and stores it into various arrays and objects of the Chart class //levelOneNodes gets reference to the first level nodes - i.e, and associates (if any) var levelOneNodes = this.xmlData.childNodes; //Iterate through each level one node to search for the graph node for (i=0; i<=levelOneNodes.length; i++) { //Check if the node name is Graph if (levelOneNodes[i].nodeName.toUpperCase() == "GRAPH") { //The current node is GRAPH node //So, extract the properties of the graph (which have been provided as attributes of the GRAPH node) //For each property, we also have a pre-set default value which would //be allotted only if the XML doesn't specify a value for the parameter(яH АЩ╠ 2я` АЩ  8яx А╠ я` А╠3  я` А╠f я` А╠Щ я` А╠╠ (я` А╠  0яx А  яx А 3 яx А f яx А Щ яx А ╠  яx А   (яx А  А  Pяx А  АЩ3 уяH АЩ33 x` АЩf3 x` АЩЩ3 (x` АЩ╠3 5Рx АЩ 3 <яР А╠3 ця` А╠33 Рx А╠f3  Рx А╠Щ3 Рx А╠╠3 (Рx А╠ 3 2яР А 3 шяx А 33 яР А f3  яР А Щ3 яР А ╠3 яР А  3 (яР А  А  аяx А  АЩf ╒яH АЩ3f ▄x` АЩff 0x АЩЩf (0x АЩ╠f <xР АЩ f Cяи А╠f ▄я` А╠3f уРx А╠ff xР А╠Щf xР А╠╠f (xР А╠ f 5яи А f ряx А 3f цяР А ff яи А Щf  яи А ╠f яи А  f (яи А  А   (яx А  АЩЩ ╚яH АЩ3Щ ╚x` АЩfЩ ╚0x АЩЩЩ Р АЩ╠Щ PPи АЩ Щ Pя└ А╠Щ ╥я` А╠3Щ ╒Рx А╠fЩ ▄xР А╠ЩЩ Pи А╠╠Щ (Pи А╠ Щ <я└ А Щ ╪яx А 3Щ ▄яР А fЩ уяи А ЩЩ я└ А ╠Щ я└ А  Щ (я└ А  А   xяx А  АЩ╠ ╛я` АЩ3╠ ╗Рx АЩf╠ ┤xР АЩЩ╠ аPи АЩ╠╠ xPи АЩ ╠ dя└ А╠╠ ╚я` А╠3╠ ╚Рx А╠f╠ ╚xР А╠Щ╠ ╚Pи А╠╠╠ └ А╠ ╠ Pя╪ А ╠ ╨яx А 3╠ ╥яР А f╠ ╒яи А Щ╠ ▄я└ А ╠╠ я╪ А  ╠ (я╪ А  А   ╚яx А  АЩ  ╕яx АЩ3  ┤яР АЩf  няи АЩЩ  ая└ АЩ╠  Мя└ АЩ   xя└ А╠  └яx А╠3  ╛яР А╠f  ╗яи А╠Щ  ┤я└ А╠╠  ая╪ А╠   xя╪ А   ╚яx А 3  ╚яР А f  ╚яи А Щ  ╚я└ А ╠  ╚я╪ А    Ё А  А        А        А      А      А      А f¤ `    z    АЩf к ╠       А   *   ]     к  ╘      )Ы |  h this.Constants.CCanvasPadding = Number(getFirstValue(_root.CCanvasPadding, "0")); this.Constants.shadowColor = formatHexColor(getFirstValue(_root.shadowColor, "999999")); }; //** Nested Objects **// /* Nested objects are sub-objects whose insta //Background color of the chart this.Params.bgColor = formatHexColor(getFirstValue(levelOneNodes[i].attributes.bgColor, "FFFFFF")); this.Params.bgAlpha = Number(getFirstValue(levelOneNodes[i].attributes.bgAlpha, "100")); //Background swf this.Params.bgSWF = levelOneNodes[i].attributes.bgSWF; //Chart Title this.Params.caption = getFirstValue(levelOneNodes[i].attributes.caption, ""); this.Params.subCaption = getFirstValue(levelOneNodes[i].attributes.subCaption, ""); //If no caption has been provided, set an appropriate flag //Default flag this.Params.showCaption = 1; if (this.Params.caption == "") { this.Params.showCaption = 0; } this.Params.showSubCaption = 1; if (this.Params.subCaption == "") { this.Params.showSubCaption = 0; } //X and Y Axis Name this.Params.xAxisName = getFirstValue(levelOneNodes[i].attributes.xAxisName, ""); this.Params.yAxisName = getFirstValue(levelOneNodes[i].attributes.yAxisName, ""); //Canvas background color, border color and border thickness (in pixels) this.Params.canvasBgColor = formatHexColor(getFirstValue(levelOneNodes[i].attributes.canvasBgColor, "FFFFFF")); this.Params.canvasBgAlpha = Number(getFirstValue(levelOneNodes[i].attributes.canvasBgAlpha, "100")); this.Params.canvasBorderColor = formatHexColor(getFirstValue(levelOneNodes[i].attributes.canvasBorderColor, "333333")); this.Params.canvasBorderThickness = Number(getFirstValue(levelOneNodes[i].attributes.canvasBorderThickness, "2")); //The upper and lower limits of y and x axis this.Params.yAxisMinValue = levelOneNodes[i].attributes.yAxisMinvalue; this.Params.yAxisMaxValue = levelOneNodes[i].attributes.yAxisMaxvalue; this.Params.animation = Number(getFirstValue(levelOneNodes[i].attributes.animation, "1")); //Configuration to set whether to show the names or not this.Params.showNames = Number(getFirstValue(levelOneNodes[i].attributes.showNames, "1")); this.Params.ShowValues = Number(getFirstValue(levelOneNodes[i].attributes.ShowValues, "1")); //Option to show/hide limits this.Params.showLimits = Number(getFirstValue(levelOneNodes[i].attributes.showLimits, "1")); //Show column shadows this.Params.showColumnShadow = Number(getFirstValue(levelOneNodes[i].attributes.showColumnShadow, "1")); //Option to show vertical x-axis labels this.Params.rotateNames = Number(getFirstValue(levelOneNodes[i].attributes.rotateNames, "0")); //Horizontal grid division Lines - Number, color, thickness & alpha this.Params.numDivLines = Number(getFirstValue(levelOneNodes[i].attributes.numDivLines, "4")); this.Params.divLineColor = formatHexColor(getFirstValue(levelOneNodes[i].attributes.divLineColor, "CCCCCC")); this.Params.divLineThickness = Number(getFirstValue(levelOneNodes[i].attributes.divLineThickness, "1")); this.Params.divLineAlpha = Number(getFirstValue(levelOneNodes[i].attributes.divLineAlpha, "100")); this.Params.showDivLineValue = Number(getFirstValue(levelOneNodes[i].attributes.showDivLineValue, "1")); //Vertical div lines this.Params.numVDivLines = Number(getFirstValue(levelOneNodes[i].attributes.numVDivLines, "0")); this.Params.vDivLineColor = formatHexColor(getFirstValue(levelOneNodes[i].attributes.vDivLineColor, this.Params.divLineColor)); this.Params.vDivLineThickness = Number(getFirstValue(levelOneNodes[i].attributes.vDivLineThickness, this.Params.divLineThickness)); this.Params.vDivLineAlpha = Number(getFirstValue(levelOneNodes[i].attributes.vDivLineAlpha, this.Params.divLineAlpha)); //Alternating grid colors this.Params.showAlternateHGridColor = Number(getFirstValue(levelOneNodes[i].attributes.showAlternateHGridColor, "0")); this.Params.alternateHGridColor = formatHexColor(getFirstValue(levelOneNodes[i].attributes.alternateHGridColor, this.Params.divLineColor)); this.Params.alternateHGridAlpha = Number(getFirstValue(levelOneNodes[i].attributes.alternateHGridAlpha, "30")); this.Params.showAlternateVGridColor = Number(getFirstValue(levelOneNodes[i].attributes.showAlternateVGridColor, "0")); this.Params.alternateVGridColor = formatHexColor(getFirstValue(levelOneNodes[i].attributes.alternateVGridColor, this.Params.VDivLineColor)); this.Params.alternateVGridAlpha = Number(getFirstValue(levelOneNodes[i].attributes.alternateVGridAlpha, "30")); //Zero Plane this.Params.zeroPlaneColor = formatHexColor(getFirstValue(levelOneNodes[i].attributes.zeroPlaneColor, "CCCCCC")); this.Params.zeroPlaneThickness = Number(getFirstValue(levelOneNodes[i].attributes.zeroPlaneThickness, "2")); this.Params.zeroPlaneAlpha = Number(getFirstValue(levelOneNodes[i].attributes.zeroPlaneAlpha, "100")); //Hover Caption - Show/Hide, Background Color, Border Color, Separator Character this.Params.showHoverCap = Number(getFirstValue(levelOneNodes[i].attributes.showHoverCap, "1")); this.Params.hoverCapBgColor = formatHexColor(getFirstValue(levelOneNodes[i].attributes.hoverCapBgColor, levelOneNodes[i].attributes.hoverCapBg, "F1F1F1")); this.Params.hoverCapBorderColor = formatHexColor(getFirstValue(levelOneNodes[i].attributes.hoverCapBorderColor, levelOneNodes[i].attributes.hoverCapBorder, "666666")); this.Params.hoverCapSepChar = getFirstValue(levelOneNodes[i].attributes.hoverCapSepChar, ", "); //Font Properties this.Params.baseFont = getFirstValue(levelOneNodes[i].attributes.baseFont, "Verdana"); this.Params.baseFontSize = Number(getFirstValue(levelOneNodes[i].attributes.baseFontSize, "9")); this.Params.baseFontColor = formatHexColor(getFirstValue(levelOneNodes[i].attributes.baseFontColor, "000000")); this.Params.outCnvBaseFont = getFirstValue(levelOneNodes[i].attributes.outCnvBaseFont, this.Params.baseFont); this.Params.outCnvBaseFontSize = Number(getFirstValue(levelOneNodes[i].attributes.outCnvBaseFontSize, this.Params.baseFontSize)); this.Params.outCnvBaseFontColor = formatHexColor(getFirstValue(levelOneNodes[i].attributes.outCnvBaseFontColor, this.Params.baseFontColor)); //Option whether the format the number (using Commas) this.Params.formatNumber = Number(getFirstValue(levelOneNodes[i].attributes.formatNumber, "1")); //Option to format number scale this.Params.formatNumberScale = Number(getFirstValue(levelOneNodes[i].attributes.formatNumberScale, "1")); //Number prefix and suffix this.Params.numberPrefix = getFirstValue(this.unescapeStr(levelOneNodes[i].attributes.numberPrefix), ""); this.Params.numberSuffix = getFirstValue(this.unescapeStr(levelOneNodes[i].attributes.numberSuffix), ""); //Decimal Separator Character this.Params.decimalSeparator = getFirstValue(levelOneNodes[i].attributes.decimalSeparator, "."); //Thousand Separator Character this.Params.thousandSeparator = getFirstValue(levelOneNodes[i].attributes.thousandSeparator, ","); //Decimal Precision (number of decimal places to be rounded to) this.Params.decimalPrecision = Number(getFirstValue(levelOneNodes[i].attributes.decimalPrecision, "2")); //Div Line display value decimal Precision this.Params.divLineDecimalPrecision = Number(getFirstValue(levelOneNodes[i].attributes.divLineDecimalPrecision, this.Params.decimalPrecision)); //Chart Limits display value decimal precision this.Params.limitsDecimalPrecision = Number(getFirstValue(levelOneNodes[i].attributes.limitsDecimalPrecision, this.Params.decimalPrecision)); //Decimal Precision cannot be less than 0 - so adjust it if (this.Params.decimalPrecision<0) { this.Params.decimalPrecision = 0; } //Chart Margins this.Params.chartLeftMargin = Number(getFirstValue(levelOneNodes[i].attributes.chartLeftMargin, "15")); this.Params.chartRightMargin = Number(getFirstValue(levelOneNodes[i].attributes.chartRightMargin, "15")); this.Params.chartTopMargin = Number(getFirstValue(levelOneNodes[i].attributes.chartTopMargin, "15")); //If the legend is not to be shown, not much of a need for bottom margin this.Params.chartBottomMargin = Number(getFirstValue(levelOneNodes[i].attributes.chartBottomMargin, "15")); //All the properties have been extracted //Therefore, now we move on to extract the data contained in CATEGORIES, DATA and TRENDLINES nodes levelTwoNodes = levelOneNodes[i].childNodes; for (j=0; j<=levelTwoNodes.length; j++) { if (levelTwoNodes[j].nodeName.toUpperCase() == "SET") { this.Params.num++; //Extract the attributes var setValue = levelTwoNodes[j].attributes.value; var setLink = unescape(levelTwoNodes[j].attributes.link); var setName = getFirstValue(levelTwoNodes[j].attributes.name, ""); var setHoverText = getFirstValue(levelTwoNodes[j].attributes.hoverText, setName); var setAlpha = Number(getFirstValue(levelTwoNodes[j].attributes.alpha, "100")); var setShowName = Number(getFirstValue(levelTwoNodes[j].attributes.showName, this.Params.showNames)); var setColor = formatHexColor(getFirstValue(levelTwoNodes[j].attributes.color, "FF5904")); //Check for negative number if (setValue<0) { this.Params.negativeNumPresent = true; this.Params.numNegativeNumbers++; } //If setValue is undefined or null i.e, null set if (setValue == undefined || setValue == null || setValue == "") { //Create an empty dataset element this.data[this.Params.num] = new Chart.dataItem(setName, 0, setColor, setLink, 0, setHoverText, setShowName); } else { //Create the normal object to represent it this.data[this.Params.num] = new Chart.dataItem(setName, Number(setValue), setColor, setLink, setAlpha, setHoverText, setShowName); } } else if (levelTwoNodes[j].nodeName.toUpperCase() == "TRENDLINES") { //Extract the trendlines info //Means the node represents the TRENDLINES element //So, get a reference to its child nodes trendLineNodes = levelTwoNodes[j].childNodes; //Now, we need to iterate through each line node for (k=0; k<=trendLineNodes.length; k++) { //Check if the element is a LINE Element if (trendLineNodes[k].nodeName.toUpperCase() == "LINE") { //Increment the counter by 1 this.Params.numTrendLines++; //Extract the data var lineStartValue = Number(getFirstValue(trendLineNodes[k].attributes.startValue, trendLineNodes[k].attributes.value, "0")); var lineEndValue = Number(getFirstValue(trendLineNodes[k].attributes.endValue, lineStartValue)); var lineColor = formatHexColor(getFirstValue(trendLineNodes[k].attributes.color, "000000")); var lineDisplayValue = getFirstValue(trendLineNodes[k].attributes.displayValue, this.formatNumber(lineStartValue)); var lineThickness = Number(getFirstValue(trendLineNodes[k].attributes.thickness, "1")); var lineShowOnTop = Number(getFirstValue(trendLineNodes[k].attributes.ShowOnTop, "0")); var lineIsTrendZone = Number(getFirstValue(trendLineNodes[k].attributes.isTrendZone, "0")); var defaultLineAlpha; defaultLineAlpha = (lineIsTrendZone == 1) ? 40 : 99; var lineAlpha = Number(getFirstValue(trendLineNodes[k].attributes.alpha, defaultLineAlpha)); this.TrendLines[this.Params.numTrendLines] = new Chart.trendLine(lineStartValue, lineEndValue, lineColor, lineDisplayValue, lineThickness, lineAlpha, lineShowOnTop, lineIsTrendZone); } } //Free memory resources delete trendLineNodes; } } } } //Now, remove the unwanted data/objects from memory delete levelTwoNodes; delete levelOneNodes; //Call the function to calculate y-axis upper and lower limits this.calcYAxisLimits(); }; Chart.prototype.getYAxisMaxValue = function() { //This method returns the highest y-axis value //By default we assume the max value to be that of the first data var intMaxVal = this.data[1].value; //Iterate through each of the data for (i=1; i<=this.Params.num; i++) { if (this.data[i].value>intMaxVal && this.data[i].showDataSet == 1) { intMaxVal = this.data[i].value; } } //Return the value return intMaxVal; }; Chart.prototype.getYAxisMinValue = function() { //This method returns the lowest y-axis value //By default we assume the min value to be that of the first data var intMinVal = this.data[1].value; //Now, iterate through each of the values to compare //Iterate through each of the data for (i=1; i<=this.Params.num; i++) { if (this.data[i].valueminValue) { this.Params.yAxisMinValue = y_lowerBound; } this.Params.yAxisMaxValue = Number(this.Params.yAxisMaxValue); this.Params.yAxisMinValue = Number(this.Params.yAxisMinValue); }; Chart.prototype.calculatePoints = function() { //This function calculates the pixel co-ordinates of all //the elements on the chart. //Calculate the y axis interval this.Params.yAxisInterval = this.Params.yAxisMaxValue-this.Params.yAxisMinValue; //First, we'll calculate the height, start y pos & end y position of the canvas //We first assume the canvas height to be of the same size as the stage height //Step by step, we'll now deduct the margins and elements height to get the actual height var LCanvasHeight = _chartHeight; var LCanvasWidth = _chartWidth; var LCanvasStartX, LCanvasEndX, LCanvasStartY, LCanvasEndY; var verticalBlockedHt = 0; var horizontalBlockWd = 0; //Deduct the top and bottom margins LCanvasHeight = LCanvasHeight-(this.Params.chartTopMargin+this.Params.chartBottomMargin); verticalBlockedHt = this.Params.chartTopMargin; //Now, if the caption is to be shown, deduct the height of the caption var LCaption; if (this.Params.showCaption == 1) { LCaption = createText(25001, this.Params.caption, this.Constants.calcTextXPos, this.Constants.calcTextYPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, true, "center", "center", null, true); //Create an object in this.objects representing this caption object this.objects.caption = new Chart.cObject(_FCXShift, _FCYShift+verticalBlockedHt+(LCaption.textHeight/2), LCaption.textHeight, LCaption.textWidth); //Add to blocked height and canvas size LCanvasHeight = LCanvasHeight-LCaption.textHeight; verticalBlockedHt = verticalBlockedHt+LCaption.textHeight; } //Space for sub caption if (this.Params.showSubCaption == 1) { LCaption = createText(25001, this.Params.subCaption, this.Constants.calcTextXPos, this.Constants.calcTextYPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, true, "center", "center", null, true); //Create an object in this.objects representing this caption object this.objects.subCaption = new Chart.cObject(_FCXShift, _FCYShift+verticalBlockedHt+(LCaption.textHeight/2), LCaption.textHeight, LCaption.textWidth); //Add to blocked height and canvas size LCanvasHeight = LCanvasHeight-LCaption.textHeight; verticalBlockedHt = verticalBlockedHt+LCaption.textHeight; } //Extra space - 20 pixels - only required if caption/subcaption to be shown if ((this.Params.showCaption == 1) || (this.Params.showSubCaption == 1)) { LCanvasHeight = LCanvasHeight-20; verticalBlockedHt = verticalBlockedHt+20; } LCanvasStartY = _FCYShift+verticalBlockedHt; //Now, we get the height of the x-axis labels (categories) var LMaxCatNameHeight = 0; var LCatNameHeight = 0; //We'll calculate the max length of the x-axis label height (if the labels are to be shown) if (this.Params.shownames == 1) { for (i=1; i<=this.Params.num; i++) { if (this.data[i].showName == 1) { if (this.Params.rotateNames == 1) { //If the name is to be rendered in rotated style LCatNameHeight = createText(25001, this.data[i].name, this.Constants.calcTextXPos, this.Constants.calcTextYPos, _embedFontFace, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, false, "center", "center", this.Constants.catTextRotationAngle, true).textHeight; } else { //Straight text LCatNameHeight = createText(25001, this.data[i].name, this.Constants.calcTextXPos, this.Constants.calcTextYPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, false, "center", "center", this.Params.rotateNames, true).textHeight; } } //Now, if the current cat height is more than the previous text height //Override the value if (LCatNameHeight>LMaxCatNameHeight) { LMaxCatNameHeight = LCatNameHeight; } } //Deduct them from space blocked and total space LCanvasHeight = LCanvasHeight-LMaxCatNameHeight; verticalBlockedHt = verticalBlockedHt+LMaxCatNameHeight; } //Now, for x-axis name //Space for sub caption if (this.Params.xAxisName != "") { LCaption = createText(25001, this.Params.xAxisName, this.Constants.calcTextXPos, this.Constants.calcTextYPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, true, "center", "center", null, true); //Create an object in this.objects representing this caption object this.objects.xAxisName = new Chart.cObject(_FCXShift, _FCYShift+verticalBlockedHt+(LCaption.textHeight/2), LCaption.textHeight, LCaption.textWidth); //Add to blocked height and canvas size LCanvasHeight = LCanvasHeight-LCaption.textHeight; verticalBlockedHt = verticalBlockedHt+LCaption.textHeight; } //Calculate the end Y of the canvas LCanvasEndY = LCanvasStartY+LCanvasHeight; //********* For the start and end X of the canvas ********* //Add the left margin horizontalBlockWd = horizontalBlockWd+this.Params.chartLeftMargin; LCanvasWidth = LCanvasWidth-(this.Params.chartLeftMargin+this.Params.chartRightMargin); var horizontalMaxLength = 0; var horTextWidth, horTextWidth_2; //Now, we need to get the max length of the text of either of the following: //Y-axis name //Limit textboxes //Div Line Textboxes //Trend Line textboxes if (this.Params.yAxisName != "") { //Get the textwidth for y axis name horTextWidth = createText(25001, this.Params.yAxisName, this.Constants.calcTextXPos, this.Constants.calcTextYPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, false, "center", "center", 270, true).textWidth; //So-set the canvas start and end position horizontalBlockWd = horizontalBlockWd+horTextWidth; LCanvasWidth = LCanvasWidth-horizontalBlockWd; //Create an object representing the y axis name this.objects.yAxisName = new Chart.cObject(_FCXShift+horizontalBlockWd-horTextWidth, 0, horTextWidth, 0); } //First, we count for the limits textboxes (if they are to be shown) if (this.Params.showLimits == 1) { //Get the textwidth for upper limit horTextWidth = createText(25001, this.formatNumber(this.Params.yAxisMaxValue, this.Params.limitsDecimalPrecision), this.Constants.calcTextXPos, this.Constants.calcTextYPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, false, "center", "center", null, true).textWidth; //Count for lower limit horTextWidth_2 = createText(25001, this.formatNumber(this.Params.yAxisMinValue, this.Params.limitsDecimalPrecision), this.Constants.calcTextXPos, this.Constants.calcTextYPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, false, "center", "center", null, true).textWidth; //Get the higher value if (horTextWidth>horTextWidth_2) { horizontalMaxLength = horTextWidth; } else { horizontalMaxLength = horTextWidth_2; } } //Now, we calculate the div lines values (if needed) var divLineValue; //Get the value for each div line to be created for (i=1; i<=this.Params.numDivLines; i++) { divLineValue = (this.Params.yAxisMinValue+i*(this.Params.yAxisInterval/(this.Params.numDivLines+1))); //Format this div line value and set it in a div line object this.Divlines[this.Params.numDivLines-i+1] = new Chart.divLine(divLineValue, this.formatNumber(divLineValue, this.Params.divLineDecimalPrecision), this.Params.showDivLineValue); //Now, if the div line text is to be shown, get the text width if (this.Params.showDivLineValue == 1) { horTextWidth = createText(25001, this.Divlines[i].displayValue, this.Constants.calcTextXPos, this.Constants.calcTextYPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, false, "center", "center", null, true).textWidth; //If it's greater, then re-set the max length if (horTextWidth>horizontalMaxLength) { horizontalMaxLength = horTextWidth; } } } //Now, we count for the width of trend line display values if any for (i=0; i<=this.Params.numTrendLines; i++) { horTextWidth = createText(25001, this.TrendLines[i].displayValue, this.Constants.calcTextXPos, this.Constants.calcTextYPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, false, "center", "center", null, true).textWidth; //If it's greater, then re-set the max length if (horTextWidth>horizontalMaxLength) { horizontalMaxLength = horTextWidth; } } //Now, we have the maximum text length //So-set the canvas start and end position horizontalBlockWd = horizontalBlockWd+horizontalMaxLength; LCanvasWidth = LCanvasWidth-horizontalMaxLength; LCanvasStartX = _FCXShift+horizontalBlockWd; LCanvasEndX = LCanvasStartX+LCanvasWidth; //Create a canvas object in this.Objects this.Objects.canvas = new Chart.cObject(LCanvasStartX, LCanvasStartY, LCanvasHeight, LCanvasWidth); //Now that we have the canvas size calculate, we calculate the position of the various elements on the chart //------------------------------------------------------------// //We now get the position of all the columns on the chart //Determine the per-unit-pixel factor this.Params.perUnitPixels = this.Objects.Canvas.height/this.Params.yAxisInterval; //Zero plane position calculation //Set the negativeNumPresent and showZeroPlane flag to the correct value if (this.Params.negativeNumPresent || this.Params.yAxisMinValue<0) { if (this.Params.yAxisMaxValue>=0) { this.Params.showZeroPlane = true; } } //Now if the zero plane is to be shown, calculate the zero plane pos if (this.Params.showZeroPlane) { this.Params.zeroPlanePos = (this.Objects.Canvas.yPos+this.Objects.Canvas.height)-(this.Params.perUnitPixels*(0-this.Params.yAxisMinValue)); } else { this.Params.zeroPlanePos = (this.Objects.Canvas.yPos+this.Objects.Canvas.height); } //First, width calculation //By default, we calculate our own values //The total spacing on a chart canvas would be 20% of the canvas width var canvasSpace = (.2*(this.Objects.Canvas.width-(2*this.Constants.CCanvasPadding))); //Get the width of individual column var columnWidth, interColSpace; columnWidth = (this.Objects.Canvas.width-((2*this.Constants.CCanvasPadding)+canvasSpace))/this.Params.num; //Max columnwidth 50 if (columnWidth>50) { columnWidth = 50; canvasSpace = this.Objects.Canvas.width-((2*this.Constants.CCanvasPadding)+(this.Params.num*columnWidth)); } interColSpace = canvasSpace/(this.Params.num+1); //Assign to global this.Params.columnWidth = columnWidth; //Get the position of the columns now. for (i=1; i<=this.Params.Num; i++) { this.data[i].xPos = this.Constants.CCanvasPadding+this.Objects.Canvas.xPos+(interColSpace*i)+columnWidth*(i-0.5); //Set the y position this.data[i].yPos = this.Params.zeroPlanePos; //Now, height for each column if (this.Params.yAxisMinValue>0) { this.data[i].height = (this.data[i].value-this.Params.yAxisMinValue)*this.Params.perUnitPixels; } else { this.data[i].height = Math.abs(this.data[i].value)*this.Params.perUnitPixels; } this.data[i].width = this.Params.columnWidth; //Calculate the value tb Position this.data[i].valueTbX = this.data[i].xpos; if (this.data[i].value>=0) { this.data[i].valueTbY = this.data[i].ypos-this.data[i].height; } else { this.data[i].valueTbY = this.data[i].ypos+this.data[i].height; } } //Now, horizontal divlines var divLineHorizontalSpace; divLineHorizontalSpace = this.Objects.Canvas.height/(this.Params.numDivLines+1); for (i=1; i<=this.Params.numDivLines; i++) { //Start and end position of a div line is the same as that of the canvas this.Divlines[i].startXPos = this.Objects.Canvas.xPos; this.Divlines[i].endXPos = this.Objects.Canvas.xPos+this.Objects.Canvas.width; //Calculate the y position of the div line this.Divlines[i].startYPos = this.Objects.Canvas.yPos+(divLineHorizontalSpace*i); this.Divlines[i].endYPos = this.Objects.Canvas.yPos+(divLineHorizontalSpace*i); } //Calculate the x and y positions of the trend lines for (i=1; i<=this.Params.numTrendLines; i++) { //Set the x position this.TrendLines[i].startXPos = this.Objects.Canvas.xPos; this.TrendLines[i].endXPos = this.Objects.Canvas.xPos+this.Objects.Canvas.width; this.TrendLines[i].startYPos = this.getAxisPosition(this.TrendLines[i].startValue, this.Params.yAxisMaxValue, this.Params.yAxisMinValue, this.Objects.Canvas.yPos, this.Objects.Canvas.yPos+this.Objects.Canvas.height, true); this.TrendLines[i].endYPos = this.getAxisPosition(this.TrendLines[i].endValue, this.Params.yAxisMaxValue, this.Params.yAxisMinValue, this.Objects.Canvas.yPos, this.Objects.Canvas.yPos+this.Objects.Canvas.height, true); } }; Chart.prototype.formatNumber = function(number, decimalPrecision) { //This function formats a number in FusionCharts format //decimalPrecision here is optional var precision; //If no decimalPrecision specified take the global one if (decimalPrecision == undefined || decimalPrecision == null) { precision = this.Params.decimalPrecision; } else { precision = decimalPrecision; } var intNum = number; var strScale = ""; //If number is to be scaled if (this.Params.formatNumberScale == 1) { if (Math.abs(intNum)>=1000) { strScale = "K"; intNum = intNum/1000; } if (Math.abs(intNum)>=1000) { strScale = "M"; intNum = intNum/1000; } } //Convert it into string var strNum = String(intNum); //We format the number if required if (this.Params.formatNumber == 1) { //Format the decimal precision strNum = Math.formatDecimals(intNum, precision); //Format the commas in the number strNum = formatCommas(String(strNum), this.Params.thousandSeparator, this.Params.decimalSeparator); } //Now, we append the prefix and the suffix strNum = this.Params.numberPrefix+strNum+strScale+this.Params.numberSuffix; return strNum; }; Chart.prototype.getLevel = function() { //This function returns the highest current level in the movie which does not contain an object. //Increase the last depth _global._FCLastLevel++; //Return it return _global._FCLastLevel; }; Chart.prototype.getAxisPosition = function(value, upperLimit, lowerLimit, startAxisPos, endAxisPos, isYAxis) { //This function returns the axis position of a value on an axis //having specified upper limit and lower limit and specified axes positions //Set default for isYAxis if (isYAxis == null || isYAxis == undefined) { isYAxis = false; } var numericalInterval = (upperLimit-lowerLimit); if (isYAxis) { var positionInterval = (endAxisPos-startAxisPos); var relativePosition = (positionInterval/numericalInterval)*(value-lowerLimit); //If it's a y axis co-ordinate then go according to Flash's co-ordinate system //(y decreases as we go upwards) var absolutePosition = endAxisPos-relativePosition; } else { var positionInterval = (endAxisPos-startAxisPos)-(2*this.Constants.CCanvasPadding); var relativePosition = (positionInterval/numericalInterval)*(value-lowerLimit); //The normal x-axis rule - increases as we go right var absolutePosition = startAxisPos+this.Constants.CCanvasPadding+relativePosition; } return absolutePosition; }; //**** Chart Element Rendering Methods ****// Chart.prototype.drawBackground = function() { //This function renders the background of the chart var level = this.getLevel(); //Set start level index this.Params.chartStartLevel = level; this.drawRectangle(this.getLevel(), _FCXShift, _FCYShift, _FCXShift+_chartWidth, _FCYShift+_chartHeight, this.Params.bgColor, this.Params.bgColor, 0, 0, this.Params.bgAlpha); }; Chart.prototype.loadBgSWF = function() { //This function loads the background chart swf file //First create a container movie clip createEmptyMovieClip("ASMov_bgSWF", this.getLevel()); //Get a reference to the same mcbgSWF = eval("ASMov_bgSWF"); //Load the external movie mcbgSWF.loadMovie(this.Params.bgSWF); }; Chart.prototype.drawCanvas = function() { //This function renders the canvas of the chart //Basically, the canvas is a small rectangle with the specified fill and border color this.drawRectangle(this.getLevel(), this.Objects.Canvas.xPos, this.Objects.Canvas.yPos, this.Objects.Canvas.xPos+this.Objects.Canvas.width, this.Objects.Canvas.yPos+this.Objects.Canvas.height, this.Params.canvasBorderColor, this.Params.canvasBgColor, 0, 0, this.Params.canvasBgAlpha); }; Chart.prototype.drawCanvasBorder = function() { //This function renders the overlay canvas border of the chart this.drawRectangle(this.getLevel(), this.Objects.Canvas.xPos, this.Objects.Canvas.yPos, this.Objects.Canvas.xPos+this.Objects.Canvas.width, this.Objects.Canvas.yPos+this.Objects.Canvas.height, this.Params.canvasBorderColor, this.Params.canvasBgColor, this.Params.canvasBorderThickness, 100, 0); }; Chart.prototype.drawGridBg = function() { //This function renders the grid background //First render the vertical grid background var verticalDivSpacing; var verticalGridStartXPos; var verticalGridEndXPos; verticalDivSpacing = this.Objects.Canvas.width/(this.Params.numVDivLines+1); for (i=1; i<=this.Params.numVDivLines+1; i=i+2) { //Start from left //Get the positions verticalGridStartXPos = this.Objects.Canvas.xPos+((i-1)*verticalDivSpacing); verticalGridEndXPos = this.Objects.Canvas.xPos+(i*verticalDivSpacing); //Show only if to be shown and if vertical div lines are more than 1 if ((this.Params.showAlternateVGridColor == 1) && (this.Params.numVDivLines>1)) { this.drawRectangle(this.getLevel(), verticalGridStartXPos, this.Objects.Canvas.yPos, verticalGridEndXPos, this.Objects.Canvas.yPos+this.Objects.Canvas.height, "ffffff", this.Params.alternateVGridColor, 0, 0, this.Params.alternateVGridAlpha); } } //Now render the horizontal grid background for (i=1; i<=this.Params.numDivLines; i=i+2) { //Start from top //Show only if to be shown and if vertical div lines are more than 1 if ((this.Params.showAlternateHGridColor == 1) && (this.Params.numDivLines>1)) { if (i == this.Params.numDivLines) { //Now if it has reached the last one - the end position will be end of canvas this.drawRectangle(this.getLevel(), this.divLines[i].startXPos, this.divLines[i].startYPos, this.Objects.Canvas.xPos+this.Objects.Canvas.width, this.Objects.Canvas.yPos+this.Objects.Canvas.height, "ffffff", this.Params.alternateHGridColor, 0, 0, this.Params.alternateHGridAlpha); } else { //Normal - between 2 existing div line objects - Create the rectangle this.drawRectangle(this.getLevel(), this.divLines[i].startXPos, this.divLines[i].startYPos, this.divLines[i+1].endXPos, this.divLines[i+1].endYPos, "ffffff", this.Params.alternateHGridColor, 0, 0, this.Params.alternateHGridAlpha); } } } }; Chart.prototype.drawDivLines = function() { //This function draws the div lines on the chart for (i=1; i<=this.Params.numDivLines; i++) { //Draw the div line this.drawLine(this.divLines[i].startXPos, this.divLines[i].startYPos, this.divLines[i].endXPos, this.divLines[i].endYPos, this.Params.divLineThickness, this.Params.divlinecolor, this.Params.divLineAlpha, this.getLevel()); //Also, render the text of this div line if (this.divLines[i].showValue == 1) { if (!((this.Params.showZeroPlane) && (this.divLines[i].value == 0))) { createText(this.getLevel(), this.divLines[i].displayValue, this.divLines[i].startXPos, this.divLines[i].startYPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, false, "right", "center", null, true); } } } //We'll also render the vertial div lines //Vertical div lines var verticalDivSpacing; var verticalDivLineXPos; verticalDivSpacing = this.Objects.Canvas.width/(this.Params.numVDivLines+1); for (i=1; i<=this.Params.numVDivLines; i++) { verticalDivLineXPos = this.Objects.Canvas.xPos+(i*verticalDivSpacing); this.drawLine(verticalDivLineXPos, this.Objects.Canvas.yPos, verticalDivLineXPos, this.Objects.Canvas.yPos+this.Objects.Canvas.height, this.Params.VDivLineThickness, this.Params.VDivlinecolor, this.Params.VDivLineAlpha, this.getLevel()); } }; Chart.prototype.setLabels = function() { //This function sets the various labels on the chart //We first set the limits (if needed) if (this.Params.showLimits == 1) { //Upper Limit createText(this.getLevel(), this.formatNumber(this.Params.yAxisMaxValue, this.Params.limitsDecimalPrecision), this.Objects.Canvas.xPos, this.Objects.Canvas.yPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, true, "right", "center", null, true); //Lower Limit createText(this.getLevel(), this.formatNumber(this.Params.yAxisMinValue, this.Params.limitsDecimalPrecision), this.Objects.Canvas.xPos, this.Objects.Canvas.yPos+this.Objects.Canvas.height, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, true, "right", "center", null, true); } //Set the x-axis name if (this.Params.xAxisName != "") { createText(this.getLevel(), this.Params.xAxisName, this.Objects.Canvas.xPos+(this.Objects.Canvas.width/2), this.Objects.Canvas.height+this.Objects.xAxisName.yPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, true, "center", "center", null, true); } //Y Axis Name if (this.Params.yAxisName != "") { createText(this.getLevel(), this.Params.yAxisName, this.Objects.yAxisName.xPos, this.Objects.Canvas.yPos+(this.Objects.Canvas.height/2), "Verdana", Number(this.Params.outCnvBaseFontSize)+1, this.Params.outCnvBaseFontColor, false, "center", "center", 270, true); } //Y-axis name //Now, set the category labels (if its to be shown)outCnvBase for (i=1; i<=this.Params.num; i++) { if (this.data[i].showName == 1) { if (this.Params.rotateNames == 1) { //If the name is to be rendered in rotated style createText(this.getLevel(), this.data[i].name, this.data[i].xPos, this.Objects.Canvas.yPos+this.Objects.Canvas.height+2, _embedFontFace, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, false, "right", "center", this.Constants.catTextRotationAngle, true); } else { //Straight text createText(this.getLevel(), this.data[i].name, this.data[i].xPos, this.Objects.Canvas.yPos+this.Objects.Canvas.height+2, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, false, "center", "right", null, true); } } } //Render the chart caption if (this.Params.showCaption == 1) { createText(this.getLevel(), this.Params.caption, this.Objects.Canvas.xPos+(this.Objects.Canvas.width/2), this.Objects.Caption.yPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, true, "center", "center", null, true); } if (this.Params.showSubCaption == 1) { createText(this.getLevel(), this.Params.subCaption, this.Objects.Canvas.xPos+(this.Objects.Canvas.width/2), this.Objects.subCaption.yPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, true, "center", "center", null, true); } }; Chart.prototype.drawTrendLines = function(showOverlay) { //This function renders the trend lines on the chart //This function draws the div lines on the chart for (i=1; i<=this.Params.numTrendLines; i++) { //Draw the trend line only if none of the y values are undefined and the value is between the defined limits if (this.TrendLines[i].startYPos != undefined && this.TrendLines[i].endYPos != undefined && (this.TrendLines[i].startValue>=this.Params.yAxisMinValue && this.TrendLines[i].startValue<=this.Params.yAxisMaxValue) && (this.TrendLines[i].endValue>=this.Params.yAxisMinValue && this.TrendLines[i].endValue<=this.Params.yAxisMaxValue)) { //Draw the trendline if (this.TrendLines[i].showOnTop == showOverlay) { //If trend zone is to be made if (this.TrendLines[i].isTrendZone == 1) { this.drawRectangle(this.getLevel(), this.TrendLines[i].startXPos, this.TrendLines[i].startYPos, this.TrendLines[i].endXPos, this.TrendLines[i].endYPos, this.TrendLines[i].color, this.TrendLines[i].color, this.TrendLines[i].thickness, 0, this.TrendLines[i].alpha); //Also, render the text of this trendzone createText(this.getLevel(), this.TrendLines[i].displayValue, this.TrendLines[i].startXPos, this.TrendLines[i].startYPos+(this.TrendLines[i].endYPos-this.TrendLines[i].startYPos)/2, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.TrendLines[i].color, false, "right", "center", null, true); } else { //Create slanted trend line this.drawLine(this.TrendLines[i].startXPos, this.TrendLines[i].startYPos, this.TrendLines[i].endXPos, this.TrendLines[i].endYPos, this.TrendLines[i].thickness, this.TrendLines[i].color, this.TrendLines[i].alpha, this.getLevel()); //Also, render the text of this trendline line createText(this.getLevel(), this.TrendLines[i].displayValue, this.TrendLines[i].startXPos, this.TrendLines[i].startYPos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.TrendLines[i].color, false, "right", "center", null, true); } } } } }; Chart.prototype.drawZeroPlane = function() { //This function renders the zero plane on the chart if (this.Params.showZeroPlane) { this.drawLine(this.Objects.Canvas.xPos, this.Params.zeroPlanePos, this.Objects.Canvas.xPos+this.Objects.Canvas.width, this.Params.zeroPlanePos, this.Params.zeroPlaneThickness, this.Params.zeroPlaneColor, this.Params.zeroPlaneAlpha, this.getLevel()); //Render the text of the zero plane createText(this.getLevel(), this.formatNumber("0"), this.Objects.Canvas.xPos, this.Params.zeroPlanePos, this.Params.outCnvBaseFont, this.Params.outCnvBaseFontSize, this.Params.outCnvBaseFontColor, true, "right", "center", null, true); } }; Chart.prototype.drawValueTb = function(dataIndex) { //This function draws the value textbox for the particular column //This function renders the value textbox of a particular dataIndex //First check if we have to display the value for this particular dataset if (this.Params.showValues == 1) { //Create the text if (this.data[dataIndex].value>=0) { createText(this.getLevel(), this.formatNumber(this.data[dataIndex].value), this.data[dataIndex].valueTbX, this.data[dataIndex].valueTbY, this.Params.baseFont, this.Params.baseFontSize, this.Params.baseFontColor, false, "center", "left", null, true); } else { createText(this.getLevel(), this.formatNumber(this.data[dataIndex].value), this.data[dataIndex].valueTbX, this.data[dataIndex].valueTbY, this.Params.baseFont, this.Params.baseFontSize, this.Params.baseFontColor, false, "center", "right", null, true); } } }; Chart.prototype.renderColumn = function(dataIndex) { //This function renders a particular column. //Calculate the duplication level var dupLevel; dupLevel = this.getLevel(); //Duplicate the movie clip duplicateMovieClip("MovColumn", "MovColumn"+dupLevel, dupLevel); //Get a reference to it mc = eval("MovColumn"+dupLevel); //Pass on the parameters mc._x = this.data[dataIndex].xPos; mc._y = this.data[dataIndex].yPos; mc._width = this.data[dataIndex].width; if (this.data[dataIndex].value>=0) { mc.FCheight = this.data[dataIndex].height; } else { mc.FCheight = (-1)*(this.data[dataIndex].height); } mc.FCAnimation = this.Params.animation; mc.FCColor = this.data[dataIndex].color; mc.dataIndex = dataIndex; //Set the alpha setProperty(mc, _alpha, this.data[dataIndex].alpha); }; Chart.prototype.linkClick = function(dataIndex) { //This function navigates to a URL when a column is clicked on the chart. var linkToNav = this.data[dataIndex].link; if (linkToNav != undefined) { //We determine if a window is to be opened var strLink = new String(linkToNav); if ((strLink.CharAt(0) == "n" && strLink.CharAt(1) == "-") || (strLink.CharAt(0) == "N" && strLink.CharAt(1) == "-")) { //Means we have to open the link in a new window. //First we get the exact Link without n: finalLink = strLink.slice(2); getURL(finalLink, "_blank"); } else { //In the same window getURL(linkToNav, "_self"); } } }; Chart.prototype.renderHoverCap = function() { //This function renders the *raw* hover caption box with un-filled values //First check if Hover Caption box is required ? if (this.Params.showHoverCap == 1) { //Get the level in which hover caption will be created this.Params.hoverCapLevel = 25000+this.getLevel(); //Create the text field createTextField("ASMovHoverCaption", this.Params.hoverCapLevel, 0, 0, w, h); hoverCaption._visible = true; } }; Chart.prototype.setHoverCap = function(dataIndex) { //This function sets the position and the text values //of the hover caption box with index as the passed index if (this.Params.showHoverCap == 1) { //If hover cap is to be shown. //Create a new text-format var LHoverCapFormat = new TextFormat(); LHoverCapFormat.align = "left"; LHoverCapFormat.color = parseInt(this.Params.BaseFontColor, 16); LHoverCapFormat.font = this.Params.BaseFont; LHoverCapFormat.size = this.Params.BaseFontSize; LHoverCapFormat.leftMargin = 0; LHoverCapFormat.rightMargin = 0; //Now, make the hover caption textbox visible. ASMovHoverCaption = eval("ASMovHoverCaption"); ASMovHoverCaption._visible = true; //Set its text var sum = 0; var dsVal; //Create the text dsVal = this.formatNumber(this.data[dataIndex].value); var strText = ""; strText = strText+this.data[dataIndex].hoverText+this.Params.hoverCapSepChar+dsVal; ASMovHoverCaption.html = true; ASMovHoverCaption.htmlText = strText; ASMovHoverCaption.setTextFormat(LHoverCapFormat); ASMovHoverCaption.autoSize = true; ASMovHoverCaption.border = true; ASMovHoverCaption.borderColor = parseInt(this.Params.hoverCapBorderColor, 16); ASMovHoverCaption.background = true; ASMovHoverCaption.backgroundColor = parseInt(this.Params.hoverCapBgColor, 16); ASMovHoverCaption.multiline = true; ASMovHoverCaption.selectable = false; ASMovHoverCaption.tabEnabled = false; ASMovHoverCaption.type = "dynamic"; ASMovHoverCaption.wordWrap = false; //Set the x position if (this.data[dataIndex].xPos+ASMovHoverCaption._width/2>=_FCXShift+_chartWidth) { //Align on left ASMovHoverCaption._x = (_FCXShift+_chartWidth)-ASMovHoverCaption._width-1; } else if (this.data[dataIndex].xPos<=ASMovHoverCaption._width/2) { ASMovHoverCaption._x = 1; } else { //Normal - center aligned ASMovHoverCaption._x = this.data[dataIndex].xPos-ASMovHoverCaption._width/2; } //Set its y pos to the current y mouse pos ASMovHoverCaption._y = _ymouse-ASMovHoverCaption._height-5; } }; Chart.prototype.removeHoverCap = function() { //This function hides the hover caption ASMovHoverCaption._visible = false; }; Chart.prototype.resetPositionHoverCap = function() { //This function re-sets the y co-ordinate of the Hover Cap Box ASMovHoverCaption._y = _ymouse-ASMovHoverCaption._height-5; }; //**** General Methods *****// /* General methods are those methods which can be used with any other Flash movies for some common jobs like font rendering, shapes drawing etc. */ Chart.prototype.drawLine = function(fromX, fromY, toX, toY, lineThickness, lineColor, lineAlpha, depth) { //This function draws a line segment on the canvas based on the arguments //************** PARAMETERS ****************// //fromX - from X point //fromY - from Y point //toX - to X point //toY - to Y point //lineThickness - thickness of the line //lineColor - Color - without # like FFDDDD, 000000 //lineAlpha - Alpha of the line //depth - MC depth //******************************************// //Returns nothing //First, create a movie clip container createEmptyMovieClip("ASMovLine_"+depth, depth); mcLine = eval("ASMovLine_"+depth); mcLine.clear(); //Set the line style mcLine.lineStyle(lineThickness, parseInt(lineColor, 16), lineAlpha); //Move to position fromX, fromY mcLine.moveTo(fromX, fromY); //Draw line mcLine.lineTo(toX, toY); //remove object delete mcLine; }; Chart.prototype.drawRectangle = function(depth, fromX, fromY, toX, toY, borderColor, bgColor, borderThickness, borderAlpha, bgAlpha) { //This function draws a rectangle on the canvas based on the arguments //************** PARAMETERS ****************// //depth - Level in which this rectangle will be rendered //fromX - Starting X Position //fromY - Starting Y Position //toX - Ending X Position //toY - Ending Y Position //borderColor - Border Color of the rectangle //bgColor - Background Color of the rectangle //borderThickness - Thickness of the border of the rectangle (in pixels) //borderAlpha - Alpha (Transparency) of the border //bgAlpha - Alpha (Transparency) of the background //******************************************// //Returns nothing //First, create a movie clip container //This function draws a rectangle based on the parameters passed to it. createEmptyMovieClip("ASMovRect_"+depth, depth); mcRect = eval("ASMovRect_"+depth); mcRect.beginFill(parseInt(bgColor, 16), bgAlpha); mcRect.lineStyle(borderThickness, parseInt(borderColor, 16), borderAlpha); mcRect.moveTo(fromX, fromY); mcRect.lineTo(toX, fromY); mcRect.lineTo(toX, toY); mcRect.lineTo(fromX, toY); mcRect.lineTo(fromX, fromY); mcRect.endFill(); //Clear memory resources delete mcRect; }; Chart.prototype.unescapeStr = function(str) { //This function unescapes a string, if the dataURL method is used var unStr = str; if (LboolIsURLProvided == true) { unStr = unescape(unStr); } return unStr; }; АА Chart Class    OА  АААА   ?  &Ф//Include external relevant files //Utility Functions #include "../CodeBase/FCFunctions.as" //Utility Math routines #include "../CodeBase/FCMath.as"АА External Includes    O   АААCю№   Cю№      ЬHАА   ?  Э^АА Embedded Text     O  АААА   ?  ra 6/* Scene Name: Chart =========================================================================== This is the main scene of the entire movie where the actual chart is rendered. In this scene, we do the following: 1. Parse the XML data document to retrieve data from it and store in our local objects 2. Do various calculations to get the co-ordinates and values for all elements of the chart. 3. Render all the visual elements of the chart. External Includes in the scene: /CodeBase/FCFunctions.as - Utility Functions /CodeBase/FCMath.as - Utility Math Functions */АА Description      O АА- Color - without # like FFDDDD, 000000 //lineAlpha - Alpha of the line //depth - MC depth   CPicPage   CPicLayer   CPicFrameАА   ?   FInitializeц2АА Labels    O O АААА   ?  @ ,//-------------------------// //Chart Initialization here// //-------------------------// /* Set local width and height - this local width and height would be assumed if the user hasn't specified an exact size required for the chart - else it will be over-written. */ LChartWidth = 450; LChartHeight = 350; //Include Global Functions #include "../CodeBase/FCGlobalFunctions.as" //Include Initialization scripts #include "../CodeBase/FCInit.as" //---------------------------------------------------------------------// //----------------- CHART MOVIE PRELOADER BEGINS HERE -----------------// //---------------------------------------------------------------------// /* The pre loader has a lot of cosmetic properties that can be defined. We allow the user to take control of all those properties by specifying certain variables below. Variables that the user can specify in the chart container: PBarHeight - Required height for the progress bar. PBarWidth - Required width for the progress bar. PBarBorderColor - Border color of the progress bar PBarBorderThickness - Border thickness of the progress bar PBarBgColor - Progress bar background color (fill color of the bar) PBarTextColor - Color of the text PBarLoadingText - The actual loading text to be displayed Define local variables to store cosmetic properties */ var LPBarHeight, LPBarWidth, LPBarBorderColor, LPBarBorderThickness, LPBarBgColor, LPBarTextColor, LPBarLoadingText; //Set Progress bar Height LPBarHeight = Number(getFirstValue(_root.PBarHeight, "15")); /* Calculate the width of the progress bar :Explanation: How the width of the progress bar is being calculated? Basically, what we are aiming to do here is - Center align the progress bar elements with respect to the chart size. So, the width of the progress bar is set in such a way that is the chart width is greater than 200 pixels, the progress bar width will be 150 pixels. However, if the chart width is less than 200 pixels, then the progress bar width will be 25 pixels less than the chart width. */ LPBarWidth = (_chartWidth>200) ? 150 : (_chartWidth-25); //We also give the user an option to strong-enforce his own progress bar width value in case he wants something on his own. LPBarWidth = getFirstValue(_root.PBarWidth, LPBarWidth); LPBarBorderColor = getFirstValue(_root.PBarBorderColor, "E2E2E2"); LPBarBorderThickness = Number(getFirstValue(_root.PBarBorderThickness, "1")); LPBarBgColor = getFirstValue(_root.PBarBgColor, "E2E2E2"); LPBarTextColor = getFirstValue(_root.PBarTextColor, "666666"); LPBarLoadingText = getFirstValue(unescape(_root.PBarLoadingText), "Loading Chart. Please Wait"); //If the movie is already loaded (playing from local disk or cached), just send the control to DataLoad scene if (getBytesLoaded() == getBytesTotal()) { gotoAndPlay("DataLoad", 1); } else { //If the control is here, it means the movie isn't still loaded - so, we need to build up the preloader. //We now draw the progress bar at the center of the stage. To do this, we create an instance of the FCProgessBar class attachMovie("FCProgressBar", "FCPB", 1); FCPB.setLimits(0, getBytesTotal()); FCPB.setPosition(_chartHorCenter-(LPBarWidth/2), _chartVerCenter); FCPB.setSize(LPBarWidth, LPBarHeight); FCPB.setColors(LPBarBgColor, LPBarBorderColor); FCPB.setBorderThickness(LPBarBorderThickness); FCPB.setValue(getBytesLoaded()); FCPB.draw(); //Create the loading text createText(2, LPBarLoadingText, _chartHorCenter, _chartVerCenter-(LPBarHeight/2), "Verdana", "10", LPBarTextColor, false, "center", "left", null, false); //Create the preloader sequence _root.onEnterFrame = function() { if (getBytesLoaded()200) ? 150 : (_chartWidth-25); //We also give the user an option to strong-enforce his own progress bar width value in case he wants something on his own. LPBarWidth = getFirstValue(_root.PBarWidth, LPBarWidth); LPBarBorderColor = getFirstValue(_root.PBarBorderColor, "E2E2E2"); LPBarBorderThickness = Number(getFirstValue(_root.PBarBorderThickness, "1")); LPBarBgColor = getFirstValue(_root.PBarBgColor, "E2E2E2"); LPBarTextColor = getFirstValue(_root.PBarTextColor, "666666"); LPBarLoadingText = getFirstValue(unescape(_root.PBarLoadingText), "Loading Chart. Please Wait"); //If the movie is already loaded (playing from local disk or cached), just send the control to DataLoad scene if (getBytesLoaded() == getBytesTotal()) { gotoAndPlay("DataLoad", 1); } else { //If the control is here, it means the movie isn't still loaded - so, we need to build up the preloader. //We now draw the progress bar at the center of the stage. To do this, we create an instance of the FCProgessBar class attachMovie("FCProgressBar", "FCPB", 1); FCPB.setLimits(0, getBytesTotal()); FCPB.setPosition(_chartHorCenter-(LPBarWidth/2), _chartVerCenter); FCPB.setSize(LPBarWidth, LPBarHeight); FCPB.setColors(LPBarBgColor, LPBarBorderColor); FCPB.setBorderThickness(LPBarBorderThickness); FCPB.setValue(getBytesLoaded()); FCPB.draw(); //Create the loading text createText(2, LPBarLoadingText, _chartHorCenter, _chartVerCenter-(LPBarHeight/2), "Verdana", "10", LPBarTextColor, false, "center", "left", null, false); //Create the preloader sequence _root.onEnterFrame = function() { if (getBytesLoaded()