# O.K. I suck Please help

**URL:** https://forum.kirupa.com/t/o-k-i-suck-please-help/12726
**Category:** flash
**Created:** [February 4, 2003, 1:59am UTC](https://forum.kirupa.com/t/o-k-i-suck-please-help/12726 "2003-02-04T01:59:21Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Chivo01](https://avatars.discourse-cdn.com/v4/letter/c/779978/32.png) [@Chivo01](https://forum.kirupa.com/u/Chivo01)
#### Post date: [February 4, 2003, 1:59am UTC](https://forum.kirupa.com/t/o-k-i-suck-please-help/12726/1 "2003-02-04T01:59:21Z")

</div>

Well I’m kinda close to a web site I have been building for the youth group at my church, I though it would be good for experience and all. but I still have a question about how to load the site in to a browser that fits the movie and doesn’t change the size of or move it all the way to one side of the screen. check it out to see what I mean.

[youth site](http://www.builtontrust.net/flash/youth.html)

or

[youth movie](http://www.builtontrust.net/flash/youth.swf)

I would be greatfull for anyone that can help me

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 4, 2003, 2:27am UTC](https://forum.kirupa.com/t/o-k-i-suck-please-help/12726/2 "2003-02-04T02:27:24Z")

</div>

Here’s a link to a javascript popup window generator:  
[http://www.iboost.com/tools/open\_new\_window.htm](http://www.iboost.com/tools/open_new_window.htm)

hope this helps :cool:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 4, 2003, 5:07am UTC](https://forum.kirupa.com/t/o-k-i-suck-please-help/12726/3 "2003-02-04T05:07:34Z")

</div>

well…if you jus wanna center it on the page you can put

```php
<center></center>

```

around the

```php
<object>

```

tags…

[edit by lostinbeta]Please use the PHP VBcode tags when posting HTML code since the board converts that code it screws up the layout if you post certain tags.[/edit]

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 8, 2003, 7:35am UTC](https://forum.kirupa.com/t/o-k-i-suck-please-help/12726/4 "2003-02-08T07:35:07Z")

</div>

center centers the animation horizontally, how would you center it vertically?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 8, 2003, 7:48am UTC](https://forum.kirupa.com/t/o-k-i-suck-please-help/12726/5 "2003-02-08T07:48:10Z")

</div>

hey sniggins … i don’t want to be mean

but i’ve posted the code for it 2 or 3 times … you really should run a search around the forums 😉

[http://www.kirupaforum.com/search.php?s=&action=showresults&searchid=35313&sortby=lastpost&sortorder=descending](http://www.kirupaforum.com/search.php?s=&action=showresults&searchid=35313&sortby=lastpost&sortorder=descending)

```php

<table width="100%" height="100%">
<tr align="center" valign="middle">
<td>
<object width=someWidth height=someHeight>
<embed src="swf here"></embed>
</object>
</td>
</tr>
</table>

```
