A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Window Problem

  1. #1
    Member
    Join Date
    Dec 2002
    Location
    Texas
    Posts
    78

    Window Problem

    We have this Web based Training in Flash. It loads the html url in a stripped window and the file is about a half inch to the right and left. I'm probably saying that all wrong so I'll just show you. I couldn't attach the files themselves they are too large but here's a screen capture. Anyone have a clue how to fix this?

    Please help!!
    Kel

    oh and it's MX
    Attached Files Attached Files

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Either try to embed the .swf directly (without the html), or add the stuff about margins in the body tag...

    Code:
    <*BODY bgcolor="#999999" MARGINHEIGHT="0" MARGINWIDTH="0" TOPMARGIN="0" 
    LEFTMARGIN="0" RIGHTMARGIN="0" BOTTOMMARGIN="0" SCROLL="NO">
    No linebreaks in the above.

  3. #3
    Member
    Join Date
    Dec 2002
    Location
    Texas
    Posts
    78

    Old Newbie You're so smart but. . .

    Not everyone is as smart as you. lol

    Can you give me a little guidance on where to put that code?

    Please.
    Kel

  4. #4
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Add the "margin stuff" to your existing html's body tag. Oh! And get rid of the "*" after the first "<", that's just so that it'll show up on this board.

    Open your html called in your popup, and using Notepad, just change the body tag in that html. Just add the "margin stuff". Don't change anything else you already have in that tag.

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