line 8-10 of your file might be what you are seeing.

08 <script type="text/javascript" src="swfobject.js"></script>
09 <div id="flashPlayer">
10   playerMultipleList.swf
11 </div>

line 10 is where is displays the name.
line 08 is most likely the problem.  Usually javascripts are in a
javascripts directory.  change that line to this and see if it works:

08 <script type="text/javascript" src="/javascripts/swfobject.js"></
script>

I have never used that javascript swfobject.js library before, but my
#1 guess is you are not loading it.

I am also sure there would be a way to play your SWF without needing
the Javascript that would make your life easier  so look into that
also.

Chris Reister
www.cowboyonrails.com



On Apr 20, 8:34 am, Rubio Ramirez <rails-mailing-l...@andreas-s.net>
wrote:
> Found a great link
> (http://blog.eleventyten.com/2007/6/8/embedding-swf-content-with-ror/)
> describing adding Flash content (in my case playerMultipleList.swf) in
> a "rails" webpage.
>
> I've followed the instructions to a "T", however the player doesn't
> display on the page ... just the words playerMultipleList.swf appear :-(
>
> Everything else is working great after retrofitting the pages to the ROR
> framework, but this is one of the most important features.  If you have
> experience with this and would kindly share it, I will greatly
> appreciate it!
>
> Please see attachment for the code I'm using !
>
> Thanks Rubio
>
> Attachments:http://www.ruby-forum.com/attachment/3596/sounds.html.erb
>
> --
> Posted viahttp://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@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to