I found the Code fro Flash... Only one problem... It does not work on the actual Tab... In the Control Panel it works just fine, but not live on the Site... here's the Code...
<style type="text/css">
#PageContainer { display:none; }
#splashBox { margin: 0 auto; text-align: center; }
</style>
<div id="splashBox">
<div align=center>
<table>
<object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000
codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,2,0
width=650
height=400>
<param name=movie value=http://www.wrrk.dk/sto-photos/loginpage.swf>
<param name=quality value=High>
<param name=BGCOLOR value=000000>
<param name=SCALE value=ShowAll>
<param name="_cx" value="15875">
<param name="_cy" value="7938">
<param name="FlashVars" value>
<param name="WMode" value="Window">
<param name="Play" value="-1">
<param name="SAlign" value>
<param name="Menu" value="-1">
<param name="Base" value>
<param name="AllowScriptAccess" value>
<param name="DeviceFont" value="0">
<param name="EmbedMovie" value="0">
<param name="SWRemote" value>
<param name="MovieData" value>
<param name="SeamlessTabbing" value="1">
<param name="Profile" value="0">
<param name="ProfileAddress" value>
<param name="ProfilePort" value="0">
<param name="AllowNetworking" value="all">
<param name="AllowFullScreen" value="false">
<param name="Loop" value="false">
<embed src=http://www.wrrk.dk/sto-photos/loginpage.swf
quality=high
pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash type=application/x-shockwave-flash
width=650
height=400
bgcolor=#000000
scale= showall>
</embed></object></table>
</div></div>
<script type="text/javascript">
$(function() {
var w = $('#splashBox').closest('.gpwidget');
$('.gpWidget').not(w).hide();
// remove the next two lines if you want your box borders to show
w.find('.ContentBoxTitle').hide().end()
.find('.ContentBox, .ContentBoxTitle, .ContentBoxBody').andSelf().attr('class','');
// remove the above two lines if you want your box borders to show
w.closest('.ContentZone').siblings().hide();
$('.PageWrapper, .ContentWrapper').show();
$('#bannerTable, .BannerArea, .WfTopMenu, .TabBar, .straightBarWrapper, .InnerTabTable').hide();
});
</script>
Thank you.
EDIT........... Figured it out...