A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Screen utilization

  1. #1
    Junior Member
    Join Date
    Mar 2000
    Posts
    1

    Post

    Hi Everyone

    I am trying to develop a web page by using flash. When I see some famous sites such as www.eye4u.com or www.turtleshell.com, their web pages can fully utilize the screen for their application. However, I tried to set up different setting for my current design. I still have a slime boarder surrounding my app. Can someone give me some suggestion.

    Your advice is highly appreciated !

    ------------------
    C2

  2. #2
    Junior Member
    Join Date
    Mar 2000
    Posts
    27

    Post

    I've asked the same question myself this morning, and the way I solved it was thru the HTML code. On the <body> tag insert this:
    marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"
    rightmargin="0"

    Seems confusing, but works. At least in explorer it does; don't know bout Netscape. If you have only one color in the background throughout job, you can forget what I've said till now and make the HTML
    bgcolor(background color) the same as the movie.

    Good luck, let me know how it works.

  3. #3
    Senior Member
    Join Date
    Feb 2000
    Posts
    195

    Lightbulb

    I think that works on browsers version 4 and up.

    My favorite approach is to use FRAMES like this:

    &lt;frameset rows="*,0" frameborder="no" framespacing="0" border="0"&gt;
    &lt;frame src="flash.html" marginheight="0" marginwidth="0" scrolling="no"&gt;
    &lt;frame src="blank.html" marginheight="0" marginwidth="0" scrolling="no"&gt;
    &lt;/frameset&gt;

    Since that works in browsers as far back as Netscape 2!
    <EMBED src="/cgi-bin/ubb/Members/sigs/00000205.swf" quality=high WIDTH=500 HEIGHT=50 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </EMBED>

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