在好例子网,分享、交流、成长!
您当前所在位置:首页Flash 开发实例ActionScript语言基础 → FusionCharts 46个破解swf及示例

FusionCharts 46个破解swf及示例

ActionScript语言基础

下载此实例
  • 开发语言:Flash
  • 实例大小:2.66M
  • 下载次数:14
  • 浏览次数:325
  • 发布时间:2019-04-15
  • 实例类别:ActionScript语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.zip
  • 所需积分:2
 相关标签: chart

同类人气实例

实例介绍

【实例简介】里面有一个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;

【实例截图】

from clipboard


from clipboard


from clipboard


from clipboard


from clipboard


from clipboard


from clipboard


from clipboard


from clipboard


from clipboard


from clipboard


from clipboard



from clipboard


from clipboard

from clipboard


from clipboard


from clipboard


from clipboard


from clipboard


from clipboard


from clipboard


【核心代码】

<!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>

标签: chart

实例下载地址

FusionCharts 46个破解swf及示例

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警