<?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>flowplayer Archives - Michael Soriano</title>
	<atom:link href="https://michaelsoriano.com/tag/flowplayer/feed/" rel="self" type="application/rss+xml" />
	<link>https://michaelsoriano.com/tag/flowplayer/</link>
	<description>I turn code into captivating user experiences for the web</description>
	<lastBuildDate>Mon, 01 Feb 2010 05:39:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>
	<item>
		<title>Embed Videos in your Web Pages with Flowplayer!</title>
		<link>https://michaelsoriano.com/embed-videos-with-flowplayer/</link>
					<comments>https://michaelsoriano.com/embed-videos-with-flowplayer/#comments</comments>
		
		<dc:creator><![CDATA[Michael Soriano]]></dc:creator>
		<pubDate>Mon, 01 Feb 2010 05:39:20 +0000</pubDate>
				<category><![CDATA[Design & UX]]></category>
		<category><![CDATA[flowplayer]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://fearlessflyer.com/?p=1231</guid>

					<description><![CDATA[<p>Normally when you want to add videos into your web pages &#8211; automatically you think of Youtube. All you need is a Youtube account, upload your video, embed the code and your ready to go! But what if you want to do something more? Something like changing how the player looks, maybe add a different [&#8230;]</p>
<p>The post <a href="https://michaelsoriano.com/embed-videos-with-flowplayer/">Embed Videos in your Web Pages with Flowplayer!</a> appeared first on <a href="https://michaelsoriano.com">Michael Soriano</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Normally when you want to add videos into your web pages &#8211; automatically you think of Youtube. All you need is a Youtube account, upload your video, embed the code and your ready to go! But what if you want to do something more? Something like changing how the player looks, maybe add a different splash image, take out that annoying “Youtube” logo, and more importantly &#8211; take out that link toYoutube.com. Now there is a better alternative. Enter Flowplayer.</p>
<h3>What is FlowPlayer?</h3>
<p>FlowPlayer is an open source video player for the web. It is a way for you to stream videos in your pages, from your own server. Thus, eliminating the need for external video serving services such as YouTube. FlowPlayer is highly extensible and customizable. Though it may take a little more than a few clicks &#8211; the benefits far outweigh the work needed to get it running. Consider these pros and cons:</p>
<h5>Pros:</h5>
<p><strong>No Links to External Sites</strong> &#8211; As I’ve mentioned, this alone is enough reason to use FlowPlayer. Your visitors cannot escape your website when video is live. They stay in your site during playback and when clicked. In addition, you can configure your player to use custom events (see below)<br />
<strong>CSS Skinning and Branding</strong> &#8211; You can totally change the appearance of Flowplayer. This includes player controls, backgrounds and logo (custom logo is supported in the “Commercial” version). Best of all &#8211; skinning FlowPlayer follows strict web standards using simple HTML and CSS. Check out this demo using a billboard sign as the background of the player: <a href="http://flowplayer.org/demos/skinning/container-background.html. ">http://flowplayer.org/demos/skinning/container-background.html</a>.<br />
<a href="http://flowplayer.org/demos/skinning/container-background.html"><img fetchpriority="high" decoding="async" src="https://michaelsoriano.com/wp-content/uploads/2010/01/custom-skin-flowplayer2.jpg" alt="" title="Try Doing This with YouTube" width="576" height="300" class="alignnone size-full wp-image-1247" /></a><br />
<strong>Set your own Splash Image </strong>&#8211; one of the annoying things about Youtube is it automatically selects the splash image for you. With Flowplayer you can select a high quality image as the splash state &#8211; before the actual player loads.<br />
<strong>You can add your own Events </strong>&#8211; configure your player to do more than just playback videos. Examples can be adding captions during playback, extracting clip information as well as chaining video clips to play one after the other. See some examples of events <a href="http://flowplayer.org/documentation/events/">here</a>.<br />
<strong>Extend with Plugins</strong> &#8211; Plugins are already made functionalities that other developers have created and made available for you to download. Examples of kick ass plugins are <a href="http://flowplayer.org/plugins/flash/content.html">Flash Content</a>, <a href="http://flowplayer.org/plugins/javascript/embed.html">Javascript Embed</a> and <a href="http://flowplayer.org/plugins/streaming/slowmotion.html">Streaming Slow Motion</a>.</p>
<h5>Cons:</h5>
<p><strong>Need some HTML experience </strong>&#8211; you will need to touch the source code of your pages to use. For advanced functionality &#8211; scripting technologies such as javascript and flash is also required<br />
<strong>You need to convert the videos locally first before uploading</strong> &#8211; at the time of writing, FlowPlayer supports FLV, H.264 and MP4. You will need to convert your video to the said formats before uploading. Check this article for good information on Flash Video Conversion: <a href="http://worldtv.com/blog/guides_tutorials/flv_converter.php">http://worldtv.com/blog/guides_tutorials/flv_converter.php</a><br />
<strong>Bandwidth</strong> &#8211; Since videos are served locally you may see an increase in bandwidth usage.</p>
<h3>How to use FlowPlayer</h3>
<p>What I really liked about FlowPlayer is their extensive documentation. It includes walkthroughs for beginners, as well as in depth instructions for the expert programmers. To start using FlowPlayer &#8211; all you need is to do the following:<br />
<strong>1) <a href="http://releases.flowplayer.org/flowplayer/flowplayer-3.1.5.zip">Download</a> the FlowPlayer Files</strong> &#8211; This download includes the actual FlowPlayer .swf files as well as the .js file to get you started. It also includes an HTML page that demonstrate the basic installation of FlowPlayer.<br />
<strong>2) Include the flowplayer.js in your HTML:</strong><br />
<script src="https://gist.github.com/michaelsoriano/f98ba34c1d77c1864e7c.js"></script><br />
<strong>3) Setup the player container</strong> &#8211; Simply add an anchor tag with 3 important attributes: a) <em>href &#8211; the pointer to the video file</em>, b) style: <em>determines the size and basic display properties of the player </em>and c) id: <em>very important &#8211; this acts as a selector for the javascript to target to load the player</em>.<br />
<script src="https://gist.github.com/michaelsoriano/5125c89b4bea0d8afcee.js"></script><br />
<strong>4) Install Flowplayer</strong> &#8211; The final code tells FlowPlayer to install in our anchor tag:<br />
<script src="https://gist.github.com/michaelsoriano/e085c00d42d3f205b16d.js"></script></p>
<h3>FlowPlayer and WordPress:</h3>
<p>Oh yes &#8211; you can actually embed Flowplayer inside your posts. The beauty of it is &#8211; there are actually several Flowplayer plugins already available for WordPress. Though I’m just going to cover the two most popular:<br />
<strong><a href="http://foliovision.com/seo-tools/wordpress/plugins/fv-wordpress-flowplayer">FV WordPress Flowplayer </a></strong>&#8211; developed by Foliovision, is a straight forward FlowPlayer plugin made exceptionally easy. All you need is to install, upload your video and add the plugin shortcode to your posts. Note that this is the plugin I’m using for my video demo above. The screenshot below shows the plugin options page:<br />
<img decoding="async" src="https://michaelsoriano.com/wp-content/uploads/2010/01/screenshot-3.png" alt="" title="Screenshot of FolioVisions Options" width="576" height="337" class="alignnone size-full wp-image-1248"  /><br />
<strong><a href="http://www.saiweb.co.uk/wordpress-flowplayer">Flowplayer for WordPress</a></strong> &#8211; created by David Busby of Saiweb, this plugin also includes player customization features as well as commercial license key input for advanced settings:<br />
<img decoding="async" src="https://michaelsoriano.com/wp-content/uploads/2010/01/screenshot-1.png" alt="" title="SaiWebs Options Page" width="576" height="300" class="alignnone size-full wp-image-1249"  /></p>
<h5>Embed FlowPlayer in your Theme:</h5>
<p>If you’re like me, you may come across a website project that requires videos hosted in their own server. Of course WordPress and FlowPlayer is a good combination. What about if the requirements for the player are so extensive that may not be achieved with any sort of plugin? This is when you’d want to embed FlowPlayer in your theme.<br />
The process is pretty much the same as the basic FlowPlayer installation. The only difference is we’re using custom fields for the href attribute of our player. In your theme folder, edit single.php and include this code inside the loop:<br />
<script src="https://gist.github.com/michaelsoriano/b151d86c3d7a3d7bb100.js"></script><br />
This sets up a default player for each post, wrapped in an “if” block. This way you customize the page to your client’s extensive requirements. A screenshot of my page mockup is shown below:<br />
<img decoding="async" src="https://michaelsoriano.com/wp-content/uploads/2010/01/scv-mockup.jpg" alt="" title="Mock Up with Custom Player" width="576" height="300" class="alignnone size-full wp-image-1250" /><br />
Don’t forget the call to install FlowPlayer:<br />
<script src="https://gist.github.com/michaelsoriano/7950a9f8d1f0d0ea90c9.js"></script><br />
Now all you need to do is upload the movie using the default WordPress media uploader, and plug in the url in a custom field set to “<strong>movie</strong>”</p>
<h3>Conclusion</h3>
<p>If you haven’t already noticed &#8211; almost every aspect of FlowPlayer can be customized. Having this much control over video content is invaluable and cannot compare to services like YouTube. Best of all, the basic version is free under the GPL license which you can use for personal or commercial purposes. Note that there are also paid versions that determine the amount of branding you can as well as legal domain usage. Head on over to FlowPlayer&#8217;s <a href="http://flowplayer.org/index.html">website</a> for more information. </p>
<p>The post <a href="https://michaelsoriano.com/embed-videos-with-flowplayer/">Embed Videos in your Web Pages with Flowplayer!</a> appeared first on <a href="https://michaelsoriano.com">Michael Soriano</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://michaelsoriano.com/embed-videos-with-flowplayer/feed/</wfw:commentRss>
			<slash:comments>26</slash:comments>
		
		
			</item>
	</channel>
</rss>
