私のtest.htmlファイル:
<html>
<head>
<title> my title </title>
<script> type="text/javascript" src="/openflashchart/js/swfobject.js"</script>
</head>
<body>
<tr>
<td>
<script type="text/javascript">
swfobject.embedSWF("/openflashchart/open-flash-chart.swf","my_chart","480","360","9.0.0","expressInstall.swf",{"data-file":"data.json"});
</script>
<div id="my_chart"></div>
</td>
</tr>
...blabla
</body>
</html>
openflashchart を apache のホーム ディレクトリに配置し/Library/WebServer/Documents/
ます。この html ファイルとロードする json データは、Documents/Data/myfiles に配置されます。このページは曲線で表示されることになっています。しかし、訪ねてみても何もないhttp://localhost/Data/myfiles/test.html
。
更新
このパッケージは Flash ベースですが、Adobe Flash Player をインストールしなかったことが原因であることがわかりました。今までAdobe Flash Player
、Mac に正常にインストールできませんでした。しかし、それは別の問題です。
Flash に対応しているため、このchrome
ページは Flash でも正しく表示できます。私はまだサファリとファイアフォックスに問題があります。