sneakerlover
09-25-2007, 03:47 PM
hi guys. i have a .swf file and im trying to get it into my html page. but everytime i do that it only appears in the top of the page. i want it at the bottom.
here is my flash html:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>snl</title>
</head>
<body bgcolor="#000000">
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<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="1015" height="150" id="snl" align="bottom">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="snl.swf" /><param name="quality" value="high" /><param name="salign" value="b" /><param name="bgcolor" value="#000000" /><embed src="snl.swf" quality="high" salign="b" bgcolor="#000000" width="1015" height="150" name="snl" align="bottom" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>
do i need to code anything on my html page? so that the flash will be at the bottom? if so what is it? please help. i'm very new to web building.
thx
here is my flash html:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>snl</title>
</head>
<body bgcolor="#000000">
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<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="1015" height="150" id="snl" align="bottom">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="snl.swf" /><param name="quality" value="high" /><param name="salign" value="b" /><param name="bgcolor" value="#000000" /><embed src="snl.swf" quality="high" salign="b" bgcolor="#000000" width="1015" height="150" name="snl" align="bottom" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>
do i need to code anything on my html page? so that the flash will be at the bottom? if so what is it? please help. i'm very new to web building.
thx