My website

liunx

Guest
Hi maybe someone can help me? <br />
<br />
I am trying to find out how to have my wepages display at the same size in all resolutions.. If you go to my site using a resolution 1024x768 or anything above it looks very sad:( (small) <br />
<br />
Is there a way to make it display properly with out rebuilding the whole website in a higher resolution? I am using Swish 2.0 if that makes any difference.. Thanks for any help..<br />
<br />
Here is my link.. I am not a pro web designer so please be nice..lol<br />
<br />
<!-- m --><a class="postlink" href="http://www.dynamite.co-ltd.com">http://www.dynamite.co-ltd.com</a><!-- m --><!--content-->Normally that's done by using tables with a width of 100%; the table shrinks or expands, filling the whole page, regardless of screen resolution.<br />
But since the whole site is a single Flash file, and uses a fixed layout, I don't think there's much you can do. <br />
<br />
Having the page centered for high resolutions would make it look a bit better. Just have to put everything in a table like this:<br />
<br />
<br />
<table border="0" cellpadding="0" cellspacing="0" width="100%"> <br />
<tr><br />
<td width="100%" align="center"><br />
site content goes here<br />
</td><br />
</tr><br />
</table><!--content-->I always find it weird, and oddly funny when someone new posts a question, gets the answer, and never says thanks or anything, and thats his ONLYpost<!--content-->lol.. Sorry I got a new satellite system today and had a heck of a time getting it to give me a good signal. finally 3 hrs later I got a signal that would display.. it was 2hrs of surfing the tv and it is now 12.30am and I have to work for 7am!:)gotta love days like this!<br />
<br />
I do appreciate the reply....I will try the above suggestion of trying to just place my pages into one large table.. I will post back with a link so everyone can see the results.. Thanks:)<!--content-->Don't forget that table data should all go in one long line along with the enclosing tags:<br />
<br />
<td> Your Stuff Here </td><!--content-->To make your flash file fill the screen in any resolution, set it's width and height both to '100%'.<br />
<br />
eg. in your case it would be<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"<br />
codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"<br />
id="index" width="100%" height="100%"><br />
<param name="movie" value="index.swf"><br />
<param name="quality" value="high"><br />
<param name="bgcolor" value="#FFFFFE"><br />
<embed name="index" src=http://www.htmlforums.com/archive/index.php/"index.swf" quality="high" bgcolor="#FFFFFE"<br />
width="100%" height="100%"<br />
type="application/x-shockwave-flash"<br />
pluginspage="http://www.macromedia.com/shockwave/Download <!--more-->/index.cgi?P1_Prod_Version=ShockwaveFlash"><br />
</embed><br />
</object><!--content-->Very nice looking site BobbyDigital.:D<!--content-->Thanks for the compliment on the site.. I am already working on it's final version now.. Since today I tried both of the suggestions above.. <br />
<br />
I tried just telling my flash to go to 100% <br />
but it didn't give me the exact result I was looking for.. I found that I have more control over the actual size my of site when I place the flash inside a large table. I will be placing the flash inside of a table since it seemed to be more accurate giving my total control.<br />
<br />
Thank you everyone for all your help.. I will post the final site here for you all to see.<!--content-->
 
Back
Top