hi, so it is possible, that is good news! Thank you.
So far I only could cure the issue with the iframe plugin, but that doesn't allow me to fullscreen the video player, so I will have to step further. Unfortunately I could find arspondi's plugin on the forum, therefore I might need some more help, please.
I've found the "how to writ a plugin" that hopefully will help me.
Will I have to write 3 plugins or 1 plugin with 3 functions?
1, before the html code,
2, in the head,
3, in the body.
[the * is not in the code I just added it to see the whole]
1.
<*?php
include("OSMPlayer.php");
$player = new OSMPlayer(array(
'debug' => true,
'playlist' => 'playlist.xml'
));
?>
2.
<*?php print $player->getHeader(); ?>
3.
<*?php print $player->getPlayer(); ?></td>
looking forward, all the best, K