-
Hello Everyone.......
Can anyone help me by advising me how to place my in progress flash mx web page in the middle of the viewers browser like http://fredperry.com I have been told that Dreamweaver will help, but I really want this site complete Flash (I will not rest until it is all Flash)is there something that I am missing in the Publish settings ?
Any help at all much appreciated..
Thanks in advnce..
Another stressed Flash user
-
Why don't you just swipe his TABLE tags and be done with it?
<BODY bgcolor="#FFFFFF">
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0" height="98%">
<TR>
<TD>
<DIV align="center">
<table BORDER="0" CELLSPACING="0" CELLPADDING="1">
<tr BGCOLOR="#003366">
<td>
<center>
<table WIDTH="700" BORDER="0" CELLSPACING="0" CELLPADDING="0" HEIGHT="400">
<tr BGCOLOR="#c4dcf2">
<td>
<center>
PUT YOUR FLASH OBJECT HERE
</center>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>
</DIV>
</TD>
</TR>
</TABLE>
-
Aw, heck, it parsed the stuff. Well, anyway, just go to his site, view source, and copy/paste his table tags into yours. Then tweak it for your own purposes.
-
It sounds like you want to know how to center your flash in the browser. You should be able to do this by simply inserting
<CENTER><OBJECT...etc.
and then add </CENTER>
Where you want to stop centering.
-
Cheers guys, it just takes someone to point out the obvious......!
thanks again..