<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
    This may have absolutely nothing to do with it, but why do you have
the movie param in there?  I am thinking that having the SWF mentioned
twice might give IE some problems.   Unless you have a really good
reason for having it there, I would suggest removing that and see what
happens.<br>
<br>
--<br>
Jeremy Nicoll<br>
<a href="http://www.SeeMySites.net">www.SeeMySites.net</a><br>
<br>
<blockquote
 cite="midmailman.0.1156557294.4454.swfobject-deconcept.com@lists.deconcept.com"
 type="cite"><br>
  <hr size="4" width="90%"><br>
  <table class="header-part1" border="0" cellpadding="0" cellspacing="0"
 width="100%">
    <tbody>
      <tr>
        <td>
        <div class="headerdisplayname" style="display: inline;">Subject:
        </div>
[SWFObject] Part of it is fixed</td>
      </tr>
      <tr>
        <td>
        <div class="headerdisplayname" style="display: inline;">From: </div>
Gabe Taviano <a class="moz-txt-link-rfc2396E" href="mailto:mail@taviano.com"><mail@taviano.com></a></td>
      </tr>
      <tr>
        <td>
        <div class="headerdisplayname" style="display: inline;">Date: </div>
Thu, 24 Aug 2006 22:11:12 -0400</td>
      </tr>
      <tr>
        <td>
        <div class="headerdisplayname" style="display: inline;">To: </div>
<a class="moz-txt-link-abbreviated" href="mailto:SWFObject@lists.deconcept.com">SWFObject@lists.deconcept.com</a></td>
      </tr>
    </tbody>
  </table>
  <table class="header-part2" border="0" cellpadding="0" cellspacing="0"
 width="100%">
    <tbody>
      <tr>
        <td>
        <div class="headerdisplayname" style="display: inline;">To: </div>
<a class="moz-txt-link-abbreviated" href="mailto:SWFObject@lists.deconcept.com">SWFObject@lists.deconcept.com</a></td>
      </tr>
    </tbody>
  </table>
  <br>
SWF Object List,
  <br>
   I have fixed the issue with the popup not working (using the
allowScriptAccess param), but for some reason in the IE browser when
you click the mp3 library - popup button in the Ways to Listen box now
the popup opens, but the content doesn't load. I'm using the call to
big content that I have also listed below to load something into that
window (RSS podcast player). Any ideas why IE would not be letting that
load? It might not be an issue with the SWFObject though, since both
URLs below have the issue in IE?
  <br>
  <br>
Thanks - Gabe Taviano
  <br>
  <br>
MY TWO FILES
  <br>
SWFObject - <a class="moz-txt-link-freetext" href="http://www.godsmac.com/index.html">http://www.godsmac.com/index.html</a>
  <br>
Embed Object - <a class="moz-txt-link-freetext" href="http://www.godsmac.com/indexbad.html">http://www.godsmac.com/indexbad.html</a>
  <br>
  <br>
  <br>
MY SWFObject CODE
  <br>
<div id="flashcontent"> <strong><a
href=<a class="moz-txt-link-rfc2396E" href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"</a>>Click
here</a> to upgrade your Flash Player</strong> </div>
  <br>
  <br>
            <script type="text/javascript">
  <br>
var so = new SWFObject("index.swf", "flash", "770", "640", "7",
"#FFFFFF");
  <br>
so.addParam("allowScriptAccess", "sameDomain");
  <br>
so.addParam("movie", "index.swf");
  <br>
so.addParam("width", "770");
  <br>
so.addParam("height", "640");
  <br>
so.addParam("quality", "high");
  <br>
so.addParam("bgcolor", "#ffffff");
  <br>
so.addParam("scale", "exactfit");
  <br>
so.write("flashcontent");
  <br>
            </script>
  <br>
  <br>
MY CALL TO BIGCONTENT RSS PLAYER
  <br>
on (press) {
  <br>
    getURL(<a class="moz-txt-link-rfc2396E" href="javascript:launchwin('http://www.bigcontact.com/player.php?r=0&xmlurl=http%3A%2F%2Fwww.godsmac.com%2Fgodsmac.xml','newwindow','height=380,width=400')">"javascript:launchwin('http://www.bigcontact.com/player.php?r=0&xmlurl=http%3A%2F%2Fwww.godsmac.com%2Fgodsmac.xml'
, 'newwindow' , 'height=380,width=400')"</a>);
  <br>
}
  <br>
  <br>
</blockquote>
<br>
</body>
</html>