A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: How to remove border of html file in browser?

  1. #1
    Junior Member
    Join Date
    Jun 2002
    Posts
    18

    How to remove border of html file in browser?

    This is more or less an HTML question, but I am making a pop-up window for a flash site, and I want the entire pop-up window to be only the flash file and none of the html file, can anyone let me know how this is done?
    To see what I am saying, just click the below link, what I am trying to get rid of, is the black border.

    http://darkenedlabs.com/test.html

  2. #2
    human
    Join Date
    May 2000
    Posts
    132
    You might try putting this in your body tag...
    Also, I would recommend making the bg color the same blue as in your movie...

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




  3. #3
    human
    Join Date
    May 2000
    Posts
    132
    <body bgcolor="#000000" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" rightmargin="0">

  4. #4
    Junior Member
    Join Date
    Jun 2002
    Posts
    18

    .

    heh I don't see anything, (I will make the flash background black btw, I only made it blue so you could see what I mean.)

  5. #5
    human
    Join Date
    May 2000
    Posts
    132
    don't know how to post html, didn't render it, so try this...

    body bgcolor="#000000" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" rightmargin="0"

  6. #6
    Junior Member
    Join Date
    Jun 2002
    Posts
    18
    Many thanks Meredith

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