Firefox shrinking flash file
Hi All, Firstly I want to say a big thank you because all of the thread keepers have managed to help me build my very first flash website for charity. Way cool. My only problem is that the website works great in explorer and safari but it shrinks it in Firefox. Can anyone help me with this? www.celebratesafely.com.au is the website. Cheers
Help with code please firefox flash problem
ca anyone suggest any changes to code in an html file that shows a flash intro so that it actually displays in firefox, here is the code:
Quote:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Mr Stephen Hairdressing - Bournemouth</title>
<link href="style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
background-color: #412615;
}
-->
</style></head>
<BODY>
<center>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
width="747" height="797">
<param name="movie" value="flash/intro8_cs_b3.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
<!--[if !IE]> <-->
<object data="flash/main1.swf"
width="747" height="797" type="application/x-shockwave-flash">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer">
FAIL (the browser should render some flash content, not this).
</object>
<!--> <![endif]-->
</object></center>
</BODY>
</HTML>
The site is here:
http://www.mrstephen.co.uk
Many thanks for any help
regards steve
Working, but white area on flash now
Hi
here is the code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Mr Stephen Hairdressing - Bournemouth</title>
<link href="style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
background-color: #412615;
}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<center>
<div>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="747" height="797">
<param name="movie" value="flash/intro8_cs_b4.swf" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="flash/intro8_cs_b4.swf" width="747" height="797">
<!--<![endif]-->
<p>Install Flash Player</p>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
</body></html>
It seems to display in firefox now as long as flash is installed BUT now i have a white area that hangs around till it changes colour to the brown far longer. Is there anything i can do about this?
http://mrstephen.co.uk/index_2.html
Thank you