A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [F8] constant center of page?

  1. #1
    Senior Member
    Join Date
    Nov 2004
    Posts
    286

    [F8] constant center of page?

    I have a flash splash page I made, and while I believed it to be centered, my friend is telling me when he resizes the window, it doesnt stay centered. How to I code it so that it is ALWAYS centered????

  2. #2
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    in Flash - Publish at Dimensions : Percent - 100 x 100
    in HTML -
    PHP Code:
    <BODY  bgcolor="#7DC6BD" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" 
    <
    TABLE HEIGHT=100WIDTH=100%><CENTRE>
    <
    TR><TD>
    ....
    your movie
    </CENTER></TD></TR></TABLE>
    </
    BODY

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