Submit Your Article Forum Rules

Results 1 to 5 of 5

Thread: How Do I Fill the HTML page?

  1. #1
    Junior Member
    Join Date
    Sep 2003
    Posts
    17

    How Do I Fill the HTML page?

    After I publish my flash site I always get the border around my site.

    If you look at this site now the page fills the screen from edge to edge but on my site I get a small border around the site. Is this because it's a Flash only site? Can I get my site to be flush left and top to the browser?

    My site is www.infinite-soul.com to see what I mean.

    Thank You!

  2. #2
    Junior Member
    Join Date
    Jun 2004
    Posts
    20
    Do you mean the white space on the left right top and bottome surrounding the actual flash itself. You have to set your alignment and fix the margins to 0. If you use dreamweaver, which this looks very characteristic of, you can right click on work area, click page properties and then set it there. Hope this helped.

  3. #3
    Junior Member
    Join Date
    Aug 2004
    Posts
    11
    try this:

    <HTML>
    <HEAD>
    <TITLE>infinite-soul</TITLE>
    <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
    <style type="text/css">
    <!--
    body { background-color: #FFFFFF; margin: 0px; padding: 0px; border: 0px; overflow: hidden; height: 100%; width: 100%;left: 0px; top: 0px;}
    -->
    </style>
    </HEAD>
    <BODY>
    <OBJECT id="infinite-soul" data="infinite-soul.swf" TYPE="application/x-shockwave-flash" width="100%" height="100%">
    <param name="movie" value="infinite-soul.swf" />
    <param name="loop" value="false" />
    <param name="menu" value="true" />
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="scale" value="exactfit" />
    <param name="devicefont" value="false" />
    <param name="bgcolor" value="#FFFFFF" />
    </object>
    </BODY>
    </HTML>


    if you dont like the fact that page gets stretched then change "exactfit" to "showall".

    you can also change quality high to quality best.

    Your site is very very slow on my system which is only 400 MHZ but is plenty fast enough for most flash files.

    percepts

  4. #4
    Senior Member Markll's Avatar
    Join Date
    Aug 2003
    Posts
    615

    Cursor Hijack

    First and foremost you should eliminate the mouse cursor change. Anything that alters the basic functionality of the end users browsing is annoying.

    Anyway the drag cursor replacement is very choppy and difficult to use.


    http://mtheoryit.com

  5. #5
    Junior Member
    Join Date
    Aug 2004
    Posts
    1
    you can put the swf into a table ..

Similar Threads

  1. How to display an html page within another html page, but "shrunk"?
    By getmea in forum Web Programming Discussion Forum
    Replies: 24
    Last Post: 09-01-2009, 12:03 AM
  2. How to Redirect the html/index.html page to .com page?
    By tushar123 in forum Search Engine Optimization Forum
    Replies: 6
    Last Post: 07-30-2008, 05:43 AM
  3. Home page Dynamic Vs Html static page
    By Steven1976a in forum Search Engine Optimization Forum
    Replies: 4
    Last Post: 05-27-2007, 06:10 PM
  4. html into php page.
    By PilotPete in forum Graphics & Design Discussion Forum
    Replies: 1
    Last Post: 12-05-2006, 02:42 AM
  5. Static Page Html
    By joy in forum Graphics & Design Discussion Forum
    Replies: 13
    Last Post: 03-10-2004, 01:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •