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");
</script>
<p>Belinda and The Unicorns are in the process of becoming as
popular as The Beatles!<span
class="soundcredit">{Sound Engineer:
Eng I. Neer}</span></p>
</div>;
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---