Ik heb net een flashbanner ontworpen hoe kan ik die linken naar een andere pagina?
Alvast bedankt.
1.223 views
_root.onRelease = function() {
getURL("javascript:window.open('about:blank','Leeg','width=250,height=500');void(0)", "_blank");
}
<a href="index.html"><img src="blabla.swf"></a>
<?php
_root.onRelease = function() {
getURL("javascript:window.open('about:blank','Leeg','width=250,height=500');void(0)", "_blank");
}
?>
<?php
_root.onRelease = function() {
getURL("javascript:window.open('about:blank','Leeg','width=250,height=500');void(0)");
}
?>