基本信息
源码名称:FusionCharts 46个破解swf及示例
源码大小:2.66M
文件格式:.zip
开发语言:Flash
更新时间:2019-04-15
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
里面有一个demo.asp把里面的swf列表,点击后在右侧出现swf效果,在文件夹里找跟swf一样名称的xml文档就可以找到示例。 里面共有46个破解swf文件,45个xml示例文档 文件列表: #Area2D.swf; #Bar2D.swf; #Bubble.swf; #Chinamap.swf; #Column2D.swf; #Column3D.swf; #Doughnut2D.swf; #Doughnut3D.swf; #Funnel.swf; #Line.swf; #Marimekko.swf; #MSArea.swf; #MSBar2D.swf; #MSBar3D.swf; #MSColumn2D.swf; #MSColumn3D.swf; #M SColumn3DLineDY.swf; #MSColumnLine3D.swf; #MSCombi2D.swf; #MSCombi3D.swf; #MSCombiDY2D.swf; #MSLine.swf; #MSStackedColumn2D.swf; #MSStackedColumn2DLineDY.swf; #Pareto2D.swf; #Pareto3D.swf; #Pie2D.swf; #Pie3D.swf; #Pyramid.swf; #Scatter.swf; #ScrollArea2D.swf; #ScrollColumn2D.swf; #ScrollCombi2D.swf; #ScrollCombiDY2D.swf; #ScrollLine2D.swf; #ScrollStackedColumn2D.swf; #SSGrid.swf; #StackedArea2D.swf; #StackedBar2D.swf; #StackedBar3D.swf; #StackedColumn2D.swf; #StackedColumn2DLine.swf; #StackedColumn3D.swf; #StackedColumn3DLineDY.swf; #ZoomLine.swf; FCExporter.swf;






















<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta name="author" content="HiYee.cms" />
	<title>FusionCharts demo</title>
	<script type="text/javascript" src="common.js"></script>
	<script type="text/javascript" src="FusionCharts.js"></script>
	<style type="text/css">
		html{font-size:12px;font-family:Courier New;}
		#TESTBOX{visibility:visible;width:100%;height:480px;text-align:center;}
		.tab{border-collapse:collapse;border-collapse:collapse;border:1px solid #d5d4d4;}
		.tab td,.tab th{line-height:20px;height:20px;padding:0 2px;border:1px solid #d5d4d4;}
		.tab th{height:25px;line-height:25px;background-color:#F4F4F4;border-bottom:1px solid #DDD}
		#lnk{float:left;}
		#lnk a{margin-right:10px;}
		#siz{float:right;}
		a{text-decoration:none}
		a:hover{text-decoration:underline}
		em{font-style:normal;font-weight:bold;text-decoration:none;color:red}
	</style>
	<script language="javascript" type="text/javascript">
	/*<![CDATA[*/
//function createChartSection(chartswf,divname,xmldata,chartid){
//  if(document.readyState!="complete"){
//   var argu =$A(arguments);
//   var fakeFunction=(function(){createChartSection.apply(null,argu)});
//   setTimeout(fakeFunction,10);
//   return;
//  }
//  if(null==chartswf||null==divname||$(divname)==null){
//   return;
//  }
//  var div=$(divname);
//  div.style.border=0;
//  div.style.padding=0;
//  div.style.margin=0;
//  if(chartid==null)chartid=random();
//  var chart = new FusionCharts(chartswf,chartid, div.clientWidth,div.clientHeight, "0", "0");
//  chart.setDataXML(xmldata);
//  chart.render(divname);
// }
	function getCharts(act,op){
		op.id="TESTBOX"
		req(escape(act),{done:drawChart,fail:function(a,b,c){alert('错误:' a '\nURI:[' "http://" window.location.host getRoot(b) ']')},extra:op});
	}
	</script>

</head>
<body>
<div style="text-align:center">
	<h1 >FusionCharts XML <strong>应用实例</strong></h1>
	<div style="margin:0 0 10px">注意:加<font color="red">#</font>号的为破解版本,<font color="red">!!</font>号的为无应用实例,<a href="http://www.fusioncharts.com/demos/business/" target="_blank">访问官网实例</a></div>
</div>
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td width="60%" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="tab">
        <tr>
          <th>文件名 / 大小 / 创建日期</th>
          <th>文件名 / 大小 / 创建日期</th>
        </tr>
<%
Dim fso,theFolder,theFile,thisfile,FileCount,TotalSize,TotalSize_Page,i,forms
Set fso=Server.CreateObject("Scripting.FileSystemObject")
	iPath=Server.MapPath("./")
	Set theFolder=fso.GetFolder(iPath)
	FileCount=1
	TotalSize_Page=0
%>
        <tr>
<%
For Each theFile In theFolder.Files
	If LCase(fso.GetExtensionName(theFile))="swf" Then
	nakName=Replace(theFile.Name,".swf","")
	If Not fso.FileExists(iPath&"/"&nakName&".xml") Then
		Exis=Replace(theFile.Name,"#","<em>#</em>")&" <strong style='color:red'>!!</strong>"&vbCrLf
	Else
		Exis="<a href='javascript:getCharts("""&nakName&".xml"",{swf:"""&theFile.Name&"""})'>"&Replace(theFile.Name,"#","<em>#</em>")&"</a>"&vbCrLf
	End If
%>
          <td><span id="lnk"><%=Exis%></span><span id="siz"><%=FormatNumber(theFile.size/1024,1)&" KB"%> <strong>/</strong> <%=FormatDateTime(theFile.DateLastModified,2)%></span></td>
<%
	If FileCount Mod 2=0 Then Response.write("</tr><tr>")
	FileCount=FileCount 1
	TotalSize_Page=TotalSize_Page theFile.Size
	End If
Next
%>
          <td align="center" height="25" colspan="3"><%="共有 <font face='Courier New'><b>" & FileCount-1 & "</b> 个文件,占用 <b>" & FormatNumber(TotalSize_Page/1024/1024,2) & " MB</b>"%></td>
        </tr>
      </table></td>
      <td align="center" valign="middle" width="40%" id="TESTBOX">演示区</td>
    </tr>
  </table>
</body>
</html> </body>
</html>