ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

How does he do that?

(1/2) > >>

Edvard:
This is kinda neat, but... How does he do that? Synchronized flash/java? Seems to only work on XP and allow new windows to be resized.
http://www.malgusto.com/ventanas/#

housetier:
if by "seems to work" you mean "click to see" opens a new window showing a video where some person makes faces and goofs around, then it works under linux as well.

if you don't understand the above sentence, try this one: it works under linux ;-)

Edvard:
No, see how he pokes the side of the window and all? It's supposed to move the window he's in. Like when he pokes in an upward motion, the window inches up a bit every time his finger hits the top. And when he punches the screen, the window resizes and pops back. It doesn't work on my NT4 station running FireFox, it kinda works in Opera, and it works fully with Firefox on XP. Maybe I could record it in Wink...

housetier:
I didn't see any window movement. Probably because I forbid javascript to do more than change images when hovering over a link.

Rover:
Here's part of the code:


--- ---<html>
<head><title>Malgusto.com</title></head>
<script language="JavaScript">
<!--
i=200;
j=200;
resizeTo(224,174);
moveTo(i,j);
function mover(destino)
{
switch(destino)
{
case "arriba":
j-=10;
break;
case "abajo":
j+=10;
break;
case "izquierda":
i-=10;
break;
case "derecha":
i+=10;
break;
}
moveTo(i,j);
}
//-->
</script>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="100%">
    <param name="movie" value="moverventana.swf">
    <param name="quality" value="high">
    <embed src="moverventana.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="100%"></embed></object>
</body>
</html>

Navigation

[0] Message Index

[#] Next page

Go to full version