Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
LeifKolt #1
Need Help Centering a SWF on page
i need a straight forward answer on how to center the website i designed in
flash in a browser window, no matter what the screen resolution is.
exact html would be awesome.
the swf is called "LEI.swf"
i've been looking for quite a few weeks now, and keep getting confused with
people's answers.
thanks a lot whoever helps.
Leif
LeifKolt Guest
-
Centering Page...Someone PLEASE help me!
Pages like macromedia.com, yahoo.com, sports.yahoo.com, etc. are automatically centered in a web browser....or pages like MLB.com are fit to take up... -
centering web page
I am trying to make my web page look centered in the browser screen, and have tried inserting the <center> tag after the <body> tag, as per Mr... -
centering a frame on the page
I have an empty frame in between two frames with content (above and below it). The middle frame will have content loaded in it on button clicks. I... -
Web Page Centering in Pub XP
David Bartosik's site tells how to do it with a Publisher 2000 created web site. It's the one I use and his "how to" works. ... -
Centering a Page
A few simple methods would be to use a <center> tag wrapped around your table, align your table with the center parameter (align = center within the... -
mzanime.com #2
Re: Need Help Centering a SWF on page
<table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tr><td>
<!-- insert SWF code here -->
</td></tr>
</table>
mzanime.com Guest
-
LeifKolt #3
Re: Need Help Centering a SWF on page
i tried to enter the code you gave me, but i think i put it in the wrong place.
this is what my HTML looks like before trying to add in the code, thanks for
the help!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Legal Ease Inc. Home</title>
<style type="text/css">
<!--
body {
background-color: #CCCC99;
margin-left: 0px;
margin-top: 0px;
margin-right: 00px;
}
-->
</style></head>
<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,29,0" width="780" height="500">
<param name="movie" value="LEI.swf">
<param name="quality" value="high">
<embed src="LEI.swf" width="780" height="500" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash"></embed>
</object>
</body>
</html>
LeifKolt Guest
-
SugnaShane #4
Re: Need Help Centering a SWF on page
<table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tr><td>
<!-- insert SWF code here -->
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,29,0" width="780" height="500">
<param name="movie" value="LEI.swf">
<param name="quality" value="high">
<embed src="LEI.swf" width="780" height="500" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash"></embed>
</object>
</td></tr>
</table>
SugnaShane Guest



Reply With Quote

