Hi Lala, ja super dank, das wär ja cool, vlt bringt das was 
also hier ist mein javascript code der den layer erscheinen lässt (weiß nit ob der richtig ist, jedenfalls wird der flash mal angezeigt)
<script language="JavaScript" type="text/javascript">
<!--
//check for flash
var flashversion = 6;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
plugin = parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= flashversion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)) {
document.write('<SC'+'RIPT LANGUAGE=VBSc'+'ript\> \n');
document.write('on error resume next \n');
document.write('plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.'+flashversion+'")))\n');
document.write('</SC'+'RIPT\> \n');
}
var checkstring = navigator.userAgent.substr(navigator.userAgent.indexOf("Opera")+6,1);
if(checkstring<7) {
plugin = false;
}
var checksafari = navigator.userAgent.indexOf("Safari");
if(checksafari != -1) {
plugin = false;
}
function playSWF(file,id,vars,width,height,wmode,bgcolor,baseurl) {
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
document.write(' ID='+id+' WIDTH='+width+'px; HEIGHT='+height+'px>' );
document.write(' <PARAM NAME="allowScriptAccess" VALUE="sameDomain" /> <PARAM NAME=movie VALUE="'+file+'"> <PARAM NAME=FlashVars VALUE="page_vars='+vars+'"> <PARAM NAME=menu VALUE=false> <PARAM NAME="BASE" VALUE='+baseurl+'> <PARAM NAME=quality VALUE=high> <PARAM NAME=wmode value='+wmode+'> <PARAM NAME=bgcolor VALUE='+bgcolor+'>');
if(navigator.userAgent.indexOf("Opera")==-1) {
document.write(' <EMBED src="'+file+'" FlashVars="page_vars='+vars+'" wmode='+wmode+' menu=false quality=high bgcolor='+bgcolor+'');
document.write(' swLiveConnect=FALSE allowScriptAccess="sameDomain" NAME='+id+' WIDTH='+width+'px HEIGHT='+height+'px');
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" BASE='+baseurl+'>');
document.write(' </EMBED>');
}
else {
document.write(' <EMBED src="'+file+'" FlashVars="page_vars='+vars+'" wmode='+wmode+' menu=false quality=high bgcolor='+bgcolor+'');
document.write(' swLiveConnect=FALSE allowScriptAccess="sameDomain" NAME='+id+' ID='+id+' WIDTH='+width+'px HEIGHT='+height+'px');
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" BASE='+baseurl+'>');
document.write(' </EMBED>');
}
document.write(' </OBJECT>');
}
function SetLayer(LName,funct,wert){
if (document.getElementById){
var newLayer = document.getElementById(LName).style;
newLayer[funct]=wert;
}
}
function closelayer() {
SetLayer("doflash","display","none");
}
//-->
</script>
<style>
#doflash {
position:absolute; display: none;
left:200px; top:150px; z-index: 10000;
border: 1px solid #FF0000;
}
</style>
<script language="JavaScript" type="text/javascript">
<!--
//playSWF(file,id,vars,width,height,wmode,bgcolor,baseurl)
playSWF("images/layer.swf","doflash","none",640,370,"opaque","#0B9205","none");
SetLayer("doflash","display","block");
//-->
</script>
Alles anzeigen
die Fla dateihab ich angehangen, soll hat durch einen klick auf die Text-Schaltfläche geschlossen werden.
Die Fla ist so gut wie leer, suche ja noch daran wie man diesen layer wieder ausblendet, bzw einen Schließbutton macht 
Schonmal besten Dank!
Greetz Daniel