Hi, I''m using PrototypeJS Updater AJAX function to update the content of a div section in my webpage without reloading the whole page when clicking on a link. The problem is for one link that gives flash video (FLV) content through Flash video player(swfobject.js). The video doesnt display and i have the following message instead: "Get Flash video player to see this player" although i have the player installed (works without ajax). Could you help? my website is http://www.avastarweb.com - link is "About" Thx --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, Change span to div : <span id="video0" class="flashvideo"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</span> to: <div id="video0" class="flashvideo"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div> Also you page is loading swobject.js file twice... Andras http://www.kende.com -----Original Message----- From: rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org] On Behalf Of cnickel Sent: Wednesday, May 21, 2008 12:46 AM To: Ruby on Rails: Spinoffs Subject: [Rails-spinoffs] PrototypeJS and flash video Hi, I''m using PrototypeJS Updater AJAX function to update the content of a div section in my webpage without reloading the whole page when clicking on a link. The problem is for one link that gives flash video (FLV) content through Flash video player(swfobject.js). The video doesnt display and i have the following message instead: "Get Flash video player to see this player" although i have the player installed (works without ajax). Could you help? my website is http://www.avastarweb.com - link is "About" Thx --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, thank you for your swift response. Unfortunately i applied the changes you recommended but it doesnt seems to solve the problem. You can check on www.avastarweb.com ... On May 21, 8:19 am, "Andras Kende" <and...-yrUS+GdH6/kAvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > Change span to div : > > <span id="video0" class="flashvideo"><a > href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> > to see this player.</span> > > to: > > <div id="video0" class="flashvideo"><a > href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> > to see this player.</div> > > Also you page is loading swobject.js file twice... > > Andras > > http://www.kende.com > > > > -----Original Message----- > From: rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > > [mailto:rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org] On Behalf Of cnickel > Sent: Wednesday, May 21, 2008 12:46 AM > To: Ruby on Rails: Spinoffs > Subject: [Rails-spinoffs] PrototypeJS and flash video > > Hi, > I''m using PrototypeJS Updater AJAX function to update the content of a > div section in my webpage without reloading the whole page when > clicking on a link. > The problem is for one link that gives flash video (FLV) content > through Flash video player(swfobject.js). > The video doesnt display and i have the following message instead: > "Get Flash video player to see this player" although i have the player > installed (works without ajax). > Could you help? > my website ishttp://www.avastarweb.com - link is "About" > Thx- Hide quoted text - > > - Show quoted text ---~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Could be that you need swobject.js 1.5 not 2.0 download from : http://blog.deconcept.com/swfobject/ Create a new minimal static html page and see if your embed code works... Andras http://www.kende.com -----Original Message----- From: rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org] On Behalf Of cnickel Sent: Wednesday, May 21, 2008 4:08 AM To: Ruby on Rails: Spinoffs Subject: [Rails-spinoffs] Re: PrototypeJS and flash video Hi, thank you for your swift response. Unfortunately i applied the changes you recommended but it doesnt seems to solve the problem. You can check on www.avastarweb.com ... On May 21, 8:19 am, "Andras Kende" <and...-yrUS+GdH6/kAvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > Change span to div : > > <span id="video0" class="flashvideo"><a > href="http://www.macromedia.com/go/getflashplayer">Get the FlashPlayer</a>> to see this player.</span> > > to: > > <div id="video0" class="flashvideo"><a > href="http://www.macromedia.com/go/getflashplayer">Get the FlashPlayer</a>> to see this player.</div> > > Also you page is loading swobject.js file twice... > > Andras > > http://www.kende.com > > > > -----Original Message----- > From: rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > > [mailto:rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org] On Behalf Of cnickel > Sent: Wednesday, May 21, 2008 12:46 AM > To: Ruby on Rails: Spinoffs > Subject: [Rails-spinoffs] PrototypeJS and flash video > > Hi, > I''m using PrototypeJS Updater AJAX function to update the content of a > div section in my webpage without reloading the whole page when > clicking on a link. > The problem is for one link that gives flash video (FLV) content > through Flash video player(swfobject.js). > The video doesnt display and i have the following message instead: > "Get Flash video player to see this player" although i have the player > installed (works without ajax). > Could you help? > my website ishttp://www.avastarweb.com - link is "About" > Thx- Hide quoted text - > > - Show quoted text ---~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---