PDA

View Full Version : help with html flash placing



X483
17 Nov 2008, 12:02 AM
hello, am new the the forums dont know where to put this topic so sorry if i placed in wrong place, but i need some help with my html flash webpage.

right now i have a flash banner and flash menu but when it show up, the menu is at the very top under the flash banner, and i dont know how to move the flash menu so its right under the flash banner.

here's the code i have so far.


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script type="text/javascript" src="flashobject.js"></script>
<script type="text/javascript" src="adjustmenu.js"></script>
</head>

<body bgcolor=#A52A2A>
<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="1011" height="250">
<param name="movie" value="intro.swf" />
<param name="quality" value="high" />
<embed src="intro.swf"
quality="high"
type="application/x-shockwave-flash"
width="1011"
height="250"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>

<br>
<br>
<br>
<br>

<br>
<br>
<br>

<br>

<Body onload="AdjustMenu('menu-tabs','false',0,0)" onresize="AdjustMenu('menu-tabs','false',0,0)">

<div id="menu-tabs_id" >123 Flash Menu Placeholder.</div>
<script type="text/javascript">
var fo = new FlashObject("flash menu.swf","menu-tabs","640","60","6","#FFFFFF");
fo.addParam("menu","false");
fo.addParam("quality","best");
fo.addParam("scale","noscale");
fo.addParam("salign","LT");
fo.addParam("wmode","window");
fo.write("menu-tabs_id");
document.getElementById('menu-tabs').style.width="640px";
document.getElementById('menu-tabs').style.position="ablolute;left:20; top:20";
document.getElementById('menu-tabs').style.zIndex="10"
</script>
</body>
</html>


if you can help it would be really nice, i also need some cool ideas on what to adding to the webpage.

thanks :yawn: