<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1042604" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1042604</link>
    <description></description>
    <language>en</language>
          <item>
    <title>thanks a lot
finaly I found</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problem-html-code-works-firfox-not-explorer#comment-1237280</link>
    <description> &lt;p&gt;thanks a lot&lt;br /&gt;
finaly I found some solution&lt;br /&gt;
I added styles to the body tag:&lt;br /&gt;
	*position:absolute;&lt;br /&gt;
	*height:100%;&lt;br /&gt;
and now the script gets the proper window.innerHeight and the image is centered verticaly at the browser window and not at the whole page height.&lt;br /&gt;
It&#039;s strange for me because this problem was caused even by empty base tag in the header () and the script centered the image according whole pahe height not the vissible part.&lt;/p&gt;
&lt;p&gt;best, venz&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Jan 2009 23:44:48 +0000</pubDate>
 <dc:creator>venz</dc:creator>
 <guid isPermaLink="false">comment 1237280 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Welcome to TWF, venz~! 
It</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problem-html-code-works-firfox-not-explorer#comment-1237279</link>
    <description> &lt;p&gt;Welcome to TWF, venz~! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;It would help if you can post a link to the full page or attach an html file (and it needs to have the .html extension, not .htm)&lt;/p&gt;
&lt;p&gt;You should probably start a new thread for your specific problem.&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Jan 2009 23:01:48 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1237279 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>hi there,
i have similar</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problem-html-code-works-firfox-not-explorer#comment-1237277</link>
    <description> &lt;p&gt;hi there,&lt;br /&gt;
i have similar problem and if anybody can help that will be great.&lt;br /&gt;
i&#039;m using a script found on the internet but it doesn&#039;t center the image correcr in IE when a base tag is included in the head. i think the problem comes from this function:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;// Return the available content width and height space in browser window&lt;br /&gt;function GetInsideWindowSize() {&lt;br /&gt;	 if (window.innerWidth) {&lt;br /&gt;		&amp;nbsp; return {x:window.innerWidth, y:window.innerHeight};&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;		 var baseArray = document.getElementsByTagName(&amp;quot;base&amp;quot;);&lt;br /&gt;		 if (baseArray.length == 0)&lt;br /&gt;		 {&lt;br /&gt;			 if (document.compatMode &amp;amp;&amp;amp; document.compatMode.indexOf(&amp;quot;CSS1&amp;quot;) &amp;gt;= 0) {&lt;br /&gt;				&amp;nbsp; return {x:document.body.parentNode.clientWidth, y:document.body.parentNode.clientHeight};&lt;br /&gt;			 } else if (document.body &amp;amp;&amp;amp; document.body.clientWidth) {&lt;br /&gt;				&amp;nbsp; return {x:document.body.clientWidth, y:document.body.clientHeight};&lt;br /&gt;			 }&lt;br /&gt;		 }&lt;br /&gt;		 else&lt;br /&gt;		 {&lt;br /&gt;			 if (document.body &amp;amp;&amp;amp; document.body.clientWidth) {&lt;br /&gt;				&amp;nbsp; return {x:document.body.clientWidth, y:document.body.clientHeight};&lt;br /&gt;			 } else if (document.compatMode &amp;amp;&amp;amp; document.compatMode.indexOf(&amp;quot;CSS1&amp;quot;) &amp;gt;= 0) {&lt;br /&gt;				&amp;nbsp; return {x:document.body.parentNode.clientWidth, y:document.body.parentNode.clientHeight};&lt;br /&gt;			 }&lt;br /&gt;		 }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return {x:0, y:0};&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
IE center the image verticaly according the whole page height and not according the inner window height. and the problem is only when base tag is used in the head. in firefox is fine.&lt;br /&gt;
i&#039;m not good with the scripts and lost a few days trying to fix this.&lt;br /&gt;
please help.&lt;/p&gt;
&lt;p&gt;best regards, venz&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Jan 2009 20:20:12 +0000</pubDate>
 <dc:creator>venz</dc:creator>
 <guid isPermaLink="false">comment 1237277 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Hi Steve,
It takes a few</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problem-html-code-works-firfox-not-explorer#comment-1236753</link>
    <description> &lt;p&gt;Hi Steve,&lt;/p&gt;
&lt;p&gt;It takes a few minutes for your flash to load, and meanwhile there is a blank screen.&lt;/p&gt;
&lt;p&gt;Either keep it on the screen to load by removing this code:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;script language=&amp;quot;JavaScript&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;!--&lt;br /&gt;var disp = document.getElementById(&amp;quot;flash&amp;quot;);&lt;br /&gt;if (ie)&lt;br /&gt;{ &lt;br /&gt;//hide while loading&lt;br /&gt;disp.style.visibility = &amp;quot;hidden&amp;quot;;&lt;br /&gt;}&lt;br /&gt;else&lt;br /&gt;{&lt;br /&gt;//if not IE, move flash off screen until it loads&lt;br /&gt;disp.style.marginTop = &amp;quot;-2000px&amp;quot;;&lt;br /&gt;disp.style.marginLeft = &amp;quot;-2000px&amp;quot;;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;//--&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;/code&gt;&lt;/div&gt; &lt;/p&gt;
&lt;p&gt;or put a placeholder there that will be covered by the flash&lt;/p&gt;
 </description>
     <pubDate>Tue, 06 Jan 2009 20:05:03 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1236753 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thank you very much!  The</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problem-html-code-works-firfox-not-explorer#comment-1236751</link>
    <description> &lt;p&gt;Thank you very much!  The site is working great now.  As for the flash detection kit i will take a look at it later, but you the man!&lt;/p&gt;
 </description>
     <pubDate>Tue, 06 Jan 2009 19:57:28 +0000</pubDate>
 <dc:creator>diluant</dc:creator>
 <guid isPermaLink="false">comment 1236751 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>This code will hide the</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problem-html-code-works-firfox-not-explorer#comment-1236525</link>
    <description> &lt;p&gt;This code will hide the flash while it is loading, center it on the screen, and reposition it when the browser window is resized:&lt;/p&gt;
&lt;p&gt;(note that in the attached file I have added &lt;strong&gt;base href&lt;/strong&gt;)&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;script language=&amp;quot;JavaScript&amp;quot;&amp;gt;&lt;br /&gt;		&amp;lt;!--&lt;br /&gt;		var ie = document.all? true : false;&lt;br /&gt;		function winSize() {&lt;br /&gt;&amp;nbsp; 		&amp;nbsp;&amp;nbsp;&amp;nbsp; var myWidth = 0, myHeight = 0;&lt;br /&gt;		&amp;nbsp;&amp;nbsp;&amp;nbsp; if( typeof( window.innerWidth ) == &amp;#039;number&amp;#039; ) {&lt;br /&gt;			&amp;nbsp; //Non-IE&lt;br /&gt;			&amp;nbsp; myWidth = window.innerWidth;&lt;br /&gt;			&amp;nbsp; myHeight = window.innerHeight;&lt;br /&gt;		&amp;nbsp;&amp;nbsp;&amp;nbsp; } else if( document.documentElement &amp;amp;&amp;amp; ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {&lt;br /&gt;			&amp;nbsp; //IE 6+ in &amp;#039;standards compliant mode&amp;#039;&lt;br /&gt;			&amp;nbsp; myWidth = document.documentElement.clientWidth;&lt;br /&gt;			&amp;nbsp; myHeight = document.documentElement.clientHeight;&lt;br /&gt;		&amp;nbsp;&amp;nbsp;&amp;nbsp; } else if( document.body &amp;amp;&amp;amp; ( document.body.clientWidth || document.body.clientHeight ) ) {&lt;br /&gt;			&amp;nbsp; //IE 4 compatible&lt;br /&gt;			&amp;nbsp; myWidth = document.body.clientWidth;&lt;br /&gt;			&amp;nbsp; myHeight = document.body.clientHeight;&lt;br /&gt;		&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;			&lt;br /&gt;			if (myWidth &amp;gt; 900 || myHeight &amp;gt; 480)&lt;br /&gt;			{&lt;br /&gt;				//center flash on larger screens&lt;br /&gt;				if (myHeight &amp;gt; 480) disp.style.marginTop = myHeight/2 - 240 + &amp;quot;px&amp;quot;;&lt;br /&gt;				else disp.style.marginTop = &amp;quot;0px&amp;quot;;&lt;br /&gt;				if (myWidth &amp;gt; 900) disp.style.marginLeft = myWidth/2 - 450 + &amp;quot;px&amp;quot;;&lt;br /&gt;				else disp.style.marginLeft = &amp;quot;0px&amp;quot;;&lt;br /&gt;			}&lt;br /&gt;			else&lt;br /&gt;			{&lt;br /&gt;				//on 800x600 screen, put flash flush top/left&lt;br /&gt;				disp.style.marginTop = &amp;quot;0px&amp;quot;;&lt;br /&gt;				disp.style.marginLeft = &amp;quot;0px&amp;quot;;	&lt;br /&gt;			}&lt;br /&gt;		&amp;nbsp; }&lt;br /&gt;			&lt;br /&gt;		function init(){&lt;br /&gt;			//display flash onload&lt;br /&gt;			if (ie) disp.style.visibility = &amp;quot;visible&amp;quot;;&lt;br /&gt;			winSize();&lt;br /&gt;		}&lt;br /&gt;&lt;br /&gt;		onload = init;&lt;br /&gt;		onresize = winSize;&lt;br /&gt;		//--&amp;gt;&lt;br /&gt;		&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;br /&gt;	&amp;lt;/head&amp;gt;&lt;br /&gt;&lt;br /&gt;	&amp;lt;body&amp;gt;&lt;br /&gt;&lt;br /&gt;		&amp;lt;div&amp;gt;&lt;br /&gt;			&amp;lt;object style=&amp;quot;position: absolute&amp;quot; id=&amp;quot;flash&amp;quot; classid=&amp;quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&amp;quot; codebase=&amp;quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0&amp;quot; width=900 height=480 align=&amp;quot;middle&amp;quot;&amp;gt;&lt;br /&gt;				&amp;lt;param name=&amp;quot;movie&amp;quot; value=&amp;quot;menu.swf&amp;quot;/&amp;gt;&lt;br /&gt;				&amp;lt;param name=&amp;quot;quality&amp;quot; value=&amp;quot;best&amp;quot;/&amp;gt;&lt;br /&gt;				&amp;lt;param name=&amp;quot;play&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;				&amp;lt;embed src=&amp;quot;menu.swf&amp;quot; width=900 height=480&amp;gt;&amp;lt;/embed&amp;gt;&lt;br /&gt;			&amp;lt;/object&amp;gt;		&amp;lt;!-- test with image, not flash --&amp;gt;&amp;lt;!-- &amp;lt;IMG id=&amp;quot;flash&amp;quot; name=&amp;quot;loader&amp;quot; SRC=&amp;quot;ssBBJhome.png&amp;quot; WIDTH=&amp;quot;200&amp;quot; HEIGHT=&amp;quot;125&amp;quot; BORDER=&amp;quot;0&amp;quot; ALT=&amp;quot;&amp;quot;&amp;gt; --&amp;gt;&lt;br /&gt;		&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;	&amp;lt;script language=&amp;quot;JavaScript&amp;quot;&amp;gt;&lt;br /&gt;	&amp;lt;!--&lt;br /&gt;	var disp = document.getElementById(&amp;quot;flash&amp;quot;);&lt;br /&gt;	if (ie)&lt;br /&gt;	{		&lt;br /&gt;		//hide while loading&lt;br /&gt;		disp.style.visibility = &amp;quot;hidden&amp;quot;;&lt;br /&gt;	}&lt;br /&gt;	else&lt;br /&gt;	{&lt;br /&gt;		//if not IE, move flash off screen until it loads&lt;br /&gt;		disp.style.marginTop = &amp;quot;-2000px&amp;quot;;&lt;br /&gt;		disp.style.marginLeft = &amp;quot;-2000px&amp;quot;;&lt;br /&gt;	}&lt;br /&gt;	&lt;br /&gt;	//--&amp;gt;&lt;br /&gt;	&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;br /&gt;	&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;I would also recommend loading the Flash using the &lt;a href=&quot;http://www.adobe.com/products/flashplayer/download/detection_kit/&quot;&gt;flash detection kit&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For this post, I reworked a snippet I created 3 years ago - I think it is a good resource to post on &lt;a href=&quot;http://snippets.dzone.com/posts/show/6765&quot;&gt;DZone&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 28 Dec 2008 17:12:25 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1236525 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Oh this is good!  Thank you.</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problem-html-code-works-firfox-not-explorer#comment-1236519</link>
    <description> &lt;p&gt;Oh this is good!  Thank you.  One more question though, if i where to center the flash movie vertically what should i do?&lt;/p&gt;
 </description>
     <pubDate>Sat, 27 Dec 2008 21:52:06 +0000</pubDate>
 <dc:creator>diluant</dc:creator>
 <guid isPermaLink="false">comment 1236519 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Hi diluant,
Welcome to TWF!</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problem-html-code-works-firfox-not-explorer#comment-1236517</link>
    <description> &lt;p&gt;Hi diluant,&lt;/p&gt;
&lt;p&gt;Welcome to TWF! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Ok, we have some problems...&lt;/p&gt;
&lt;p&gt;Your link doesn&#039;t work, I think it is supposed to be &lt;a href=&quot;http://pages.videotron.com/diluant/&quot; title=&quot;http://pages.videotron.com/diluant/&quot;&gt;http://pages.videotron.com/diluant/&lt;/a&gt; which displays a blank page...&lt;/p&gt;
&lt;p&gt;Let&#039;s look at the source code (which is not the same as the file you attached)&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot; xml:lang=&amp;quot;en&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;	&amp;lt;title&amp;gt;An XHTML 1.0 Strict standard template&amp;lt;/title&amp;gt;&lt;br /&gt;	&amp;lt;meta http-equiv=&amp;quot;content-type&amp;quot; &lt;br /&gt;		content=&amp;quot;text/html;charset=utf-8&amp;quot; /&amp;gt;&lt;br /&gt;	&amp;lt;meta http-equiv=&amp;quot;Content-Style-Type&amp;quot; content=&amp;quot;text/css&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;&lt;br /&gt;&amp;lt;object type=&amp;quot;application/x-shockwave-flash&lt;br /&gt;data=&amp;quot;menu.swf&amp;quot; &lt;br /&gt;width=&amp;quot;900&amp;quot; height=&amp;quot;480&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;/object&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;/table&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;I do not think you need the xml declaration: &lt;code&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;let&#039;s simplify your html tag &lt;code&gt;&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot; xml:lang=&amp;quot;en&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;/code&gt; to &lt;code&gt;&amp;lt;html&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;AND CLOSE IT AT THE END OF THE DOCUMENT!! &lt;code&gt;&amp;lt;/html&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Let&#039;s add center to your p tag &lt;code&gt;&amp;lt;p align=&amp;quot;center&amp;quot;&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Your &lt;a href=&quot;http://www.w3schools.com/flash/flash_inhtml.asp&quot;&gt;code to embed the flash object&lt;/a&gt; is incomplete:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;object width=&amp;quot;900&amp;quot; height=&amp;quot;480&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;param name=&amp;quot;movie&amp;quot; value=&amp;quot;menu.swf&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;embed src=&amp;quot;menu.swf&amp;quot; width=&amp;quot;900&amp;quot; height=&amp;quot;480&amp;quot;&amp;gt;&amp;lt;/embed&amp;gt;&lt;br /&gt;&amp;lt;/object&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;You are no longer using a table, get rid of this code:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;/table&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;et voila&lt;/em&gt; this code works!&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot; xml:lang=&amp;quot;en&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;	&amp;lt;title&amp;gt;An XHTML 1.0 Strict standard template&amp;lt;/title&amp;gt;&lt;br /&gt;	&amp;lt;meta http-equiv=&amp;quot;content-type&amp;quot; content=&amp;quot;text/html;charset=utf-8&amp;quot; /&amp;gt;&lt;br /&gt;	&amp;lt;meta http-equiv=&amp;quot;Content-Style-Type&amp;quot; content=&amp;quot;text/css&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;p align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;object width=&amp;quot;900&amp;quot; height=&amp;quot;480&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;param name=&amp;quot;movie&amp;quot; value=&amp;quot;menu.swf&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;embed src=&amp;quot;menu.swf&amp;quot; width=&amp;quot;900&amp;quot; height=&amp;quot;480&amp;quot;&amp;gt;&amp;lt;/embed&amp;gt;&lt;br /&gt;&amp;lt;/object&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;in the attached file, I added &lt;code&gt;&amp;lt;base href=&amp;quot;http://pages.videotron.com/diluant/&amp;quot;&amp;gt;&lt;/code&gt; so it works locally...&lt;/p&gt;
 </description>
     <pubDate>Sat, 27 Dec 2008 21:22:59 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1236517 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
