Hello,
1 - the plugin is a content plugin, so to be trigg it need specific meta tag inside the article
Code:
{jwplayer}{/jwplayer}
the address of the content to display must be place between this meta tag
Code:
{jwplayer}https://www.joomlarulez.com/images/stories/playlist/big_buck_bunny/bunny.flv{/jwplayer}
2 - The content can be store anywhere you want, you can create a directory inside your "images" directory and upload your video content inside (by ftp or any extension who upload files)
3 - Then for the hd file it will be
Code:
{jwplayer} --> the trigger open
&file=address_of_the_sd_file --> The SD file
&hd.file=address_of_the_hd_file --> The HD file
{/jwplayer} --> the trigger closed
-->
Code:
{jwplayer}&file=address_of_the_sd_file&hd.file=address_of_the_hd_file{/jwplayer}