PDA

Volledige versie bekijken : Kader weghalen


tbsites
%Europe/Berlin %425 %2007, 10:13
Hallo ik heb ergens gelezen dat je met de onderstaande code het kader om een flash-object weg te halen:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>
TBSites &bull; De site met O.A.: Een Forum &bull; Game-Recentcies(Wii) &bull; Online Games &bull; En nog veel meer!
</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
function header()
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="800" height="150">\n');
document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
document.write('<param name="movie" value="http://tbsites.nl/header.swf" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="bgcolor" value="#ffffff" />\n');
document.write('</object>\n');
}
function footer()
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="800" height="75">\n');
document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
document.write('<param name="movie" value="http://tbsites.nl/footer.swf" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="bgcolor" value="#ffffff" />\n');
document.write('</object>\n');
}
</script>
</head>
<body>

<div class="container">




<script type="text/javascript">header();</script>



<div class="sidebar">
</div>

<div class="content">
</div>
<script type="text/javascript">footer();</script>
</div>
</body>
</html>


maar helaas het werkt niet....

Als bijlage het html bestand waar de code in staat.

Gerrit55
%Europe/Berlin %454 %2007, 10:54
Gebruik swfobject om je flashmovie in html te plaatsen.

link staat Hier in (http://www.flashfocus.nl/forum/showthread.php?t=38773)