By Anonymous (not verified) on
I'm trying to implement embed plugin into JW Player via SWF Tools but without success. Changing skin is working, but embed plugin not. The code is:
<?php
if ($node->field_navod) {
foreach ($node->field_navod AS $navod) {
if ($navod['list'] == 1) {
$fajl = 'video/navody/' . $navod['filename'];
print ('<p>' . swf($fajl, array('flashvars' => array('plugins' => 'embed-1', 'skin' => 'http://www.ivanjaros.net/sites/all/modules/swftools/shared/flash_media_player/nacht.swf'))) . '</p>');
}
}
}
?>
Any ideas?
Comments
what do u mean by "without
what do u mean by "without success"?
I mean that there should
I mean that there should appear a button next to the fullscreen button, but it's not there. I even noticed that during page loading it's connecting to the plugins.longtailvideo.com, as it should.
-> http://www.ivanjaros.net/video.instalacia.webserveru.a.drupalu.6
You can see how it should wotk here: http://www.longtailvideo.com/addons/plugins/49/get-examples.html?addon=4...
www.ivanjaros.net
No one else tried to use
No one else tried to use plugins for JW Player? Or should I post this directly to the SWF Tools issues?
www.ivanjaros.net