A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: flash position help

  1. #1
    Junior Member
    Join Date
    Apr 2005
    Posts
    20

    flash position help

    ok didn't know where to put this question.. hope this is the right forum..
    ok here's the question
    how do you place your flash file in the top of the web page ?
    for example if you look at the banner on top of this page it has like 1cm of blank space between the browser and the banner ( hope you understand what I'm trying to say)
    how do you remove that blasnk space? how do you make your flash file start from the absolute top ? whatever I tried that space always managed to survive

  2. #2
    associate admedia's Avatar
    Join Date
    Oct 2001
    Location
    is
    Posts
    1,347
    try putting this in the <head> section of your html

    Code:
    <style type="text/css">
    <!--
    body {
    	margin-left: 0px;
    	margin-top: 0px;
    	margin-right: 0px;
    	margin-bottom: 0px;
    }
    -->
    </style>

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