-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchart.php
executable file
·29 lines (27 loc) · 898 Bytes
/
chart.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html>
<head><title>charttesting</title>
</head>
<body>
<div style="width: 400px; height: 280px; position:absolute; z-index: 1;"></div>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="350"
HEIGHT="290"
id="charts"
ALIGN="">
<PARAM NAME=movie VALUE="chart/charts.swf?library_path=chart/charts_library&xml_source=space.xml">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#fff>
<EMBED src="chart/charts.swf?library_path=chart/charts_library&xml_source=space.xml"
quality=high
bgcolor=#6666aa
WIDTH="350"
HEIGHT="290"
NAME="charts"
ALIGN=""
swLiveConnect="true"
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>
</body></html>