Hallo Matthias,
vielen Dank für deine Hilfe, mein Code sieht in etwa so aus:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
<html>
<head>
<style>
.player { display:none; position:fixed; left:0px; top:0px; width:100%; height:100%; background-image: url(site/black-75.png); z-index:1; }
.video { display:inline; position:fixed; left:10%; top:10%; width:1024px; height:590px; z-index:1; }
</style>
</head>
<body>
<a href="#" onclick="document.getElementById('player-1').style.display='inline'">[ link ]</a>
<div id="player-1" class="player" onclick="document.getElementById('player-1').style.display='none'">
<div class="video">
<embed width=1024 height=590 src="video.mov" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/">
</div>
</div>
</body>
</html>
mit dem z-index habe ich schon rumgespielt - leider ohne ergebnis...
merci pascal