Anyone know how to include playerMultipleList.swf

The following code snippet did work beautifully before I retrofitted the
website into ROR. Everything but this is working beautifully, and so far
I luv ROR. If you have experience with this thanks in advance for
sharing it with me.

Currently only the words playerMultipleList.swf appear on the page …
no player.

    <div class="sound_gal">
      <h3>Introducing the music of Belinda and the Unicorns</h3>
      <script type="text/javascript" src="swfobject.js"></script>
      <div id="flashPlayer">
        playerMultipleList.swf
      </div>
      <script type="text/javascript">
        var so = new SWFObject("playerMultipleList.swf", "mymovie",

“295”, “200”, “7”, “#FFFFFF”);
so.addVariable(“autoPlay”,“no”)
so.addVariable(“playlistPath”,“myPlaylist.xml”)
so.write(“flashPlayer”);

Belinda and The Unicorns are in the process of becoming as
popular as The Beatles!{Sound Engineer:
Eng I. Neer}


;