[POO] Demande aide pour debugage
Bonjour,
J'obtiens une erreur sur ce script :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
| <script type="text/javascript">
<!--
var so = new SWFObject('video/mediaplayer.swf','mpl','427','323','8');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addVariable('height','323');
so.addVariable('width','427');
so.addVariable('file','/video/nestor.flv');
so.addVariable('backcolor','0xF6B22B');
so.addVariable('frontcolor','0x008954');
so.addVariable('lightcolor','0xFFFFFF');
so.addVariable('screencolor','0xF6B22B');
so.addVariable('searchbar','false');
so.addVariable('showicons','false');
so.addVariable('shownavigation','false');
so.addVariable('showdownload','true');
so.addVariable('autostart','true');
so.write('player');
-->
</script> |
L'erreur retournée est : Cet objet ne gère pas cette propriété ou cette méthode.
Une idée ?
Merci bcp