[FLASH] Window variabele meesturen

Pagina: 1
Acties:

  • verytallman
  • Registratie: Augustus 2001
  • Laatst online: 08-06 16:34
Dus.....

------------------------------------------------
on (press)
geturl ("blabla.html", "_blank")
--------------------------------------------------

....hier tussen of ergens erbij variabele als "height=300" en "scrollbar=no"

Thanx

Verwijderd

s.e.a.r.c.h........
code:
1
2
3
on (release) {
    getURL ("JavaScript:openWindow(\"url\", \"hoogte\", \"breedte\")");
}

Verwijderd

[b]van Seraph[b]
code:
1
2
3
on (release) {
    getURL ("JavaScript:openWindow(\"url\", \"hoogte\", \"breedte\")");
}

maar dan ook in de html dit erbij anders doet ie nix:
code:
1
2
3
4
5
6
7
8
9
10
<script language="JavaScript">
<!-- hide from JavaScript-challenged browsers

function openWindow(url, w, h) {
var windowprops = "width=" + w + ",height=" + h;
popup = window.open(url,'remote',windowprops);
}

// done hiding -->
</script>

Verwijderd

staat toch echt in t boekkie... :Z