Skip to main content
Known Participant
June 26, 2011
Answered

How to make .swf movie center on web page?

  • June 26, 2011
  • 2 replies
  • 1762 views

Hi,

I have a question, i have created my website and I publish the settings to swf-file and html-file and when I open the html file my website is to the left. But I want my website to be in center of the screen, can anyone tell my how to center the flash file?

Thanks.

This topic has been closed for replies.
Correct answer Ned Murphy

Centering is done in the html/CSS page code.  See if the li k below helps, otherwise just Google "Flashing center in page" and you should find something to help.

http://www.youtube.com/watch?v=koRzpSizoFo

2 replies

Anilmathewm
Participating Frequently
June 26, 2011

Just a add your embed code inside a <center>code here</center>  or a <table><tr><td>code here</td></tr></table>

Participant
June 28, 2011

div tag would work

<div align "center">your_file_name.swf</div>

Ned Murphy
Ned MurphyCorrect answer
Legend
June 26, 2011

Centering is done in the html/CSS page code.  See if the li k below helps, otherwise just Google "Flashing center in page" and you should find something to help.

http://www.youtube.com/watch?v=koRzpSizoFo