Help with cell background

hello!

you meant to change that (see the code below) from hebrew to english or if that is not tell me what?

[class="highlight">[COLOR="#FF0000"]באנר מוזיקה[/COLOR]</span></t/CODE]

thanks galia

No! “Read my Lips” :slight_smile:

CHANGE YOUR SWF FILE NAMES.

Change them on your server and on the web page that calls them. Remove the spaces.

I gave you examples - It couldn’t be clearer in my previous post so I am lost to see what you don’t understand? Why did you show some unrelated text?

This is one of your flash elements:


<object id="FlashID2" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="551" height="280">
		<param name="movie" value="flash work/&#1489;&#1488;&#1504;&#1512; &#1491;&#1490;&#1497;&#1501;.swf" />
		<param name="quality" value="high" />
		<param name="wmode" value="opaque" />
		<param name="swfversion" value="11.0.0.0" />
		<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don&#8217;t want users to see the prompt. -->
		<param name="expressinstall" value="Scripts/expressInstall.swf" />
		<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. --> 
		<!--[if !IE]>-->
		<object type="application/x-shockwave-flash" data="flash work/&#1489;&#1488;&#1504;&#1512;  &#1491;&#1490;&#1497;&#1501;.swf" width="551" height="280">
				<!--<![endif]-->
				<param name="quality" value="high" />
				<param name="wmode" value="opaque" />
				<param name="swfversion" value="11.0.0.0" />
				<param name="expressinstall" value="Scripts/expressInstall.swf" />
				<!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
				<div>
						<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
						<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
				</div>
				<!--[if !IE]>-->
		</object>
		<!--<![endif]-->
</object>

In that code you have the the name of the swf file:


<param name="movie" [B]value="flash work/&#1489;&#1488;&#1504;&#1512; &#1491;&#1490;&#1497;&#1501;.swf"[/B] />

....

<object type="application/x-shockwave-flash" [B]data="flash work/&#1489;&#1488;&#1504;&#1512;  &#1491;&#1490;&#1497;&#1501;.swf"[/B] width="551" height="280">


Specifically rename this:

באנר דגים.swf

to something like this:

flash1.swf

Then do the same for the corresponding file on your server.

hello!

sorry but it still does not work after i change the names like you say what to do?

sending the code

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1255" />
<title>Untitled Document</title>
<style type="text/css">
object *{
padding:0;
margin:0;
}

#container {
	position: relative;
	width: 960px;
	z-index: 1;
	border: thick solid #000;
	margin-right: auto;
	margin-left: auto;
	height: 1200px; 
}
#header {
position: relative;
width: 958px;
height: 146px;
z-index: 2;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
border-bottom-style: solid;
border-bottom-width: medium;
border-bottom-color: #ac1c33;
margin-right: auto;
margin-left: auto;
left: 0px;
top: 0px;
background-image: url(images/html-images/canstockphoto178167596_comp.jpg);
}
#tab {
position: relative;
width: 960px;
height: 54px;
z-index: 4;
background-color: #57010c;
border-bottom-width: thin;
border-bottom-style: solid;
}
#apDiv1 {
	position: relative;
	width: 960px;
	z-index: 5;
	background-image: url(images/html-images/canstockphoto17816756009_comp.jpg);
	background-repeat: repeat;
	margin: 0px;
	height: 897px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#apDiv2 {
	position: relative;
	width: 960px;
	height: 98px;
	z-index: 6;
	background-image: url(images/html-images/canstockphoto178167567_comp.jpg);
	background-repeat: repeat;
	float: right;
}
.sign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #690917;
	direction: rtl;
	text-align: center;
	white-space: nowrap;
}
.outside {
	border: medium double #000;
}
.highlight {
	background-color: #FFF;
	direction: rtl;
	border: thin solid #000;
	font-size: 16px;
	padding: 1px;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
	vertical-align: middle;
	display: inline-block;
	margin: 2px 0;
	white-space: nowrap;
}
#apDiv4 {
	position: relative;
	width: 162px;
	height: 180px;
	z-index: 1;
	float: right;
}

table.main-table {
	border-spacing:4px 0;
}
table.main-table table {
	border-spacing:4px 0;
}
</style>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<script type="text/javascript">
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
 
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
 
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>
</head>
<body onload="MM_preloadImages('images/html-images/home-4.jpg','images/html-images/about-4.jpg' ,'images/html-images/galleries-3.jpg','images/html-images/contect-4.jpg')">
<a name="top" id="top"></a>
<div id="container">
 
<div id="header"></div>
<div id="tab">
<table width="940" border="0" cellpadding="0" cellspacing="1" style="border-bottom:2px solid black">
<tr>
<td height="52" scope="col"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('contect','','images/html-images/contect-4.jpg',1)"><img src="images/html-images/contect-3.jpg" width="235" height="52" id="contect" /></a></td>
<td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('galleries','','images/html-images/galleries-3.jpg',1)"><img src="images/html-images/galleries-4.jpg" width="235" height="52" id="galleries" /></a></td>
<td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('about','','images/html-images/about-4.jpg',1)"><img src="images/html-images/about-3.jpg" width="235" height="52" id="about" /></a></td>
<td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('home','','images/html-images/home-4.jpg',1)"><img src="images/html-images/home-3.jpg" width="235" height="52" id="home" /></a></td>
</tr>
</table>
<table width="940" border="0" cellpadding="0" cellspacing="1">
</table>
</div>
<div id="apDiv1">

  <div id="apDiv4"><table width="162" height="180" border="1">
    <tr>
      <td width="162" height="20" class="sign">&#1489;&#1488;&#1504;&#1512; &#1491;&#1490;&#1497;&#1501;</td>
    </tr>
    <tr>
      <td height="20" class="sign">&#1502;&#1505;&#1499;&#1492; love</td>
    </tr>
    <tr>
      <td height="20" class="sign">&#1489;&#1488;&#1504;&#1512; &#1502;&#1493;&#1494;&#1497;&#1511;&#1492;</td>
    </tr>
    <tr>
      <td height="20" class="sign">&#1502;&#1514;&#1493;&#1508;&#1508;&#1497;&#1501;</td>
    </tr>
    <tr>
      <td height="20" class="sign">&#1488;&#1497;&#1497;&#1511;&#1493;&#1503;</td>
    </tr>
  </table></div>

  <div id="apDiv6"></div>
  <div id="apDiv5"></div>
    <table class="main-table"  width="765" height="876" border="0" cellpadding="0" cellspacing="0">
    <tr>
      <th width="760" height="84" class="outside" scope="col"><object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="760" height="84">
        <param name="movie" value="flash work/musicb.swf" />
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="15.0.0.0" />
        <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="flash work/musicb.swf" width="760" height="84">
          <!--<![endif]-->
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <param name="swfversion" value="11.0.0.0" />
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
          <div>
            <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
          </div>
          <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object></th>
    </tr>
    <tr>
      <td height="25" class="sign"><span class="highlight">&#1489;&#1488;&#1504;&#1512; &#1502;&#1493;&#1494;&#1497;&#1511;&#1492;</span></td>
    </tr>
    <tr>
     <td style="vertical-align:top" td width="760" height="759"><table width="768" height="759" border="0" cellpadding="0" cellspacing="0">
        <tr align="left">
          <td width="551" height="280" align="center" class="outside"><object id="FlashID2" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="551" height="280">
            <param name="movie" value="flash work/fishb.swf" />
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="11.0.0.0" />
            <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
            <!--[if !IE]>-->
            <object type="application/x-shockwave-flash" data="flash work/fishb.swf" width="551" height="280">
              <!--<![endif]-->
              <param name="quality" value="high" />
              <param name="wmode" value="opaque" />
              <param name="swfversion" value="11.0.0.0" />
              <param name="expressinstall" value="Scripts/expressInstall.swf" />
              <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
              <div>
                <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
              </div>
              <!--[if !IE]>-->
            </object>
            <!--<![endif]-->
          </object></td>
          <td width="189" height="280" align="center" class="outside"><object id="FlashID3" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="189" height="280">
            <param name="movie" value="flash work/lovem.swf" />
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="11.0.0.0" />
            <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
            <!--[if !IE]>-->
            <object type="application/x-shockwave-flash" data="flash work/lovem.swf" width="189" height="280">
              <!--<![endif]-->
              <param name="quality" value="high" />
              <param name="wmode" value="opaque" />
              <param name="swfversion" value="11.0.0.0" />
              <param name="expressinstall" value="Scripts/expressInstall.swf" />
              <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
              <div>
                <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
              </div>
              <!--[if !IE]>-->
            </object>
            <!--<![endif]-->
          </object></td>
        </tr>
        <tr>
          <td height="25" align="center" class="sign"><span class="highlight">&#1489;&#1488;&#1504;&#1512; &#1491;&#1490;&#1497;&#1501;</span></td>
          <td height="25" align="center" class="sign" ><span class="highlight">&#1502;&#1505;&#1499;&#1492; love</span></td>
        </tr>
        <tr>
          <td width="559" height="394" align="center" class="outside"><object id="FlashID4" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="551" height="394">
            <param name="movie" value="flash work/Drummers.swf" />
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="11.0.0.0" />
            <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
            <!--[if !IE]>-->
            <object type="application/x-shockwave-flash" data="flash work/Drummers.swf" width="551" height="394">
              <!--<![endif]-->
              <param name="quality" value="high" />
              <param name="wmode" value="opaque" />
              <param name="swfversion" value="11.0.0.0" />
              <param name="expressinstall" value="Scripts/expressInstall.swf" />
              <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
              <div>
                <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
              </div>
              <!--[if !IE]>-->
            </object>
            <!--<![endif]-->
          </object></td>
          <td width="189" height="394" align="center" class="outside"><object id="FlashID5" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="189" height="394">
            <param name="movie" value="flash work/icon1.swf" />
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="11.0.0.0" />
            <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
            <!--[if !IE]>-->
            <object type="application/x-shockwave-flash" data="flash work/icon1.swf" width="189" height="394">
              <!--<![endif]-->
              <param name="quality" value="high" />
              <param name="wmode" value="opaque" />
              <param name="swfversion" value="11.0.0.0" />
              <param name="expressinstall" value="Scripts/expressInstall.swf" />
              <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
              <div>
                <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
              </div>
              <!--[if !IE]>-->
            </object>
            <!--<![endif]-->
          </object></td>
        </tr>
        <tr>
          <td height="25" align="center" class="sign" ><span class="highlight">&#1502;&#1514;&#1493;&#1508;&#1508;&#1497;&#1501;</span></td>
          <td height="25" align="center" class="sign" ><span class="highlight">&#1488;&#1497;&#1497;&#1511;&#1493;&#1503;</span></td>
        </tr>
      </table></td>
    </tr>
  </table>
</div>
<div id="apDiv3"></div>
<div id="apDiv2"></div>
</div>
<script type="text/javascript">
swfobject.registerObject("FlashID");
swfobject.registerObject("FlashID2");
swfobject.registerObject("FlashID3");
swfobject.registerObject("FlashID4");
swfobject.registerObject("FlashID5");
</script>
</body>
</html>

thanks galia

Where (in what browser) does it not work? or are you talking about Dreamweaver?

What does it do wrong?

Do you know how to use an ordinary text editor such as Note Pad?

hello!

like i am explain earlier in explorer it does not work just in chrome the swf files

and why you ask me how to use notpad ?

galia

just out of curiosity is this page even live? could you make it live and share the url?

Send a new link to your zipped files so we can see if you have changed the filenames correctly in their folders.

If all is correct then it is likely that you don’t have flash installed correctly in your version of IE. Upgrade to IE11 and re-install flash components

With a text editor such as NotePad, you can copy the entire working page that Paul sends you in a message and save it to a new file (with a name something like Paul-51.htm where the number is the message number from which the code was taken) and save that file in the same directory where Dreamweaver saves the home page.

By saving it in the home directory, you can double-click the new file and it will open in your primary browser and should pick up all of the images and SWF files.

See how that new file looks in your browsers (you will not see it in Dreamweaver).

IF it looks good (it works properly) in Internet Explorer and your other browsers, then compare Paul’s code in the new file to your Dreamweaver code and change the Dreamweaver code so it is the same as Paul’s code. After you do this, you should have a good working page in Dreamweaver and your site should be fixed.

IF you copy Paul’s good code into Dreamweaver and Dreamweaver still creates a broken page, then there is still an error in the Dreamweaver code that must be found. You should continue comparing code until you find the error.

In other words, IF Paul’s code is good in a new working page, THEN that same code should create a good working page using Dreamweaver.

The text editor allows you to copy and paste exact code with no errors. Creating a new page using Paul’s working code gives you something to test and use as a reference.

That is the idea.

hello!
i am sending the new zip file it also included the index file that has the same problem

http://speedy.sh/HSVrA/my-html-project.zip

thanks galia

The index file and the galleries page are all showing the flash swfs in IE. I checked in IE11 and IE8 and they are all showing.

It must be your version of IE that is corrupt as I mentioned before or you have not installed the correct version of flash or maybe your security settings are too high and won’t run flash.

Clear your cache and temporary files, update your browser and install flash again.

hello!

I’m sorry but nothing helped, I cleaned up unnecessary files deleted and re-installed explorer11 even deleted and re-installed the flash software and flash player Maybe it’s because avg virus or it’s a virus software what to do?

thanks galia

Is this link any help?

Or can you see flash files on other people’s sites but not just your own?

hello!

it’s for explorer 8/9 i have 11 and i don’t see what version i have 64/32 It talks about explorer 8/9 Should I delete the explorer again and try on 9 / explorer 8 and i see that is that i maybe have to turn off active x i think that gmail will won’t work what to do?

thanks galia

There are some more suggestions here for IE11.

http://windows.microsoft.com/en-gb/windows/answers?tId=f35e40ff-9c17-4d37-af05-b15be52eab1b

Have a look at those first.

hello!

i try to the least link that you gave to me but it didn’t work i have still the proublem what to do?

thanks galia

Are you still getting the same message with IE (IE rquires a newer version of the flash player)?

Are you able to view any sites on the web that have flash files?

hello!

i still getting the same messgae and i can view flash sites what to do?

thanks galia

There’s nothing left for you to do except to put up a working version online. Hosting is very cheap these days and you really should have online space for testing because a lot of problems don’t show up until they are online and under stress.

Once you get your version online then we can say for sure whether your pages are working in our browsers and once and for all discover if its your computer that is broken.

hello!

thanks for all your help but i will look on the web for a solution (this is a project that i have to send and they will give me an address of the web that i am building) i hope it works on ie
and by the way i will send new subject on a new problem.

thanks galia