A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: just a little question on exporting movie

  1. #1
    Junior Member
    Join Date
    Apr 2000
    Posts
    9

    Question

    Probably it's a simple thing, but I can't publish a movie that fill the entire space in an a browser (IE Explorer); on the top and the left of my movie I always see a border of some pixel, just like my movie was centred in space instead of being aligned left. How can I solve this problem?

    Thank to all

  2. #2

    Post

    I am assuming you movie is 550px by 400 px, or at least to those constraints. In your HTML editor, change the width and height to 100%. This should do the trick.

    -Eric

  3. #3
    Junior Member
    Join Date
    Apr 2000
    Posts
    9

    Red face

    Sorry, Eric.

    I don't understand: do you mean "set in Flash the HTML properties when I export a movie to width and height 100%", or "set another HTML editor - like Dreamweaver - to width and height 100%?" that is, in other world: isn't possible to publish a .swf movie direcly from Flash? This is the question...

  4. #4

    Wink

    Have you tried using this in your html document?
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

    this should elminate any borders in both IE and Netscape

  5. #5
    Junior Member
    Join Date
    Apr 2000
    Posts
    9

    Wink

    Great advice! It works a lot !
    Thanx

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