Create a new minimal static html page and see if your embed code works...
-----Original Message-----
From: rubyonrails-spinoffs@googlegroups.com
[mailto:rubyonrails-spinoffs@googlegroups.com] 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...@kende.com> 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@googlegroups.com
> [mailto:rubyonrails-spinoffs@googlegroups.com] 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 -