<mySearch ⁄>
<mySnippets order="rand" ⁄>
<myContacts ⁄><email ⁄>
<windows live messenger ⁄>
<myCurriculum type="pdf" ⁄>
<myBlog show="last" ⁄>
<myNews show="rand" ⁄>
<myNews type="cat" ⁄>
<myQuote order="random" ⁄>Nada se pode esculpir sobre a madeira podre
<myPhoto order="random" ⁄>
<myAdSense ⁄>
<myVisitorsMap ⁄>
div#youtube_video{ width: 425px; height: 355px; } div#youtube_video div#youtube_video_blocker{ position: absolute; width: 425px; height: 318px; } div#youtube_video div#youtube_video_blocker img#youtube_img_blocker{ width: 100%; height: 100%; }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Youtube VideoClick-Blocker</title> <link href="style.css" rel="Stylesheet" type="text/css" /> <script type="text/javascript" src="swfobject.js"></script> </head> <body> <div id="youtube_video"> <div id="youtube_video_blocker"> <img src="spacer.gif" id="youtube_img_blocker" alt="no_click_please" title="no_click_please" /> </div> <div id="youtube_video_content"> <script type="text/javascript"> var so = new SWFObject("http://www.youtube.com/v/XKOwGffqlbM", "mymovie", "425", "355", "7"); so.addParam("wmode", "transparent"); so.write("youtube_video_content"); </script> </div> </div> </body> </html>