4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Releases & Support) => Tutorials => Topic started by: Rembrandt on October 11, 2013, 07:06:36 PM

Title: [TUT] How to install the new JW Player 6.7 in your Gallery
Post by: Rembrandt on October 11, 2013, 07:06:36 PM
Hi!

1.) create a new directory in your Gallery root "js/jwplayer", download the jwplayer-6.7.zip from here (https://account.longtailvideo.com/static/download/jwplayer-6.7.zip) and copy the three files:
"jwplayer.flash.swf", "jwplayer.html5.js" and "jwplayer.js" in the new directory.

2.)  add in ACP/General/Settings/Upload settings/Valid file extensions an new file extension: "flv".

3.) search in includes/upload_definitions.php:

  die("Security violation");
}

insert below:

$mime_type_match['flv'] = array("application/x-shockwave-flash", "application/octet-stream", "video/flv", "video/x-flv");


4.) store in "templates/your templates/media"  a new file "flv.html":
Code: [Select]
<script type="text/javascript" src="./js/jwplayer/jwplayer.js" ></script>
<div id="myElement">Loading the player ...</div>
<script type="text/javascript">
    jwplayer("myElement").setup({
        image: '{media_icon}',
        height: 600,
        width: 800,
        autostart: true,
        file: '{media_src}'
    });
</script>

5.) store in "templates/your templates/icons" a new file "flv.gif" (can you download from attachment).

mfg Andi
Title: Re: [TUT] How to install the new JW Player 6.6 in your Gallery
Post by: Tino23 on February 01, 2014, 08:40:36 PM
Da hat sich diese Anleitung wohl überdauert  :wink: http://www.4homepages.de/forum/index.php?topic=23885.0

Neuer Link zum Download ist https://account.jwplayer.com/static/download/jwplayer-6.12.zip
http://www.winsoftware.de/jw-player,110,49082.htm

Skins: https://account.jwplayer.com/static/download/jwplayer-skins-free.zip