I would have to say though I tried my hardest not to ask for help through the
forum because I have seen so many people asking the same questions. I got so
confused because there were like 40 million different ways to do it. Every one
that I tried how ever did not work. What worked for me was when I inserted
these tags( I dont know how to make things bold in here so the areas I am
talking about will have *** on both sides
<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<TITLE>index</TITLE>
****<script type="text/javascript" src="ieupdate.js"></script>****
</HEAD>
<BODY bgcolor="#000000">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
*****<script type="text/javascript">startIeFix();</script>*****
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=6,0,0,0" WIDTH="100%" HEIGHT="100%" id="index" ALIGN="">
<PARAM NAME=movie VALUE="index.swf">
<PARAM NAME=loop VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=bgcolor VALUE=#000000>
<EMBED src="index.swf" loop=false quality=high wmode=transparent
bgcolor=#000000 WIDTH="100%" HEIGHT="100%" NAME="index" ALIGN=""
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="
http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
****<script type="text/javascript">endIeFix();</script>****
</BODY>
</HTML>
All of the groups of tags with the stars on both sides inserted exactly where
they are (match it up to your own html page) and the javascript code labeled
ieupdate.js that was made up of the code:
var bo_ns_id = 0;function startIeFix(){ if(isIE()){ document.write('<div
style="display: none;" id="bo_ns_id_' + bo_ns_id + '">'); }}function
endIeFix(){ if(isIE()){ document.write('</div>'); var theObject =
document.getElementById("bo_ns_id_" + bo_ns_id++);
if(theObject.firstChild.data){
theObject.firstChild.removeAttribute('data'); } var theParams =
theObject.getElementsByTagName("param"); var theParamsLength =
theParams.length; for (var j = 0; j < theParamsLength; j++) {
if(theParams[j].name.toLowerCase() == 'flashvars'){ var theFlashVars =
theParams[j].value; } } var theInnnerHTML = theObject.innerHTML;
var re = /<param name="FlashVars" value="">/ig; theInnnerHTML =
theInnnerHTML.replace(re, "<param name='FlashVars' value='" + theFlashVars +
"'>"); theObject.outerHTML = theInnnerHTML; }}function isIE(){ var
strBrwsr = navigator.userAgent.toLowerCase(); if(strBrwsr.indexOf("msie") > -1
&& strBrwsr.indexOf("mac") < 0){ return true; }else{ return false; }}
worked for me. I am not sure how, but it did.
Hopefully this will help someone else who is frustrated. Thanks
Oh yea, I still need an answer about putting a flash banner on myspace.com