[quoted text, click to view] > I have designed a webpage in Flash. I designed it placed in upper left corner of document.
> It is now completed.
> How do I ensure that it opens right in the centre of the browser window? No matter what browser the end user uses.
> Also, how can I make a page open up in a small window(i have a smaller 600x400 page that I would like to open by itself in small browser?
make a table , 100 % x 100 % then set its CELL to be align to CENTER and Middle
than paste in there your flash object embed tag.
Table set to 100x100 % will fill the window in any window size and the cell
align to center will follow making flash being center all the way...
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle">Your Flash Tag Here </td>
</tr>
</table>
Copy and paste the entire object and embed tag into "YOUR FLASH TAG HERE"
In regard to pop up , you will need some OnLoad Body tag in your main page .
<BODY onLoad="window.open('
http://www.yahoo.com','new_name1','width=600,height=400');">
Now small Off Topic Note
Please include the nature of the problem in subject.
Some of us who reply posts got lots of other work to look after
and we scan the forum through by topics and if topic not really cover our area
than we will skip it . Threads like Please Help , Can't make
it work , I'm lost , PROBLEM etc... etc.. got high chances to be skipped
by number of users and your answer may take longer than you would expected .
Also other users who search the forum by subject here or in Forum Archives
won't be able to locate the post and find answer because it does not
include any key words.
Regards
urami_*
<lsym>
There's no place like 127.0.0.1