The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

HTML page being resized?!?!

5 posters

Go down

Solved HTML page being resized?!?!

Post by Suuki October 12th 2011, 4:52 am

I have an HTML page that I use as the homepage. I am using wix.com a free flash builder software to make my homepage. I finished it and itcan be found here: http://wix.com/acworld/acworld
and when I added the embed code (located on right when click the tab) Forumotion resized it? Can someone fix this for me.
http://acworldforum.forum-motion.net/


Last edited by Suuki on October 13th 2011, 4:22 am; edited 1 time in total
Suuki
Suuki
Forumember

Posts : 419
Reputation : 25
Language : English, Japanese (learning lots) :3

Back to top Go down

Solved Re: HTML page being resized?!?!

Post by kirk October 12th 2011, 5:56 am

it's the same size.
You should center it, and move it down a little bit.
i would also add a background to the html page to make the appearance look a little better as well..

kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: HTML page being resized?!?!

Post by LGforum October 12th 2011, 9:46 am

The first bit of code that you added, this bit:
Code:

<object width="2800" height="2800" ...

Change the width to 100% and the height to 100%.
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Solved Re: HTML page being resized?!?!

Post by Suuki October 12th 2011, 3:50 pm

o.o What the heck, nothing appears for guests. I can't even log in??
Suuki
Suuki
Forumember

Posts : 419
Reputation : 25
Language : English, Japanese (learning lots) :3

Back to top Go down

Solved Re: HTML page being resized?!?!

Post by Suuki October 13th 2011, 4:09 am

Ok well, I'm back from school so I checked, the 100% isn't working, here is the code I'm useing:
Code:
<object width="100%" height="100%" type="application/x-shockwave-flash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10.0.0"><param name="allowFullScreen" value="true"/><param name="allowNetworking" value="all"/> <param name="allowScriptAccess" value="always"/><param name="base" value="http://static.wix.com"/><param name="movie" value="http://static.wix.com/client/app.swf" /><param name="quality" value="high" /><param name="FlashVars" value="pageId=0alAp8Hz;BE-a&embedFormat=websites&embedID=c52975b4-018e-41ba-95f0-8d10820acc79&partner_id=WMGs4POB1ko-a" /><param name="scale" value="noScale" /><param name="salign" value="tl" /><embed src="http://static.wix.com/client/app.swf" quality="high" allowNetworking="all" allowScriptAccess="always"  allowFullScreen="true" FlashVars="pageId=0alAp8Hz;BE-a&embedFormat=websites&embedID=c52975b4-018e-41ba-95f0-8d10820acc79&partner_id=WMGs4POB1ko-a" type="application/x-shockwave-flash" width="1100" height="578" base="http://static.wix.com" scale="noscale" salign="tl" ></embed></object><br/>
<a href="http://www.forumotion.com" target="_blank">forumotion.com</a>

(sorry for double posting) DX
Suuki
Suuki
Forumember

Posts : 419
Reputation : 25
Language : English, Japanese (learning lots) :3

Back to top Go down

Solved Re: HTML page being resized?!?!

Post by Rocker92 October 13th 2011, 4:15 am

Is this what you want?

http://code-phase.forumotion.co.uk/h1-anything

If so use this code:

Code:
<object width="100%" height="100%" type="application/x-shockwave-flash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10.0.0"><param name="allowFullScreen" value="true"/><param name="allowNetworking" value="all"/> <param name="allowScriptAccess" value="always"/><param name="base" value="http://static.wix.com"/><param name="movie" value="http://static.wix.com/client/app.swf" /><param name="quality" value="high" /><param name="FlashVars" value="pageId=0alAp8Hz;BE-a&embedFormat=websites&embedID=c52975b4-018e-41ba-95f0-8d10820acc79&partner_id=WMGs4POB1ko-a" /><param name="scale" value="noScale" /><param name="salign" value="tl" /><embed src="http://static.wix.com/client/app.swf" quality="high" allowNetworking="all" allowScriptAccess="always"  allowFullScreen="true" FlashVars="pageId=0alAp8Hz;BE-a&embedFormat=websites&embedID=c52975b4-018e-41ba-95f0-8d10820acc79&partner_id=WMGs4POB1ko-a" type="application/x-shockwave-flash" width="100%" height="100%" base="http://static.wix.com" scale="noscale" salign="tl" ></embed></object><br/>
<a href="http://www.forumotion.com" target="_blank">forumotion.com</a>
Rocker92
Rocker92
Forumember

Male Posts : 737
Reputation : 117
Language : English & French
Location : Atlanta, GA

http://www.code-artist.com/

Back to top Go down

Solved Re: HTML page being resized?!?!

Post by Suuki October 13th 2011, 4:21 am

Thank you thank you, how did you do it? Thank you everyone for your help. Smile
Suuki
Suuki
Forumember

Posts : 419
Reputation : 25
Language : English, Japanese (learning lots) :3

Back to top Go down

Solved Re: HTML page being resized?!?!

Post by Rocker92 October 13th 2011, 4:24 am

Your welcome Smile
The last part of the code still had a fixed width and height..
Rocker92
Rocker92
Forumember

Male Posts : 737
Reputation : 117
Language : English & French
Location : Atlanta, GA

http://www.code-artist.com/

Back to top Go down

Solved Re: HTML page being resized?!?!

Post by ankillien October 13th 2011, 12:28 pm

Since the topic is marked as solved, I'll lock it.

Topic Solved
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum