Hallo,
eigentlich sollte es das title-tag schon tun...
und der Aufruf:
<a href="javascript:entering()">Hatte es auch schon so propiert:
function entering() {
sw = (screen.width-800)/2;
sh = (screen.height-400)/2;
open_flash = window.open('Film2.swf','flash','fullscreen=0,directories=0,toolbar=0,status=0,menubar=0,title=no,scrollbars=no,left='+sw+',top='+sh+',width=800,height=400');
with (open_flash) {
document.writeln('<HTML><HEAD><TITLE>' + Hallo + '</TITLE></HEAD><BODY></BODY></HTML>');
was soll das? ist Hallo als Variable angelegt worden? nein? also keine string/variablenverkettung nötig...
'<title>Hallo</title>'
}
}danke schonmal!
Odium