OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <html> | |
3 <script src="flash.js"></script> | |
4 <body> | |
5 <object id="flash-object-no-fallback" data="test.swf" | |
6 type="application/x-shockwave-flash" width="400" height="100"> | |
7 </object> | |
8 <object id="flash-object" data="test.swf" | |
9 type="application/x-shockwave-flash" width="400" height="100"> | |
10 Flash not supported. | |
11 <br> | |
12 <a href="https://get.adobe.com/flashplayer/" id="flash-link"> | |
13 Download Flash. | |
14 </a> | |
15 <a id="flash-new-window-link" | |
16 onclick="window.open('https://get.adobe.com/flashplayer/');"> | |
17 Download Flash window.open | |
18 </a> | |
19 </object> | |
20 </body> | |
21 </html> | |
OLD | NEW |