A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Centered in Internet Browser

  1. #1
    Junior Member
    Join Date
    Sep 2001
    Posts
    27
    How can i make my Flash website design always centered in the internet browser?
    mine is always fixed to the top left of the screen when opened in the browser.

    Thnx

  2. #2
    Member
    Join Date
    Nov 2000
    Posts
    48
    Just put a center tag in your html page with the object in between it.

    ie.

    <center>
    <OBJECT>
    <PARAM NAME=movie VALUE="intro.swf">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=bgcolor VALUE=#000000>
    <EMBED src="intro.swf">
    </EMBED>
    </OBJECT>
    </center>

    Now the easy way is to publish to html and then edit that page rather than make a new one. then u just slap the <center> & </center> tags before and after all the mumble jumble.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center