flashtest.html 513 B

12345678910111213141516171819
  1. <html>
  2. <head>
  3. <title>Flash test</title>
  4. </head>
  5. <body>
  6. <h1>Flash test</h1>
  7. This is text above the plugin
  8. <a href="http://www.google.com">Google</a>
  9. <br>
  10. lhs
  11. <object type="application/x-shockwave-flash" height=120 width=240>
  12. <param name="FlashFileName" value="/data/data/com.android.browser/app_plugins/Ball.swf" />
  13. </object>
  14. <br>
  15. This is some the text and more text and more text and more text and more text and more text and more text and more text and more text and more text and more text
  16. </body>
  17. </html>