View Full Version : Centering flash in a web page!!HOW!!
vietkrazy
March 13th, 2003, 11:16 PM
I'm a descent web desginer...i know alot about flash but....how in the hell do you center flash in a web page???
like this one for instance....http://compactstudios.com/
Please someone help me!!
thanks
lostinbeta
March 14th, 2003, 12:08 AM
http://64.207.155.38/forums/showthread.php?s=&threadid=11361
vietkrazy
March 14th, 2003, 09:27 AM
thank you thank you....u just saved my life!!
lostinbeta
March 14th, 2003, 01:04 PM
No problem :)
mariofan
March 14th, 2003, 05:52 PM
for my site (homepage.ntlworld.com/matt.kenyon) i used two frameset, one within another :
1.frameset featuring 3 columns, col.1 = blank html page, col.2 = frameset 2, col.3= blank html page.
2.second frameset feat. 3 rows, row.1 = blank, row 2 = my swf, row 3=blank
if anybody needs code or more info then reply here
lost - is there a way to do this with one webpage (my site is centered both vertically and horizontally)
http://homepage.ntlworld.com/matt.kenyon/mariosmily.gif mariofan
Jubba
March 14th, 2003, 07:13 PM
just use a table with a single cell. and in the cell give it valign="middle" align="center"
I didn't check the link but that might be what it says...
lostinbeta
March 15th, 2003, 12:49 AM
Originally posted by mariofan
lost - is there a way to do this with one webpage (my site is centered both vertically and horizontally)
http://homepage.ntlworld.com/matt.kenyon/mariosmily.gif mariofan
The link I posted does exactly that.
Guruhkel
August 23rd, 2005, 08:47 AM
http://64.207.155.38/forums/showthread.php?s=&threadid=11361
Hi there the link you've provided doesn't seem to be working do you know where i can get it????
lostinbeta
August 23rd, 2005, 11:22 AM
That link was posted while kirupaForum was in the stages of being transitions to MediaTemple I think... here is the updated link...
http://www.kirupa.com/forum/showthread.php?s=&threadid=11361
kirupa
August 24th, 2005, 02:53 AM
I'm surprised the search feature worked so well for old threads like this. That's my biggest gripe with vBulletin. The search feature should be improved to better find things that users are looking for. I spend more time trying to trick the search feature into finding the right thread by including random keywords that I recall someone mentioning in the thread that may contain my query.
lostinbeta
August 24th, 2005, 11:47 AM
That's exactly what I do too!
deletedUser459
August 24th, 2005, 07:39 PM
...am i missing something?
<center> flash </center>
lostinbeta
August 25th, 2005, 12:48 AM
Only centers horizontally.
deletedUser459
August 25th, 2005, 12:52 AM
oooooooooh ok
my mistake
alloyking
February 6th, 2007, 12:52 PM
I'm a descent web desginer...i know alot about flash but....how in the hell do you center flash in a web page???
like this one for instance....http://compactstudios.com/
Please someone help me!!
thanks
- the site is using frames
<frameset cols="*,739,*" frameborder="NO" border="0" framespacing="0" rows="*">
<frame name="leftFrame" scrolling="NO" noresize src="leftframe1.htm">
<frame name="mainFrame" src="middleframe.htm" scrolling="NO">
<frame name="rightFrame" scrolling="NO" noresize src="rightframe1.htm">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
benkatsumate
November 18th, 2011, 06:16 PM
Hi all
Having gone through about 3 days of searching, forumming and tutorial taking, my wits' ends have been reached. I've tried pretty much every code I've found to center the site in the window but the best I have is either:
a). centers fine, but when you resize the window by the lower right corner the elements scale down to tiny, unusable features (i would rather see it crop and have scoll bars appear): (http://mrdewies.com/)
or
b). centers fine, but is too large to see edge elements on small screens: (http://benhopkinsillustration.com/)
Any and all help is greatly appreciated in advance, thanks!
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.