JW-oyuncu IE Çalışmıyor

0 Cevap php

: Ben aşağıdaki sorun, aşağıdaki kodu var

$link = $_GET['link'];
$id = $_GET['block'];

echo "<p id='preview". $id ."'>The player will show in this paragraph</p>";
echo "<script type='text/javascript'>";

echo "var s" . $id . " = new SWFObject('" . COMPANY_URL . "/system/addons/player/player.swf','player". $id ."','210','170','9');";
echo "s" . $id . ".addParam('allowfullscreen','true');";
echo "s" . $id . ".addParam('allowscriptaccess','always');";
echo "s" . $id . ".addParam('wmode','opaque');";

echo "s" . $id . ".addVariable('file', '" . $link  . "&repeat=always&autostart=true');";
echo "s" . $id . ".addVariable('skin', '" . COMPANY_URL . "/system/addons/player/simple-sources.swf');";

echo "s" . $id . ".write('preview". $id ."');";   
echo "</script>";

Bu jQuery load (echo "<p id='preview". $id ."'>The player will show in this paragraph</p>"; gösteriyor çünkü bu işleri) tarafından her zaman denir.

IE oyuncu sadece tüm diğerleri bunu jw-oyuncu tarafından değiştirilir tarayıcılar ise 'oyuncu bu paragrafta gösterecektir' bırakır. Ben jw-oyuncu forumda veya stackoverflow üzerinde herhangi bir çözüm bulamıyor ...

Siz yardım eder!

Updated The generated Source firebug

<p><div class="videofile" id="856">
<p id="preview856"><embed width="210" height="170" flashvars="file=http://DOMAIN/data/productinfo/pressbyopie/long-line/leesdeel-verdraait/1242649976__video_longline-verdraait.flv&amp;repeat=always&amp;autostart=true&amp;skin=http://DOMAIN/system/addons/player/simple-sources.swf" wmode="opaque" allowscriptaccess="always" allowfullscreen="true" quality="high" name="player856" id="player856" src="http://DOMAIN/system/addons/player/player.swf" type="application/x-shockwave-flash"></p>  </div></p>

0 Cevap