A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: browser sizing?

  1. #1
    Junior Member
    Join Date
    Oct 2002
    Posts
    9

    browser sizing?

    I need to make a picture fit the width size of a browser with no gaps on the sides or have any scroll bars on the browser. i set the movie size in lash and then framed the picture so that its exactly the same size as the movie. when i test it in the browser, there are gaps on the sides. i make the movie bigger and the picture wont fit but the gaps are still there. how do i fix that? thanks

  2. #2
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    To fill top and left gaps ( due to browsers default gap of 2 pixels).
    In body tag..

    marginheight=0 marginwidth=0 leftmargin=0 topmargin=0

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  3. #3
    Junior Member
    Join Date
    Oct 2002
    Posts
    9

    Body tags

    Im sorry, where do you find the body tags and where do you put the text that you wrote. im sure it has a very distinct place to be put. i think i know how to edit the code of the html page. its in notepad i believe. there are to body tags. one has a slash and the other one doesnt does the text go between that. and if so does the text need any symbols around it. thanks

  4. #4
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    It should look something like this.....

    <BODY bgcolor="#000000" marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>


    ... below is the end of the body tag. Disregard this
    </BODY>

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  5. #5
    Junior Member
    Join Date
    Oct 2002
    Posts
    9

    thanks

    thanks it was a great help and i learned alot. feel like i have a little more control over alreaddy a beast. later.

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