I am struggling and trying to get tha Allvideos Reloaded plugin to play the video only at first visit.
I have been following this tutorial:http://allvideos.fritz-elfert.de/scripting.html?start=1
It seems easy but i cant make it work.
I have inserted the first code to the templates index.php file and the second code in my custom module like this:
{flvdivid="onlyonce" enablejs="true"}v5_tartan{/flv}
{source}<script type="text/javascript">
// <[CDATA[
startPlayerOnce('onlyonce');
// ]]>
</script>{/source}
I am using the plugin Sourcerer,
www.nonumber.nl/sourcerer?tab=Download for embedding the javascript code.
The video plugin works perfect in the module, but the script "Play only on first visit..." does not work.
The module is a Joomla standard: mod_custom.
I have also tried to put the code in an article instead but that does'nt work either.