<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="content" method="upgrade">
  <name>AllVideos (by JoomlaWorks)</name>
  <author>JoomlaWorks</author>
  <authorEmail>contact@joomlaworks.gr</authorEmail>
  <authorUrl>www.joomlaworks.gr</authorUrl>
  <copyright>Copyright (c) 2006-2010 JoomlaWorks Ltd. All rights reserved.</copyright>
  <creationDate>February 18th, 2010</creationDate>
  <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
  <version>3.3</version>
  <description>Thank you for installing the JoomlaWorks AllVideos Plugin for Joomla! 1.5</description>
  <params addpath="/plugins/content/jw_allvideos/includes/elements">
    <param name="gzipScripts" type="radio" default="0" label="Compress player scripts using PHP" description="Improve your site's performance when using AllVideos by enabling this option. It will compress and combine the javascript code required to make the various players supported by AllVideos work. This option may not be supported however by your hosting company, so in case you stumble onto any issues, you can safely turn it back to 'No'.">
      <option value="0">No</option>
      <option value="1">Yes</option>
    </param>
    <param name="" type="header" default="Video parameters" label="" description="" />
    <param name="vfolder" type="text" default="images/stories/videos" size="40" label="Local Video Folder" description="This is the folder where you store all the video files that you want to stream/play from YOUR website. It is better if this folder is inside the 'images/stories' folder, so that you won't stumble into any permission issues. In this 'Local Video Folder' you can then upload video files of the following type: .flv, .swf, .mov, .mp4, .wmv, .divx" />
    <param name="vwidth" type="text" default="400" size="4" label="Default width (in px) for videos" description="The preselected width of the video in pixels to show inside your content, it should be smaller than the width of the surrounding box -if any- in order not to break your layout!" />
    <param name="vheight" type="text" default="300" size="4" label="Default height (in px) for videos" description="The preselected height of the video in pixels to show inside your content." />
    <param name="transparency" type="radio" default="transparent" label="Player transparency for Flash based media" description="Should Flash based media be transparent or not? If you use any lightbox galleries, it's best to leave this option to 'Yes'.">
      <option value="opaque">No</option>
      <option value="transparent">Yes</option>
    </param>
    <param name="background" type="text" default="#010101" size="6" label="Player background color for Flash based media" description="Set the background color of the player, only if the transparency is set to 'No'. Values should be given in hexadecimal format, e.g. #000000 for black." />
		<param name="backgroundQT" type="list" default="black" label="Player background color for QuickTime based media" description="Set the background color of the player for QuickTime based media like MOV, MP4 and 3GP.">
			<option value="black">black (#000000)</option>
			<option value="green">green (#008000)</option>
			<option value="silver">silver (#c0c0c0)</option>
			<option value="lime">lime (#00ff00)</option>
			<option value="gray">gray (#808080)</option>
			<option value="olive">olive (#808000)</option>
			<option value="white">white (#ffffff)</option>
			<option value="yellow">yellow (#ffff00)</option>
			<option value="maroon">maroon (#800000)</option>
			<option value="navy">navy (#000080)</option>
			<option value="red">red (#ff0000)</option>
			<option value="blue">blue (#0000ff)</option>
			<option value="purple">purple (#800080)</option>
			<option value="teal">teal (#008080)</option>
			<option value="fuchsia">fuchsia (#ff00ff)</option>
			<option value="aqua">aqua (#00ffff)</option>
		</param>
    <param name="controlBarLocation" type="radio" default="bottom" label="FLV video player control bar location" description="Define where you want the controlbar of the player to appear.">
      <option value="bottom">Bottom</option>
      <option value="over">Over</option>
    </param>
    <param name="lightboxLink" type="radio" default="1" label="Enable lightbox popup ('dim lights' option) for all browsers except IE" description="Open videos in a lightbox popup. Set the width and height of the popup below. This option cannot currently work with IE browsers due to their lack of supporting web standards. An update with workarounds is planned for the next release of AllVideos.">
      <option value="0">No</option>
      <option value="1">Yes</option>
    </param>
    <param name="lightboxWidth" type="text" default="800" size="4" label="Popup width (in px)" description="" />
    <param name="lightboxHeight" type="text" default="600" size="4" label="Popup height (in px)" description="" />
    <param name="" type="header" default="Audio parameters" label="" description="" />
    <param name="afolder" type="text" default="images/stories/audio" size="40" label="Local Audio Folder" description="This is the folder where you store all the audio (sound) files that you want to stream/play from YOUR website. It is better if this folder is inside the 'images/stories' folder, so that you won't stumble into any permission issues. In this 'Local Audio Folder' you can then upload .mp3 and .wma audio file types!" />
    <param name="awidth" type="text" default="300" size="4" label="Default width (in px) for audio player" description="The preselected width of the audio player in pixels to show inside your content, it should be smaller than the width of the surrounding box -if any- in order not to break your layout!" />
    <param name="aheight" type="text" default="20" size="4" label="Default height (in px) for audio player" description="The preselected height of the audio player in pixels to show inside your content." />
    <param name="" type="header" default="General parameters" label="" description="" />
    <param name="autoplay" type="radio" default="0" label="Autoplay" description="Control audio/video autoplay when the page loads.">
      <option value="0">No</option>
      <option value="1">Yes</option>
    </param>
    <param name="downloadLink" type="radio" default="1" label="Display download link" description="Allow users to download media.">
      <option value="0">No</option>
      <option value="1">Yes</option>
    </param>
    <param name="embedForm" type="radio" default="1" label="Display embed box" description="Allow users to embed media to other websites. This option works for all media except local or remote Windows Media formats.">
      <option value="0">No</option>
      <option value="1">Yes</option>
    </param>
  </params>
  <params group="advanced">
  	<param name="debugMode" type="radio" default="0" label="Debug mode" description="Enable this option to display possible errors or other warnings. Useful for debugging.">
      <option value="0">Disabled</option>
      <option value="1">Enabled</option>
    </param>
  </params>
  <files>
    <filename plugin="jw_allvideos">jw_allvideos.php</filename>
    <folder>jw_allvideos</folder>
  </files>
  <languages>
    <language tag="en-GB">en-GB.plg_content_jw_allvideos.ini</language>
  </languages>
</install>
