Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
PrototypeJS and flash video
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
cnickel  
View profile  
 More options May 21 2008, 12:45 am
From: cnickel <christophe.grosnic...@gmail.com>
Date: Tue, 20 May 2008 21:45:48 -0700 (PDT)
Local: Wed, May 21 2008 12:45 am
Subject: 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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andras Kende  
View profile  
 More options May 21 2008, 2:19 am
From: "Andras Kende" <and...@kende.com>
Date: Wed, 21 May 2008 02:19:31 -0400
Local: Wed, May 21 2008 2:19 am
Subject: RE: [Rails-spinoffs] PrototypeJS and flash video
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
cnickel  
View profile  
 More options May 21 2008, 4:07 am
From: cnickel <christophe.grosnic...@gmail.com>
Date: Wed, 21 May 2008 01:07:45 -0700 (PDT)
Local: Wed, May 21 2008 4:07 am
Subject: 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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andras Kende  
View profile  
 More options May 21 2008, 4:31 am
From: "Andras Kende" <and...@kende.com>
Date: Wed, 21 May 2008 04:31:52 -0400
Local: Wed, May 21 2008 4:31 am
Subject: RE: [Rails-spinoffs] Re: PrototypeJS and flash video
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »