Advertisement
Guest User

Untitled

a guest
Jun 28th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.91 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4. <title>Skrinje</title>
  5. </head>
  6.  
  7. <body bgcolor="#000000" text="#000000">
  8. <center>
  9. <p id = "test" style="font-family:arial;color:white;font-size:10px;">Klikni za igranje:)</p>
  10. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  11.         id="skrinje" width="1280" height="720"
  12.         codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
  13.         <param name="movie" value="skrinje.swf" />
  14.         <param name="quality" value="high" />
  15.         <param name="bgcolor" value="#ffffff" />
  16.         <param name="allowScriptAccess" value="sameDomain" />
  17.         <embed src="skrinje.swf" quality="high" bgcolor="#ffffff"
  18.             width="80%" height="80%" name="skrinje" align="middle"
  19.             play="true"
  20.             loop="false"
  21.             quality="high"
  22.             allowScriptAccess="sameDomain"
  23.             type="application/x-shockwave-flash"
  24.             pluginspage="http://www.adobe.com/go/getflashplayer">
  25.         </embed>
  26. </object>
  27. </center>
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement