Мой плеер на сайте:
(http://www.online-filmes.net/kino/problems_pleer.png)
Не выдаёт эту таблицу, чтоб установить плагин!
(http://www.online-filmes.net/kino/nety_etogo.png)
Не предлагает установить плагин, как решить проблему?!?
Используемый код:
<embed id="plugin1" type="application/x-acestream-plugin" width="480" height="360" fullscreencontrols="true" fscontrolsenable="true" fscontrols="default" nofscontrolsenable="true" nofscontrols="default" nofscontrolsheight="36" loopable="false" />
<embed id="plugin2" type="application/x-acestream-plugin" width="480" height="360" fullscreencontrols="true" fscontrolsenable="true" fscontrols="default" nofscontrolsenable="true" nofscontrols="default" nofscontrolsheight="36" loopable="false" />
<script type="text/javascript">
var plugin = document.getElementById("plugin1");
plugin.playlistLoadAsync("$FILE_DIRECT_URL$", 0, 0, 0);
</script>
<script type="text/javascript">
var plugin = document.getElementById("plugin2");
plugin.playlistLoadAsync("$SOURCE_URL$", 0, 0, 0);
</script>