Peces que comen la comida que les dejas con el ratón:
<object type=”application/x-shockwave-flash” style=”outline:none;” data=”http://hosting.gmodules.com/ig/gadgets/file/112581010116074801021/fish.swf?” width=”300″ height=”200″><param name=”movie” value=”http://hosting.gmodules.com/ig/gadgets/file/112581010116074801021/fish.swf?”></param><param name=”AllowScriptAccess” value=”always”></param><param name=”wmode” value=”opaque”></param><param name=”scale” value=”noscale”/><param name=”salign” value=”tl”/></object>
Araña que se pasea hasta el puntero del ratón:
<object type=”application/x-shockwave-flash” style=”outline:none;” data=”http://hosting.gmodules.com/ig/gadgets/file/112581010116074801021/spider.swf?” width=”300″ height=”200″><param name=”movie” value=”http://hosting.gmodules.com/ig/gadgets/file/112581010116074801021/spider.swf?”></param><param name=”AllowScriptAccess” value=”always”></param><param name=”wmode” value=”opaque”></param><param name=”scale” value=”noscale”/><param name=”salign” value=”tl”/></object>
Perro que le das de comer y le tiras un hueso:
<object type=”application/x-shockwave-flash” style=”outline:none;” data=”http://hosting.gmodules.com/ig/gadgets/file/102399522366632716596/dog.swf?” width=”300″ height=”225″><param name=”movie” value=”http://hosting.gmodules.com/ig/gadgets/file/102399522366632716596/dog.swf?”></param><param name=”AllowScriptAccess” value=”always”></param><param name=”wmode” value=”opaque”></param><param name=”bgcolor” value=”FFFFFF”/></object>
Newton’s Cradle (bolas chocando):
<object type=”application/x-shockwave-flash” style=”outline:none;” data=”http://hosting.gmodules.com/ig/gadgets/file/112581010116074801021/newtonsCradle.swf?” width=”300″ height=”225″><param name=”movie” value=”http://hosting.gmodules.com/ig/gadgets/file/112581010116074801021/newtonsCradle.swf?”></param><param name=”AllowScriptAccess” value=”always”></param><param name=”wmode” value=”opaque”></param></object>
Tortugas que les das de comer:
<object type=”application/x-shockwave-flash” style=”outline:none;” data=”http://hosting.gmodules.com/ig/gadgets/file/112581010116074801021/turtle.swf?” width=”300″ height=”200″><param name=”movie” value=”http://hosting.gmodules.com/ig/gadgets/file/112581010116074801021/turtle.swf?”></param><param name=”AllowScriptAccess” value=”always”></param><param name=”wmode” value=”opaque”></param><param name=”scale” value=”noscale”/><param name=”salign” value=”tl”/></object>
Código para desactivar el botón derecho del ratón (copiar el código entre <head> y </head>:
<body><script language=”JavaScript” type=”text/JavaScript”><br /> function click(){<br /> if(event.button==2){<br /> alert(‘tu mensaje’);<br /> }<br /> }<br /> document.onmousedown=click<br /> //-><br /> </script></body><br /> <head><SCRIPT language=Javascript><br /> <!– Inicio<br /> function disableselect(e){<br /> return false<br /> }<br /> function reEnable(){<br /> return true<br /> }<br /> document.onselectstart=new Function (“return false”)<br /> if (window.sidebar){<br /> document.onmousedown=disableselect<br /> document.onclick=reEnable<br /> }<br /> // Fin –><br /> </SCRIPT></head>
Gato animado:
<p><br /> <object codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0″ classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ height=”400″ width=”330″><br /> <param name=”data” value=”http://www.pageplugins.com/generators/virtual_cat/cat.swf” /><br /> <param name=”quality” value=”high” /><br /> <param name=”wmode” value=”transparent” /><br /> <param name=”src” value=”http://www.pageplugins.com/generators/virtual_cat/cat.swf” /><embed wmode=”transparent” src=”http://www.pageplugins.com/generators/virtual_cat/cat.swf” quality=”high” data=”http://www.pageplugins.com/generators/virtual_cat/cat.swf” type=”application/x-shockwave-flash” height=”400″ width=”330″></embed><br /> </object><br /> </p><br />
Texto que persigue al ratón:
<script language=”JavaScript1.2″ type=”text/JavaScript1.2″> <!– /* Cursor Trailer II (By Kurt at kurt.grigg@virgin.net) Modified and featured on Dynamicdrive.com For full source, usage terms, and 100’s more DHTML scripts, visit http://dynamicdrive.com */ var message=’Dios te Bendiga’; var messagecolor=’#ff0000′ //Enter number of seconds for message to display (0=perpetual) var dismissafter=0 ///no need to edit below///////// var amount=5,ypos=0,xpos=0,Ay=0,Ax=0,By=0,Bx=0,Cy=0,Cx=0,Dy=0,Dx=0,Ey=0,Ex=0; if (document.layers){ for (i = 0; i < amount; i++) {document.write(‘<layer name=ns’+i+’ top=0 left=0><font face=”Arial” size=3 color=’+messagecolor+’>’+message+'</font></layer>’)} window.captureEvents(Event.MOUSEMOVE); function nsmouse(evnt){xpos = evnt.pageX;ypos = evnt.pageY;makefollow()} } else if (document.all){ document.write(“<div id=’outer’ style=’position:absolute;top:0px;left:0px’> “); document.write(“<div id=’inner’ style=’position:relative’> “); for (i = 0; i < amount; i++) {document.write(‘<div id=”text”‘+i+’ style=”position:absolute;top:0px;left:0px;font-family:Courier New;font-size:16px;color:’+messagecolor+'”>’+message+'</div>’)} document.write(“</div>”); document.write(“</div>”); function iemouse(){ypos = document.body.scrollTop + event.y;xpos = document.body.scrollLeft + event.x;makefollow()} } function makefollow(){ if (document.layers){ document.layers[“ns0”].top=ay;document.layers[“ns0”].left=ax; document.layers[“ns1”].top=by;document.layers[“ns1”].left=bx; document.layers[“ns2”].top=cy;document.layers[“ns2”].left=cx; document.layers[“ns3”].top=Dy;document.layers[“ns3”].left=Dx; document.layers[“ns4”].top=Ey;document.layers[“ns4”].left=Ex; } else if (document.all){ outer.all.inner.all[0].style.pixelTop=ay;outer.all.inner.all[0].style.pixelLeft=ax; outer.all.inner.all[1].style.pixelTop=by;outer.all.inner.all[1].style.pixelLeft=bx; outer.all.inner.all[2].style.pixelTop=cy;outer.all.inner.all[2].style.pixelLeft=cx; outer.all.inner.all[3].style.pixelTop=Dy;outer.all.inner.all[3].style.pixelLeft=Dx; outer.all.inner.all[4].style.pixelTop=Ey;outer.all.inner.all[4].style.pixelLeft=Ex; } } function move(){ if (dismissafter!=0) setTimeout(“hidetrail()”,dismissafter*1000) if (document.layers){window.onMouseMove = nsmouse} else if (document.all){window.document.onmousemove = iemouse} ey = Math.round(Ey+=((ypos+20)-Ey)*2/2);ex = Math.round(Ex+=((xpos+20)-Ex)*2/2); dy = Math.round(Dy+=(ey – Dy)*2/4);dx = Math.round(Dx+=(ex – Dx)*2/4); cy = Math.round(Cy+=(dy – Cy)*2/6);cx = Math.round(Cx+=(dx – Cx)*2/6); by = Math.round(By+=(cy – By)*2/8);bx = Math.round(Bx+=(cx – Bx)*2/8); ay = Math.round(Ay+= (by – Ay)*2/10);ax = Math.round(Ax+= (bx – Ax)*2/10); makefollow(); jumpstart=setTimeout(‘move()’,10); } function hidetrail(){ if (document.all){ for (i2=0;i2<amount;i2++){ outer.all.inner.all[i2].style.visibility=”hidden” clearTimeout(jumpstart) } } else if (document.layers){ for (i2=0;i2<amount;i2++){ temp=”ns”+i2 document.layers[temp].visibility=”hide” clearTimeout(jumpstart) } } } window.onload=move; //–> </script><br /> <br />
Reloj clásico de péndulo:
<object type=”application/x-shockwave-flash” s0116074801tyle=”outline:none;” data=”http://hosting.gmodules.com/ig/gadgets/file/11258101021/pendulumClockV2.swf?” width=”300″ height=”200″><param name=”movie” value=”http://hosting.gmodules.com/ig/gadgets/file/112581010116074801021/pendulumClockV2.swf?”></param><param name=”AllowScriptAccess” value=”always”></param><param name=”wmode” value=”opaque”></param><param name=”scale” value=”noscale”/><param name=”salign” value=”tl”/></object>
Relojes en Flasf:
http://www.relojesflash.com/
Pizarra para pintar:
http://img0.liveinternet.ru/images/attach/c/0//3768/3768733_paint_www.swf
Chica virtual que hace lo que le digas (en inglés):
http://www.rock1053.com/pages/virtualgirlfriend/virtual_girlfriend.swf
Lista de órdenes para la chica: Lista de ordenes para la rubia: sex, boobs, ass, hi, dance, bend over, dirty pillows, beer, juggle, grab your ankles, dance, be bad, bunghole, spank yourself, go to school, get nude, touch those toes, jump, disrobe, brush your hair, squeeze, touch yourself, phone number, doggystyle, earthquake, open your mouth, lipstick, kiss your friend, headbang, moan, banana, clubexpose1099, clubexpose1259, clubexpose1665, clubexpose1785, clubexpose1963, textcherry, texthula, wrestle, show me your puss, do the splits, hummer.
Humo sigue al ratón:
http://frank.urugate.com/flash/sicodelia.swf
Reacción en cadena:
http://frank.urugate.com/flash/chainreaction.swf
Una mosca realista andando por la pantalla:
Abrir script