To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here


A Flash Developer Resource Site

Go Back   Flash Kit Community Forums > Product Support > Koolmoves

Reply
 
Thread Tools Search this Thread Display Modes
Old 11-29-2006, 12:46 PM   #1
3fprthemoney
Junior Member
 
Join Date: Oct 2006
Posts: 21
Actice X White Space in webpage

Take a look at this site: www.tomorrowstaxservice.com

Is there a way to eliminate the area of "whitespace" that is outlined in the Active X area. I want to place a background color for the page but I can not because of the large area of whitespace that surronds the swf file.

I just want to be able insert just the swf file so it fits into a table without having the blank white area around the file.

Thanks.
3fprthemoney is offline   Reply With Quote
Old 11-29-2006, 01:02 PM   #2
blanius
KoolMoves Moderator
 
blanius's Avatar
 
Join Date: Jul 2001
Location: Atlanta GA
Posts: 4,911
make a smaller table cell to hold the flash.....
blanius is offline   Reply With Quote
Old 11-29-2006, 02:01 PM   #3
3fprthemoney
Junior Member
 
Join Date: Oct 2006
Posts: 21
I have tried that but the problem appears to be with the actual swf file. I have adjusted the size of the cell and the swf. file but the "white active x" area still surrounds the file. I am using Frontpage 2003 if that helps.

Is there a way to edit this is koolmoves.
3fprthemoney is offline   Reply With Quote
Old 11-29-2006, 02:15 PM   #4
Bob Hartzell
Moderator
 
Join Date: Jun 2000
Posts: 2,896
Add LEFTMARGIN="0" MARGINWIDTH="0" TOPMARGIN="0" MARGINHEIGHT="0" to the <Body tag
Bob Hartzell is offline   Reply With Quote
Old 11-29-2006, 02:28 PM   #5
3fprthemoney
Junior Member
 
Join Date: Oct 2006
Posts: 21
Where do I need to place this? I typed it beside the body tag and the text just appeared on the page.

Here is the original code for the page:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Tomorrow's Tax Service</title>
<bgsound src="typewriter.wav" loop="1">
<meta name="keywords" content="Tax Preparation, Tampa, Saint Petersburg, Hampton Roads, Virginia, Florida">
<meta name="description" content="Tax Preparation, Tampa, Saint Petersburg, Hampton Roads, Virginia, Florida">
</head>

<body>

<table border="0" width="100%" id="table1" bgcolor="#FFFFFF">
<tr>
<td width="900%" height="600%">
<p align="center">
<embed width="900" height="600" src="tomorrows%20tax%20service.swf" align="middle"></td>
</tr>
<tr>
<td>
<p align="center">
<font size="2">Website Created and Maintained by
<a target="_blank" href="http://www.indigocg.com/">Indigo Consulting Group</a><br>
Any questions and concerns should be directed to
<a href="mailto:webmaster@indigocg.com">webmaster@ind igocg.com</a><br>
<a target="_blank" href="http://www.indigocg.com">www.indigocg.com</a> for your web
design needs</font></td>
</tr>
</table>

</body>

</html>
3fprthemoney is offline   Reply With Quote
Old 11-29-2006, 04:47 PM   #6
Bob Hartzell
Moderator
 
Join Date: Jun 2000
Posts: 2,896
<body Leftmargin="0" Marginwidth="0" Topmargin="0" Marginheight="0">
Bob Hartzell is offline   Reply With Quote
Old 11-29-2006, 05:49 PM   #7
Stoke Laurie
That web bloke
 
Stoke Laurie's Avatar
 
Join Date: Jan 2006
Location: England
Posts: 869
Can I suggest that you use pre-loaders on this and all your example sites, as some take a while to load with no indication of what to expect.
Stoke Laurie is offline   Reply With Quote
Old 11-29-2006, 06:04 PM   #8
blanius
KoolMoves Moderator
 
blanius's Avatar
 
Join Date: Jul 2001
Location: Atlanta GA
Posts: 4,911
I guess I'm not understanding this. You have a table with 100% cell and the flash is in that. So yeah there's whitespace. Set the size of the cell to the same as the flash. This is pretty basic layout stuff. If you want that INSIDE another table cell that's fine that one can be 100% to keep it centered like you have it now.

And even if you can't do that set the background color of the page and then set the tables bg color the same, visibly it will be the same.
blanius is offline   Reply With Quote
Old 11-29-2006, 06:18 PM   #9
Stoke Laurie
That web bloke
 
Stoke Laurie's Avatar
 
Join Date: Jan 2006
Location: England
Posts: 869
Open your page in your HTML editor - frontpage will do, and remove the cell padding and cell spacing.
Stoke Laurie is offline   Reply With Quote
Old 11-29-2006, 06:28 PM   #10
blanius
KoolMoves Moderator
 
blanius's Avatar
 
Join Date: Jul 2001
Location: Atlanta GA
Posts: 4,911
OK here:Took 30 seconds in Dreamweaver.

PHP Code:
<html>

<
head>
<
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<
title>Tomorrow's Tax Service</title>
<bgsound src="typewriter.wav" loop="1">
<meta name="keywords" content="Tax Preparation, Tampa, Saint Petersburg, Hampton Roads, Virginia, Florida">
<meta name="description" content="Tax Preparation, Tampa, Saint Petersburg, Hampton Roads, Virginia, Florida">
</head>

<body bgcolor="#00FF66">

<table border="0" width="100%" id="table1" bgcolor="#00FF66">
  <!--DWLayoutTable-->
    <tr>
      <td width="174" height="602">&nbsp;</td>
      <td width="900" valign="top">
        <p align="center">
      <embed width="900" height="600" src="tomorrows%20tax%20service.swf" align="middle"></td>
    <td width="126">&nbsp;</td>
    </tr>
    <tr>
        <td height="47" colspan="3">
        <p align="center">
        <font size="2">Website Created and Maintained by
        <a target="_blank" href="http://www.indigocg.com/">Indigo Consulting Group</a><br>
        Any questions and concerns should be directed to
        <a href="mailto:webmaster@indigocg.com">webmaster@indigocg.com</a><br>
        <a target="_blank" href="http://www.indigocg.com">www.indigocg.com</a> for your web
        design needs</font></td>
    </tr>
</table>

</body>

</html>
This kind of question is probably best answered in the HTML/Javascript forum http://board.flashkit.com/board/forumdisplay.php?f=103 .
blanius is offline   Reply With Quote
Reply

Go Back   Flash Kit Community Forums > Product Support > Koolmoves

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:18 AM.


internet.commerce
Be a Commerce Partner
 »  »  »  »  »  »  »
 »  »  »  »  »  »
 

    

Acceptable Use Policy

internet.comMediabistrojusttechjobs.comGraphics.com

WebMediaBrands Corporate Info


Advertise | Newsletters | Feedback | Submit News

Legal Notices | Licensing | Permissions | Privacy Policy


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.