Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Centralising movie

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi all,

I am trying to set my flash movie to be centralised in the browser I added a <center> tag and this centers the movie ok from a horizontal position but the movie is not centralised from a vertical position, so its centered and at the top. Any ideas on how to sort this, many thanks in advance.

 
ok my friend try this, put it in your body

<TABLE width=&quot;100%&quot; height=&quot;100%&quot;>
<TR>
<TD align=&quot;center&quot; valign=&quot;middle&quot;>
<OBJECT classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot;
codebase=&quot; WIDTH=760 HEIGHT=420>
<PARAM NAME=movie VALUE=&quot;your movie.swf&quot;> <PARAM NAME=quality VALUE=best> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src=&quot;yourmovie.swf&quot; quality=best bgcolor=#000000 WIDTH=760 HEIGHT=420 TYPE=&quot;application/x-shockwave-flash&quot; PLUGINSPAGE=&quot;</OBJECT>
</TD>
</TR>
</TABLE>
 
put your <object> thingy instead of the one above
 
Publish your movie as 100% (width) x 100% (height) and it'll work. Keep Flasing! Sudy Zenzi Grg
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top