Flash en java

Pagina: 1
Acties:

  • paQ
  • Registratie: Augustus 2001
  • Nu online
in een flash file (eigenlijk is swish... maar goed) wil ik aan een onPress een javascript toeoegen, en wel deze:
code:
1
2
3
4
5
6
<SCRIPT>
function linkding()
{ parent.mainFrame.location = 'service.htm';
parent.leftFrame.location = 'service_left.htm';
}
</SCRIPT>

dus ik doe bij ACTIONS
On (Press)
> Javascript"<SCRIPT>
function linkding()
{ parent.mainFrame.location = 'service.htm';
parent.leftFrame.location = 'service_left.htm';
}
</SCRIPT>"

kan zeker niet zo he? :D

hoe werkt het dan wel precies?

Ik doe niet aan bijgeloof. Dat brengt ongeluk.