Nieuw lid |
|
home.wanadoo.nl/mfransen
Dat paarse ding is een SWF met transparantie
via javascript. Die moet met getkey in beeld komen.
En dan kan ik het in de swf weer laten verdwijnen?
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Goldie's Gung-ho</title>
<script src="Scripts/AC_RunActiveContent.js"
<SCRIPT LANGUAGE="JavaScript" name="navigator">
<!-- navigator!!! -->
<!-- Marina Orlova is HotForWords.com -->
<!-- She was chased by a chunker. She hyded in a sack of patatoes. -->
<!-- He kicked the sack but she said: "Potato!" "Patatoe!" -->
<!-- Begin
var key = new Array();
key['`'] = --- HOW DO I ACTIVATE MY <SPAN> NAVIGATOR.SWF OBJECT? ---;
function getKey(keyStroke) {
isNetscape=(document.layers);
eventChooser = (isNetscape) ? keyStroke.which : event.keyCode;
which = String.fromCharCode(eventChooser).toLowerCase();
for (var i in key) if (which == i) jump.location = key[i];
} document.onkeypress = getKey;
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Goldie's Gung-ho</title>
<script src="Scripts/AC_RunActiveContent.js"
<SCRIPT LANGUAGE="JavaScript" name="navigator">
<!-- navigator!!! -->
<!-- Marina Orlova is HotForWords.com -->
<!-- She was chased by a chunker. She hyded in a sack of patatoes. -->
<!-- He kicked the sack but she said: "Potato!" "Patatoe!" -->
<!-- Begin
var key = new Array();
key['`'] = --- HOW DO I ACTIVATE MY <SPAN> NAVIGATOR.SWF OBJECT? ---;
function getKey(keyStroke) {
isNetscape=(document.layers);
eventChooser = (isNetscape) ? keyStroke.which : event.keyCode;
which = String.fromCharCode(eventChooser).toLowerCase();
for (var i in key) if (which == i) jump.location = key[i];
} document.onkeypress = getKey;
|