PDA

View Full Version : problem with browser window


vosgien
04-23-2002, 07:32 AM
Hi,
When I publish my Flash movie in HTML and play back in my ie browser there is a huge amount of space to the right of the window. I have tried useing "align to the right", but it makes little or no difference. If I put my images/text to the right in the fla, they get lost in the browser window. Can I do anything about this, will it still appear the same on the web ??
Is there any code I can use for aligning the movie correctly ?

Cheers

Vosgien

Billy T
04-23-2002, 07:35 AM
put your movie in a table

eg

<TABLE WIDTH="100%" HEIGHT="100%" BORDER="0"><TR align="center" valign="middle"><TD>

flash embed code

</TD></TR></TABLE>

cheers

vosgien
04-23-2002, 07:59 AM
Hi Billy,
What a fast response, alas I do not understand - do I put that code under the<head> tags or where.....,
As must seem obvious I know nothing ( yet) about HTML ??,

Billy T
04-23-2002, 08:38 AM
look at the html file flash produces

under the <body> tag but the above all the flash embed code you put the first part. Then after the flash embed code but before the </body> tag you put the second part.

To make it easier, go to macromedia.com and download the "center flash in browser" extension - this does it all for you

cheers

vosgien
04-23-2002, 08:42 AM
Thanks again Billy, this site really is the best and the fastest on the net

Cheers

Vosgien