<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>All About Web &#38; Mobile Application Development &#187; flash video player</title>
	<atom:link href="http://www.londatiga.net/tag/flash-video-player/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.londatiga.net</link>
	<description>All About Web &#38; Mobile Application Development</description>
	<lastBuildDate>Sat, 14 Jan 2012 16:56:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Overlay Video Using JQuery Tools and Flowplayer</title>
		<link>http://www.londatiga.net/featured-articles/how-to-overlay-video-using-jquery-tools-and-flowplayer/</link>
		<comments>http://www.londatiga.net/featured-articles/how-to-overlay-video-using-jquery-tools-and-flowplayer/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 10:07:57 +0000</pubDate>
		<dc:creator>lorenz</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Java Script]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[flash video]]></category>
		<category><![CDATA[flash video player]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[overlay video]]></category>
		<category><![CDATA[overlay video flowplayer]]></category>
		<category><![CDATA[overlay video javascript]]></category>
		<category><![CDATA[overlay video jquery]]></category>
		<category><![CDATA[web video player]]></category>

		<guid isPermaLink="false">http://www.londatiga.net/?p=500</guid>
		<description><![CDATA[In my previous tutorial, i&#8217;ve explained the basic usage of Flowplayer as your web video player. In this tutorial, i&#8217;ll will show you a little bit advanced usage of Flowplayer combined with Jquery Tools. JqueryTools is used to overlay video with a simple apple effect. This feature is usefull when making a video gallery, where [...]]]></description>
			<content:encoded><![CDATA[<p>In my <a title="How to Use Flowplayer as Your Video Player (Beginner's Guide)" href="http://www.londatiga.net/it/how-to-use-flowplayer-as-your-web-video-player-beginners-guide/" target="_blank">previous tutorial</a>, i&#8217;ve explained the basic usage of <a title="Flowplayer" href="http://www.flowplayer.org" target="_blank">Flowplayer</a> as your web video player. In this tutorial, i&#8217;ll will show you a little bit advanced usage of Flowplayer combined with <a title="Jquery Tools" href="http://flowplayer.org/tools/index.html" target="_blank">Jquery Tools</a>. JqueryTools is used to overlay video with a simple<em> apple</em> effect. This feature is usefull when making a video gallery, where users directly play a video in larger size in an overlay mode without having to move to a new page.</p>
<div class="wp-caption alignnone" style="width: 408px"><img title="Overlay Video" src="http://londatiga.net/images/flowplayer2/flowplayer_overlay.jpg" alt="Overlay Video" width="398" height="314" /><p class="wp-caption-text">Overlay Video</p></div>
<p><strong><span style="text-decoration: underline;">How to Setup</span></strong></p>
<p><strong>Flowplayer</strong></p>
<p>Follow the instructions in <a title="How to Use Flowplayer as Your Video Player (Beginner's Guide)" href="http://www.londatiga.net/it/how-to-use-flowplayer-as-your-web-video-player-beginners-guide/" target="_blank">my previous tutorial</a> to setup Flowplayer</p>
<p><strong>JQuery Tools</strong></p>
<ul>
<li>Download Overlay component from Jquery Tools <a title="Download JQuery Tools" href="http://flowplayer.org/tools/index.html" target="_blank">download&#8217;s page</a> and save it as <span style="color: #800000;">jquery.tools.min.js</span>. You can download it with<span style="color: #800000;"> jQuery</span> (v1.3.2) as a single file (20.82 kb) or as a separated file (1.59 kb) if you already have jQuery.</li>
<div class="wp-caption alignnone" style="width: 460px"><img class=" " title="Download Overlay Component" src="http://londatiga.net/images/flowplayer2/download_overlay.jpg" alt="Download Overlay Component" width="450" height="278" /><p class="wp-caption-text">Download Overlay Component</p></div>
<li>Include the<span style="color: #800000;"> jquery.tools.min.j</span><span style="color: #800000;">s</span> with in the HEAD section of your HTML</li>
<pre class="brush: xml; title: ;">
&lt;script src=&quot;scripts/jquery.tools.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;scripts/flowplayer-3.1.4.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
</pre>
<p>or</p>
<pre class="brush: xml; title: ;">
&lt;script src=&quot;scripts/jquery-1.3.2.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;scripts/jquery.tools.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;scripts/flowplayer-3.1.4.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
</pre>
</ul>
<p><strong><span style="text-decoration: underline;">How to Use</span></strong></p>
<p>To overlay a video,   use two div containers, one is for displaying video information (title and duration) and a splash image  as a video&#8217;s thumbnail and the second is for overlaying the video. To get thumbnail and duration of a video, you can use <span style="color: #800000;">mplayer</span> tool as <a title="Get video thumbnal and duration using mplayer" href="http://www.londatiga.net/it/programming/how-to-get-video-thumbnail-and-duration-using-mplayer-and-php/" target="_blank">explained here</a>.</p>
<p><span style="text-decoration: underline;">Overlay Single Video Player</span></p>
<p><span style="text-decoration: underline;"> </span></p>
<div class="wp-caption alignnone" style="width: 222px"><a title="View Demo Video Overlay" href="http://londatiga.net/tutorials/flowplayer2/single.html" target="_blank"><img class=" " title="View Demo" src="http://londatiga.net/images/flowplayer2/demo1.jpg" border="0" alt="View Demo" width="212" height="164" /></a><p class="wp-caption-text">View Demo</p></div>
<p><span style="text-decoration: underline;"><span style="text-decoration: underline;"> </span></span></p>
<p><span style="text-decoration: underline;">HTML</span></p>
<pre class="brush: xml; title: ;">
&lt;div class=&quot;video&quot; style=&quot;background-image:url(images/splash_01.jpg)&quot;&gt;
        &lt;a href=&quot;#&quot; rel=&quot;#orel&quot;&gt;
            &lt;img src=&quot;images/play.png&quot; alt=&quot;play&quot; title=&quot;play&quot; border=&quot;0&quot;&gt;
        &lt;/a&gt;
        &lt;div class=&quot;info&quot;&gt;
            PMDG Virtual Cockpit
            &lt;span&gt;00:27&lt;/span&gt;
        &lt;/div&gt;
&lt;/div&gt;

&lt;div id=&quot;orel&quot; class=&quot;overlay&quot;&gt;&lt;a href=&quot;video/video01.flv&quot; id=&quot;player&quot;&gt;&lt;/a&gt;&lt;/div&gt;
</pre>
<p><span style="color: #800000;">line 01:</span> container for video information, splash image, play button, and video title and duration.<br />
<span style="color: #800000;"> line 02:</span> trigger button (play button), the button image is inside the <span style="color: #800000;"><em>a</em></span> tag that has <span style="color: #800000;"><em>rel</em></span> tag (<span style="color: #800000;">orel</span>) that match with the video overlay container&#8217;s id (<span style="color: #800000;">line 11</span>)<br />
<span style="color: #800000;"> line 11:</span> container for video overlay</p>
<p><span style="text-decoration: underline;">CSS</span></p>
<pre class="brush: css; title: ;">
div.overlay {
	z-index:9999;
	padding:40px;
	width:476px;
	display:none;
	background-image:url(../images/gray.png);
}
div.overlay div.close {
	background:url(../images/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px;
	width:35px;
	height:35px;
	cursor:pointer;
}
div.overlay a {
	height:370px;
	display:block;
}
div.video {
	height:150px;
	width:200px;
	border:2px solid #fff;
	outline:1px solid #ccc;
	-moz-outline-radius:4px;
	cursor:pointer;
	text-align:center;
	float:left;
	margin:5px;
}
div.video img {
	margin-top:50px;
}
div.video div.info {
	height:40px;
	background:#000 url(../images/h80.png) repeat-x;
	opacity:0.7;
	color:#fff;
	margin-top:2px;
	text-align:left;
	padding:5px 5px;
	font-family:&quot;bitstream vera sans&quot;,&quot;trebuchet ms&quot;;
	font-size:11px;
	border-top:1px solid #ccc;

}
div.video div.info span {
	color:#99FF99;
	display:block;
}
</pre>
<p>The CSS style definition for vide overlay</p>
<p><span style="text-decoration: underline;">JavaScript</span></p>
<pre class="brush: jscript; title: ;">
$(function() {
      var player = $f(&quot;player&quot;, &quot;swf/flowplayer-3.1.5.swf&quot;);

      $('a[rel]').overlay({
            expose: '#111',
            effect: 'apple',

            onLoad: function() {
                 player.load();
            },

            onClose: function() {
                player.unload();
            }
       });
});
</pre>
<p><span style="color: #800000;">line 02:</span> install flowplayer into it&#8217;s container<br />
<span style="color: #800000;"> line 04:</span> the overlay function, fired when user clicks on play button<br />
<span style="color: #800000;"> line 05: </span>expose color<br />
<span style="color: #800000;"> line 06</span>: overlay effect<br />
<span style="color: #800000;"> line 08:</span><span style="color: #000000;"> load the player<br />
<span style="color: #800000;"> line 12:</span> </span><span style="color: #000000;">u</span>nload the player when user clicks on close button</p>
<p><span style="text-decoration: underline;">Overlay Multiple Player</span></p>
<p><span style="text-decoration: underline;"> </span></p>
<div class="wp-caption alignnone" style="width: 440px"><a title="Demo Multiple Video Overlay" href="http://londatiga.net/tutorials/flowplayer2/multi.html" target="_blank"><img title="View Demo" src="http://londatiga.net/images/flowplayer2/demo2.jpg" alt="View Demo" width="430" height="163" /></a><p class="wp-caption-text">View Demo</p></div>
<pre class="brush: xml; title: ;">
&lt;div style=&quot;float:left&quot;&gt;
   &lt;div class=&quot;video&quot; style=&quot;background-image:url(images/splash_01.jpg)&quot;&gt;
      &lt;a href=&quot;#&quot; rel=&quot;#orel1&quot;&gt;
         &lt;img src=&quot;images/play.png&quot; alt=&quot;play&quot; title=&quot;play&quot; border=&quot;0&quot;&gt;
      &lt;/a&gt;
      &lt;div class=&quot;info&quot;&gt;
          PMDG Virtual Cockpit
          &lt;span&gt;00:27&lt;/span&gt;
       &lt;/div&gt;
   &lt;/div&gt;

   &lt;div id=&quot;orel1&quot; class=&quot;overlay&quot;&gt;&lt;a href=&quot;video/video01.flv&quot; class=&quot;player&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;div style=&quot;float:left&quot;&gt;
   &lt;div class=&quot;video&quot; style=&quot;background-image:url(images/splash_02.jpg)&quot;&gt;
       &lt;a href=&quot;#&quot; rel=&quot;#orel2&quot;&gt;
          &lt;img src=&quot;images/play.png&quot; alt=&quot;play&quot; title=&quot;play&quot; border=&quot;0&quot;&gt;
       &lt;/a&gt;
       &lt;div class=&quot;info&quot;&gt;
            PMDG Virtual Cockpit - Dark
            &lt;span&gt;02:38&lt;/span&gt;
       &lt;/div&gt;
    &lt;/div&gt;

    &lt;div id=&quot;orel2&quot; class=&quot;overlay&quot;&gt;&lt;a href=&quot;video/video02.flv&quot; class=&quot;player&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
</pre>
<p><span style="color: #800000;">line 01:</span> container for video 1<br />
<span style="color: #800000;"> line 03:</span> <span style="color: #800000;"><em>rel</em></span> tag must have a unique value for each video (orel1 &amp; orel2 for the two videos)<br />
<span style="color: #800000;"> line 12:</span> overlay container, it&#8217;s id must match the <em><span style="color: #800000;">rel</span></em> tag in<span style="color: #000000;"> </span><span style="color: #000000;">line 03</span><br />
<span style="color: #800000;"> line 15:</span> container for video 2</p>
<p><span style="text-decoration: underline;">CSS</span></p>
<p>Look at example 1</p>
<p><span style="text-decoration: underline;">JavaScript</span></p>
<pre class="brush: jscript; title: ;">
$(function() {
    $(&quot;a[rel]&quot;).overlay ({
         effect: 'apple',
	 expose: '#111',

         onLoad: function(content) {
             this.getOverlay().find(&quot;a.player&quot;).flowplayer(0).load();
         },

         onClose: function(content) {
              $f().unload();
         }
     });

     $(&quot;a.player&quot;).flowplayer(&quot;swf/flowplayer-3.1.5.swf&quot;);
});
</pre>
<p><span style="color: #800000;">line 07:</span> load video, overlay function looks for <em><span style="color: #800000;">a</span></em> element with <span style="color: #800000;"><em>player</em></span> class name within it&#8217;s container to load the video<br />
<span style="color: #800000;"> line 11:</span> unload video<br />
<span style="color: #800000;"> line 15: </span> install flowplayer</p>
<div style="padding:10px;background:#2dd354;"><a title="Download example source code" href="http://londatiga.net/downloads/tutorial/flowplayer2.zip" target="_self">Download Example Source Code</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.londatiga.net/featured-articles/how-to-overlay-video-using-jquery-tools-and-flowplayer/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to Use Flowplayer as Your Web Video Player (Beginner&#8217;s Guide)</title>
		<link>http://www.londatiga.net/it/how-to-use-flowplayer-as-your-web-video-player-beginners-guide/</link>
		<comments>http://www.londatiga.net/it/how-to-use-flowplayer-as-your-web-video-player-beginners-guide/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 18:47:02 +0000</pubDate>
		<dc:creator>lorenz</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Java Script]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[flash video player]]></category>
		<category><![CDATA[flowplayer]]></category>
		<category><![CDATA[flowplayer guides]]></category>
		<category><![CDATA[flowplayer howto]]></category>
		<category><![CDATA[flowplayer tutorial]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[swf]]></category>
		<category><![CDATA[web video player]]></category>

		<guid isPermaLink="false">http://www.londatiga.net/?p=346</guid>
		<description><![CDATA[Flowplayer is a free video player for the web that is used to embed video streamson a web page. Flowplayer is highly skinnable and extendable. You can customize it&#8217;s look and feel and also extend it&#8217;s functionality using available plugins. If you are an expert in JavaScript or ActionScript programming, you can even create your [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Flowplayer" href="http://flowplayer.org" target="_blank">Flowplayer</a> is a free video player for the web that is used to embed video streamson a web page. Flowplayer is highly skinnable and extendable. You can customize it&#8217;s look and feel and also extend it&#8217;s functionality using available plugins. If you are an expert in JavaScript or ActionScript programming, you can even create your own plugins according to your needs. There are two types of Flowplayer&#8217;s plugin, the <span style="color: #800000;">JavaScript</span> plugin that works outside the player and <span style="color: #800000;">Flash</span> plugin that works inside the player.</p>
<div class="wp-caption alignnone" style="width: 427px"><img title="Flowplayer" src="http://londatiga.net/images/flowplayer/flowplayer.jpg" alt="Flowplayer" width="417" height="315" /><p class="wp-caption-text">Flowplayer</p></div>
<p>Flowplayer is released in two versions:</p>
<ul>
<li>Open source (free) version (released under the GPL license).  In this version, the Flowplayer branding (logo) is always visible on the player, you can&#8217;t remove the logo.</li>
<li>Commercial version. In this version  you can remove the Flowplayer logo and place your own logo on the video.</li>
</ul>
<p>Current version of the time of this writting is version 3.1.5 which can be downloaded <a title="Download flowplayer" href="http://flowplayer.org/download/index.html" target="_blank">here</a>.</p>
<p><strong>Browser Compatibility</strong><br />
Flowplayer API and JavaScript plugins are dependent on JavaScript 1.5 which is supported by following browsers:</p>
<ul>
<li>Internet Explorer 6.0+</li>
<li>Firefox FF 2+</li>
<li>Safari 2.0+</li>
<li>Opera 2.0+</li>
</ul>
<p>Supported Flash Player: 9.0+</p>
<p><strong>Supported video formats</strong><br />
Currently Flowplayer support three video formats:</p>
<ul>
<li>Flv</li>
<li>H.264</li>
<li>Mp4</li>
</ul>
<p><strong>Using Flowplayer</strong></p>
<p><span style="text-decoration: underline;">Download and install Flowplayer</span></p>
<ul>
<li>Download the free version of Flowplayer (<a title="Download Flowplayer" href="http://releases.flowplayer.org/flowplayer/flowplayer-3.1.5.zip" target="_blank">flowplayer-3.5.1.zip</a> (161.2 kB))</li>
<li>Extract and copy <span style="color: #800000;">flowplayer-3.1.5.swf </span>and <span style="color: #800000;">f</span><span style="color: #800000;"><span style="color: #800000;">l</span>owplayer-3.1.4.min.js </span>into your web application directory</li>
<li>Include the <span style="color: #800000;">flowplayer-3.1.4.min.js</span> in the HEAD section of your HTML file</li>
<pre class="brush: xml; title: ;">
&lt;script src=&quot;scripts/flowplayer-3.1.4-min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
</pre>
</ul>
<p><span style="text-decoration: underline;">Setup Video Container</span></p>
<p>To use Flowplayer, you have to setup a HTML element as a video container on your page. The element can be any HTML tag, but the most commonly used tags are anchor (<span style="color: #800000;">A</span>) and <span style="color: #800000;">DIV</span>.</p>
<pre class="brush: xml; title: ;">
&lt;a  href=&quot;videos/video01.flv&quot; style=&quot;display:block;width=&quot;400px&quot;; height=&quot;300px&quot; id=&quot;player&quot;&gt;
</pre>
<p><span style="text-decoration: underline;">Install Flowplayer</span></p>
<pre class="brush: jscript; title: ;">
&lt;script language=&quot;javascript&gt;
	flowplayer(&quot;player&quot;, &quot;swf/flowplayer-3.1.5.swf&quot;);
&lt;/script&gt;
</pre>
<p>To install Flowplayer, we call the JavaSript function &#8216;<span style="color: #800000;">flowplayer</span>&#8216; that has two arguments. The first argument &#8216;<span style="color: #800000;">player</span>&#8216; is the id of HTML element that used as video container and the second argument is the path to Flowplayer (swf file).</p>
<p><em>Syntax:</em></p>
<blockquote><p><em>flowplayer(&#8217;elemntId&#8217;, &#8216;pathtoswf&#8221;, config)</em></p></blockquote>
<p>where<em>:</em><br />
<em> elementId</em> is the id of video container<br />
<em> pathtoswf</em> is the path to Flowplayer<br />
<em> config</em> is player configuration</p>
<p>more information about &#8216;<span style="color: #800000;">flowplaye</span><span style="color: #800000;">r&#8217;</span> function can be read <a href="http://flowplayer.org/documentation/configuration/player.html" target="_blank">here</a></p>
<p><strong>Examples</strong></p>
<p>1. Single Player</p>
<pre class="brush: xml; title: ;">
&lt;a href=&quot;video/video01.flv&quot; style=&quot;display:block; width:400px; height:300px;&quot; id=&quot;player&quot;&gt;
&lt;script language='javascript'&gt;
        flowplayer(&quot;player&quot;, &quot;swf/flowplayer-3.1.5.swf&quot;);
&lt;/script&gt;
</pre>
<p><a title="Single player" href="http://londatiga.net/tutorials/flowplayer/single.html" target="_blank">View live demo</a></p>
<p>2. Multiple Player</p>
<pre class="brush: xml; title: ;">
&lt;a class=&quot;player&quot; href=&quot;video/video01.flv&quot; style=&quot;display:block; width:400px; height:300px&quot;&gt;
&lt;a class=&quot;player&quot; href=&quot;video/video02.flv&quot; style=&quot;display:block; width:400px; height:300px&quot;&gt;

&lt;script language=&quot;javascript&quot;&gt;
       flowplayer(&quot;a.player&quot;, &quot;swf/flowplayer-3.1.5.swf&quot;);
&lt;script&gt;
</pre>
<p>On the example above, we use two video player on the same  page, each <span style="color: #800000;">A</span> tag is assigned &#8216;<span style="color: #800000;">playe</span>r&#8217; CSS class name, which is defined in CSS section below.  The first argument of &#8216;<span style="color: #800000;">flowplayer&#8217;</span> function is <span style="color: #800000;">&#8216;a.playe</span><span style="color: #800000;">r&#8217;</span> that takes  format <span style="color: #800000;">tagName.className <span style="color: #000000;">which means that all <span style="color: #800000;">A</span> tagsthat have &#8216;<span style="color: #800000;">player</span>&#8216; class name will be used as video container.</span></span></p>
<pre class="brush: css; title: ;">
.player {
      display:block;
      width: 400px;
      height: 300px;
      float: left;
      margin-left: 10px;
}
</pre>
<p><a title="Multiple player" href="http://londatiga.net/tutorials/flowplayer/multi.html">View live demo</a></p>
<p>3. Using Splash Image</p>
<p>Splash image can be used as a preview of video content and also allow us to setup the Flowplayer instance so it is not activated until the user clicks on the image.</p>
<pre class="brush: xml; title: ;">
&lt;a href=&quot;video/video01.flv&quot;  style=&quot;display:block;width:400px;height:300px&quot; id=&quot;player&quot;&gt;
   &lt;img src=&quot;images/splash_01.jpg&quot; alt=&quot;PMDG MD11 Cockpit&quot;&gt;
&lt;/a&gt;

&lt;script language=&quot;javascript&quot;&gt;
      flowplayer(&quot;player&quot;, &quot;swf/flowplayer-3.1.5.swf&quot;);
&lt;/script&gt;
</pre>
<p><a title="Splash example" href="http://londatiga.net/tutorials/flowplayer/splash.html" target="_blank">View live demo</a></p>
<p>4. Using Clips</p>
<p>Clips represent movies to play in Flowplayer. Clips can also be provided as a Playlist with a series of clips that will be played in sequence. Clip and Playlist are objects of Player.</p>
<pre class="brush: xml; title: ;">
&lt;div style=&quot;display:block; width:400px; height:300px&quot; id=&quot;player&quot;&gt;&lt;/div&gt;

&lt;script language=&quot;javascript&quot;&gt;
        flowplayer(&quot;player&quot;, &quot;swf/flowplayer-3.1.5.swf&quot;, {
            clip: { url: 'video/video01.flv',
                    autoPlay: false
            }
        });
&lt;/script&gt;
</pre>
<p>On the example above, we use <span style="color: #800000;">DIV</span> tag as video container. By using <span style="color: #800000;">DIV</span>,  we can&#8217;t define the video url using <span style="color: #800000;">href</span> like in our previous examples that using <span style="color: #800000;">A</span> tag. The video url is defined within Clip object and we also set the <span style="color: #800000;">autoPlay</span> to<span style="color: #800000;"> false</span> that indicating the player should not start playback immediately upon loading.</p>
<p><a title="Using clips" href="http://londatiga.net/tutorials/flowplayer/clip.html" target="_blank">View live demo </a></p>
<div style="padding:10px;background:#2dd354;"><a title="Download scrollable demo source code" href="http://londatiga.net/downloads/tutorial/flowplayer.zip" target="_self">Download Example Source Code</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.londatiga.net/it/how-to-use-flowplayer-as-your-web-video-player-beginners-guide/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

