A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: swf at 100% but not resize

  1. #1
    Junior Member
    Join Date
    Aug 2000
    Location
    Italy
    Posts
    10

    swf at 100% but not resize

    Look this site:
    http://www.stylesucks.com/main.html

    I need to publish a swf with a central part that doesn't resize, and two black bands up and down that fill the rest of browser.

    Only html or need i actionscript too?

  2. #2
    ReMember jennyj's Avatar
    Join Date
    Feb 2003
    Location
    UK
    Posts
    549
    make your flash the correct size(ie, just the size of the middle bit) when you publish it, under html, select "match movie" NOT 100%
    in the html file, add
    code:
    <body bgcolor="#000000">
    <div align="center">
    //your flash file goes here
    </div>
    </body>




    JennyJ

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