Hi,
I have just gone live with a full flash site and used flashObject to embed my movie
I neglected to test it in IE and have just been notified by two people that the site doesn’t appear in IE. It works in all other browsers.
Here is my HTML
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Roberts & Co Estate Agents</title>
<meta name="description" content="Roberts & Co Estate Agents, Wales' No 1 Estate Agent. Based in Newport and surrounding area">
<!-- <meta name="keywords" content="Monmouthshire, Gwent, Brecon Beacons, National Park, Llanfoist, Govilon, Gilwern, Crickhowell, Black Mountains, Pandy, East Wales, Barn Conversions, Plots, Letting Agents, Usk Valley, Boarders, Rural, Welsh Properties, Properties, Property, Wales, Roberts, Roberts and co, Estate Agents, Estate Agency, South Wales, Davies, Abergavenny, Bargoed, Blackwood, Blaenavon, Caerleon, Chepstow, Cwmbran, Newbridge, Newport, Pontypool, Risca, House, Purchase, Buying, Selling, Building plots, Valuation, Mortgage, Auction, Bungalow, Detached, Terrace, Cottage, Commercial, Rent, Rental, Lettings"> -->
<style type="text/css">
body,html{
height:100%;
width: 100%;
margin:0;
}
</style>
<script type="text/javascript" src= "flashobject.js"></script>
</head>
<body bgcolor="#FFBD17">
<div id="flashcontent" style="width: 100%; margin: 0 auto;"><h1>Roberts & Co Estate Agents</h1><p><strong>If you are seeing this page it means you haven't got Flash player installed, follow the below link to install, alternativley see the view the page links further down the page to view properties</strong></p><p><a href="http://get.adobe.com/flashplayer/">Install Flash Player</a></p><p>Established in 2002, within only 6 months Roberts & Co. swiftly became one of the leading estate agents in Newport. Situated in the heart of Newport city centre, our prominent offices are staffed by some of Newports' most experienced estate agents, benefiting from over 100 years combined experience in the local property market. Roberts & Co. are members of the National Association of Estate Agents and the Royal Institution of Chartered Surveyors.
At Roberts & Co. we pride ourselves on our personal commitment and enthusiastic professional approach to selling property. Opening 7 days a week, no long-term contract to sign, prominent local advertising and a very competitive fee structure, our products and services are second to none. We also offer a full in-house financial planning service.<p></div>
<script type="text/javascript">
var fo = new FlashObject("preloader.swf", "Roberts & Co Estate Agents", "100%", "100%", "9", "#FFBD17");
fo.addParam("allowScriptAccess", "sameDomain");
fo.addParam("allowFullScreen", "true");
fo.addParam("quality", "best");
fo.addParam("scale", "noscale");
fo.addParam("loop", "false");
fo.addParam("wmode", "window");
fo.addParam("width", "100%");
fo.addParam("height", "100%");
fo.write("flashcontent");
</script>
</body>
</html>
Can someone please help
Thanks
Phil