﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FusionCharts Forum / FusionWidgets v3 (previously FusionGadgets) / Bug Reports  / PHP and customObjects / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>FusionCharts Forum</description><link>http://www.fusioncharts.com/forum/</link><webMaster>support@fusioncharts.com</webMaster><lastBuildDate>Sat, 06 Sep 2008 02:08:32 GMT</lastBuildDate><ttl>20</ttl><item><title>PHP and customObjects</title><link>http://www.fusioncharts.com/forum/Topic429-18-1.aspx</link><description>PHP5 and Flash 8.&lt;br&gt;&lt;br&gt;I am using the html from the examples site to create a linear graph from the code below.&lt;br&gt;&lt;br&gt;Running the same code when not generated by PHP works. If I comment out the 'object' tag from below, the script runs.&lt;br&gt;&lt;br&gt;When I try to use this, I eventually get a flash failure warning. I get the same results in both MSIE and Firefox.  I'm left wondering if there is some interference with the new Object model in PHP5?&lt;br&gt;&lt;br&gt;Here is my PHP xml generation code. Again, I'm running this using the provided html for this chart, with only the xmlurl changed to xmldata.php so that this executes.&lt;br&gt;&lt;br&gt;[?&lt;br&gt;echo "[Chart upperLimit='100' lowerLimit='0' decimalPrecision='0' numberSuffix='%25' chartLeftMargin='15'  chartRightMargin='15'  chartTopMargin='5' chartBottomMargin='5'  bgAlpha='20']";&lt;br&gt;echo "[colorRange]";&lt;br&gt;echo "[color minValue='0' maxValue='33' name='Excellent' code='00FF00' alpha='0' /]";&lt;br&gt;echo "[color minValue='33' maxValue='67' name='Moderate' code='FFFF00' alpha='0' /]";&lt;br&gt;echo "[color minValue='67' maxValue='100' name='Poor' code='FF0000' alpha='0' /]";&lt;br&gt;echo "[/colorRange]";&lt;br&gt;echo "[value]33[/value]";&lt;br&gt;echo "[customObjects]";&lt;br&gt;echo "	[objectGroup xPos='0' yPos='0' showBelowChart='1']";&lt;br&gt;echo "		[object xpos='15' ypos='10' toxpos='235' toypos='32' type='rectangle' fillAsGradient='1' fillColor='009900,FFDD22,CC0000' fillAlpha='100,50,100' fillRatio='1,59,40' radius='0' /]";&lt;br&gt;echo "	[/objectGroup]";&lt;br&gt;echo "[/customObjects]";&lt;br&gt;echo "[/Chart]";&lt;br&gt;?]&lt;br&gt;</description><pubDate>Wed, 28 Feb 2007 17:21:26 GMT</pubDate><dc:creator>dumorian</dc:creator></item></channel></rss>