A Flash Developer Resource Site

Results 1 to 8 of 8

Thread: Quick Question about Window Size

  1. #1
    Hello everyone

    Thanks for reading my thread.
    I'm working on this website and am perplexed as to why the surrounding movie has a grey perimeter that doesn't let the movie fully fit the screen.

    Could you go to http://www.nc2003.net and suggest some possible solutions to this? I'd really appreciate it.

    Just to let you know, my movie size is 800X600 and I published it at
    Dimensions>Percent (Width 100, Height 100),
    Scale > Exact Fit,
    Quality > Best,
    Window Mode > Window,
    Flash Alignment Center (horizontal), Center (vertical.

  2. #2
    Senior Member
    Join Date
    Dec 2001
    Posts
    391
    For my movies, I use 750x400 pixels. That works good for me. But you will probably have to fool around with it though to find the dimensions that you like!

    Michael
    http://www.twofortap.com

  3. #3
    Thanks


    ...does anyone else have any suggestions or advice?

  4. #4
    Junior Member
    Join Date
    Mar 2002
    Posts
    5
    you have to put the following line in the body of the .html file.

    topmargin = "0" leftmargin = "0"


  5. #5
    I've done that in the past, but the movie ends up pulling to the left, which leaves the right side of my movie exposed.

  6. #6
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282
    Put these in the <body> tag:

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


    Also:



    File > Publish Settings > HTML Tab

    Dimensions set to "PERCENT" 100 / 100

    Scale set to "Exact Fit"

  7. #7
    Okay...I'm about to try it out. Wish me luck! *fingers crossed*

  8. #8
    IT FRIGGIN' WORKED!!!!!!!!!!!!!!!!!

    You da man!!

    Thanks!!!!!

    If I could, I'd buy you a Budweiser at the bar.


    Whew! ...now I could sleep at night. This problem has been persisting over the weekend and I've lost sleep over this minor detail. I guess I should read my HTML textbook again, eh? :\

    Thanks again

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