flowplayer IE Stream not found

M

monsiolicht

Guest
hi,
ich lade ein externes video, im ff und opera funktioniert es, doch IE spuckt im player einen stream not found fehler aus.
weiss jemand woran das liegt? ich habe keine ueberflüssigen kommas im js code, was wohl oft den fehler verursacht.

CODE
$out = "<a class='player' id='lighty' class='player'></a>";
$out .= "<script>";
$out .= "\$f('lighty', '/player/flowplayer-3.2.7.swf" . "', {";
$out .= "clip: {";
$out .= "url: '" . $videopath . "',";
$out .= " provider: 'lighttpd'";
$out .= "},";
$out .= " plugins: {";
$out .= "lighttpd: {";
$out .= "url: '/player/flowplayer.pseudostreaming-3.2.7.swf'";
$out .= "}";
$out .= "}";
$out .= "});";
$out .= "</script>";

 
Zurück
Oben