A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: no border

  1. #1
    Junior Member
    Join Date
    Jul 2000
    Posts
    11
    hey guys,
    i dont know what board this would go under but this was my best guess. I was wondering how do i get rid of the border that goes all around your flash movie? to make the movie fullscreen in the broswer? Any help would be nice.

    bishop

  2. #2
    Senior Member
    Join Date
    Jun 2000
    Posts
    337
    Eya!

    In your html add:
    <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">

    In the <object>-tag add:
    scale="exactfit"

    And between <object> and </object> add:
    <param name="quality" value="high">

    And last but not least: scale the window to exactly the height and width of your movie.

    LTrZ!
    DamnGzM.

  3. #3
    could also just call the swf directly in the URL

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