A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: .swf file in the middle of browser

  1. #1
    Junior Member
    Join Date
    Feb 2003
    Location
    London
    Posts
    3

    .swf file in the middle of browser

    Hello
    I'm back with a prb of browser,again! Plz tell me how to put you a flash file (.swf)on the middle of a browser.
    Thnx
    I'll wait for your replies
    nzk82

  2. #2
    Junior Member
    Join Date
    Mar 2003
    Location
    Texas, USA
    Posts
    9
    Do you mean centering it vertically and horizontally in the browser?

    If yes, use this code:

    <center>
    <table width="100%" height="100%" cellspacing=0 cellpadding=0 border=0><tr><td align=center>

    - your flash movie here -

    </td></tr></table>

    This will work fine for all browsers except NN4, in which it can't handle the 100% height and it will start at the top of the browser.
    christi )

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