views:

27

answers:

1

Hi

I have in my page a movie that i call with :

<object width="500" height="405"><param value="http://www.youtube.com/v/_wKFwii6LF0&amp;amp;hl=fr_FR&amp;amp;fs=1&amp;amp;color1=0x2b405b&amp;amp;color2=0x6b8ab6&amp;amp;border=1" name="movie"></object>

In Chrome it is displayd, in IE and Mozilla, there is an error...How can i debug... (For info, this is the link to the real page : http://www.syca-distribution.fr/portiques.aspx At the bottom: Chrome : plays the video IE: shows a placeholder with error Mozilla: shows nothing...

any idea ? Thanks John

+1  A: 

You will need to either a) add an EMBED tag or b) add the required extra values to the markup - see Flash OBJECT and EMBED tag attributes and Macromedia Flash OBJECT and EMBED tag syntax

Stuart Dunkeld
Thank you. What is surprising is that the code i use is taked from YouTube...I'll try
john