|
Revision 7752, 0.9 kB
(checked in by dzfl, 5 years ago)
|
|
updated swf
|
-
Property svn:mime-type set to
text/html
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|---|
| 3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|---|
| 4 | <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
|
|---|
| 5 | <head>
|
|---|
| 6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|---|
| 7 | <meta http-equiv="Content-Script-Type" content="text/javascript; charset=utf-8" />
|
|---|
| 8 | <title>ColorPicker</title>
|
|---|
| 9 | <style type="text/css">
|
|---|
| 10 | body {
|
|---|
| 11 | }
|
|---|
| 12 |
|
|---|
| 13 | </style>
|
|---|
| 14 | </head>
|
|---|
| 15 |
|
|---|
| 16 | <body>
|
|---|
| 17 | <div id="picker">
|
|---|
| 18 | <object data="./ColorPickerTest.swf" type="application/x-shockwave-flash" width="500" height="240" id="pickerswf">
|
|---|
| 19 | <param name="movie" value="./ColorPickerTest.swf" />
|
|---|
| 20 | <param name="autostart" value="true" />
|
|---|
| 21 | <p>Install Flash Player 9</p>
|
|---|
| 22 | </object>
|
|---|
| 23 | </div>
|
|---|
| 24 | <form id="testform">
|
|---|
| 25 | <input type="text" value="" />
|
|---|
| 26 | </form>
|
|---|
| 27 | </body>
|
|---|
| 28 | </html>
|
|---|