我看教程这么写:<script type="text/javascript" src="js/swfobject.js"> </script> 
<script type="text/javascript"> 
swfobject.embedSWF( 
  "open-flash-chart.swf", "my_chart", "550", "200", 
  "9.0.0", "expressInstall.swf", 
  {"data-file":"line-dot.php"} 
  ); 
</script> </head> 
<body> 
<div id="my_chart"> </div> 
</body>expressInstall.swf这个文件在哪里啊?我从本论坛下载的open flash chart里也没找到过这个文件