Need some help on existing site.

mikeisflux

New Member
I recently added a flash intro to my website. address is http://www.fluxdataservices.com. having a bit of trouble though. it looks like there is an unnecessary amount of white space above the flash intro. any ideas on how to get rid of it? Thanks so much for the help. im posting the code here as well.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Flux Data Services - Computer Repair, Custom Builds, Consulting</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="odessa, texas, computer technicians, computer repair, computer support, network support, odessa tx, computer repair, custom builds, virus removal, virus, viruses, malware Removal, blue screen, midland, midland tx, upgrade, ram, computer sales, computer, web design, computer consulting, support, wifi, installation, laptop repair, laptop, sales, service, computer services, consulting, professional consulting, it, it consulting, data backup, recover files, data, recover lost, recover, remote back up, disaster recovery, laptop sales, Firewalls, security, anti-virus, wifi Setup, wifi security, wifi configuration, wep, wpa">
<meta name="description" content="Computer Repair, Custom Builds, Consulting -- Contact Us @ 432-599-2444"/>

</head>

<body>
<table width="90%" height="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0″ width="700"
height="322">
<param name="movie" value="intro.swf">
<param name="quality" value="high">
<embed src="intro.swf" quality="high" width="1280" height="1600" play="true" loop="false" align="top"
pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="700″
height="322″></embed>
</object>
</td>
</tr>
</table>
<p><center>
<a href="http://www.fluxdataservices.com/home.html">Mobile Device Without Flash?? Click Here To Proceed.</a>
</center></p>
</body>
<HEAD>


<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">

</HEAD>
</html>
 

DHDdirect

New Member
Could it be that the actual video size is not matching the canvas size of 1280x1600?

Personally I'd just axe the intro all together.
 

mikeisflux

New Member
I reduced they size and yeah it fits on the page better but even so there is still an unusual amount of white space betweeen the video and the top of the page. I would like to get it higher up.
 

Phreaddee

Super Moderator
Staff member
you will have more control over its positioning if you place it within a div instead of a table cell.
<td align="center" valign="middle">
that is why it is sitting where it is.
 

mikeisflux

New Member
div

could you by chance give me an example of the code on how it should be? sorry im not very good at writing code.
 

zomex

New Member
could you by chance give me an example of the code on how it should be? sorry im not very good at writing code.

Hello,

Here's the code that's causing the large amount of white space (scroll to the right of the code box):

Code:
 <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″
codebase=" http:="" download.macromedia.com="" pub="" shockwave="" cabs="" flash="" swflash.cab#version="6,0,29,0″" width="700" height="322">
<param name="movie" value="intro.swf">
<param name="quality" value="high">
<embed src="intro.swf" quality="high" play="true" loop="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" 322″="" align="top" width="640" [COLOR="Red"][B]height="800"[/B][/COLOR]>
</object>

Changing that to 200 or so will fix your problem.

Jack
 

mikeisflux

New Member
fixed it here is the working code. thanks for all the help.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>INTRO</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="odessa, texas, computer technicians, computer repair, computer support, network support, odessa tx, computer repair, custom builds, virus removal, virus, viruses, malware Removal, blue screen, midland, midland tx, upgrade, ram, computer sales, computer, web design, computer consulting, support, wifi, installation, laptop repair, laptop, sales, service, computer services, consulting, professional consulting, it, it consulting, data backup, recover files, data, recover lost, recover, remote back up, disaster recovery, laptop sales, Firewalls, security, anti-virus, wifi Setup, wifi security, wifi configuration, wep, wpa">
<meta name="description" content="Data Backup and Recovery"/>
<link rel="stylesheet" type="text/css" href="stylesheet.css" />
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20742918-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
<META HTTP-EQUIV="REFRESH" CONTENT="1800">

</head>
<body>

<div class="bannerArea">
<div class="container">
<div class="bannernav"><a href="Privacy.html" >Privacy Policy</a> &bull; <a href="contact.html" >Contact Us</a> &bull; <a href="/forum" >Support Forum</a></div>
<div class="toplogo"></div>
<div style="clear:both;"></div>
</div>
</div>
<div class="topnavigationArea">
<div class="container">
<div class="topnavigationgroup"> </div>
<div style="clear:both;"></div>
</div>
</div>
<div class="contentArea">
<div class="container">
<div style="clear:both;"><div align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0″ width="700"
height="322">
<param name="movie" value="intro.swf">
<param name="quality" value="high">
<embed src="intro.swf" quality="high" width="640" height="480" play="true" loop="false" align="top"
pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="640"
height="480"></embed>
</object>
</div>
<p><center>
<a href="http://www.fluxdataservices.com/home.html">Mobile Device Without Flash?? Click Here To Proceed.</a>
</center></p></div>
</div>
</div>
<div class="footerArea">
<div class="container">
<div class="copyright">&copy; 2010 Flux Data Services. All rights reserved.</div>
</div>
</div>
</body>
<HEAD>


<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">

</HEAD>

</html>
 

mikeisflux

New Member
head tags

There is a bug with internet explorer when you use a no cash tag you have to put it at the bottom of the page because it only reads no cash after the first 64kb of info is read.
 

Phreaddee

Super Moderator
Staff member
there is a bug with IE, its called micro$oft!!!

anyway why do you not want to cache your site?
 
Top