<?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"
	>

<channel>
	<title>lab.lukesturgeon.co.uk</title>
	<atom:link href="http://lab.lukesturgeon.co.uk/feed" rel="self" type="application/rss+xml" />
	<link>http://lab.lukesturgeon.co.uk</link>
	<description>Not just another WordPress weblog</description>
	<pubDate>Wed, 18 Jun 2008 21:48:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Draggable</title>
		<link>http://lab.lukesturgeon.co.uk/flash/draggable</link>
		<comments>http://lab.lukesturgeon.co.uk/flash/draggable#comments</comments>
		<pubDate>Tue, 17 Jun 2008 21:52:27 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[actionscript]]></category>

		<category><![CDATA[class]]></category>

		<category><![CDATA[drag]]></category>

		<guid isPermaLink="false">http://lab.lukesturgeon.co.uk/?p=104</guid>
		<description><![CDATA[





In between my work and personal projects I have going on at the moment I am trying to work on a particular project which I am quite excited about. I don&#8217;t want to reveal too much yet but it should be an exciting addition to my portfolio site when it&#8217;s finished. At the moment I [...]]]></description>
			<content:encoded><![CDATA[<p>
<object type="application/x-shockwave-flash" width="520" height="400">
<param name="movie" value="http://lab.lukesturgeon.co.uk/assets/flash/draggy.swf" />
<embed src="http://lab.lukesturgeon.co.uk/assets/flash/draggy.swf" type="application/x-shockwave-flash" width="520" height="400" >
</object>
</p>
<p>In between my work and personal projects I have going on at the moment I am trying to work on a particular project which I am quite excited about. I don&#8217;t want to reveal too much yet but it should be an exciting addition to my portfolio site when it&#8217;s finished. At the moment I am simply in R&amp;D mode, playing and prototyping with different pieces in flash until I can finally bring them all together.</p>
<p>Based on existing code I have ported the ActionScript over from an example and create an ActionScript 3.0 class that I can re-use. I will probably update it later to add even more functionality but for the time being it is doing the trick. I wanted a really smooth way to drag items around on a page but the items had to behave and &#8216;feel&#8217; like they were actually being dragged. This meant calculating the cursors position in relation to the center of the item and comparing this to it&#8217;s previous positions and rotating it accordingly.</p>
<p><span style="text-decoration: line-through;">At the moment the image gets distorted as it rotates. I&#8217;m aware of this occuring when you rotate a bitmap as well as scaling a bitmap to anything other than 100%. If anyone is aware of a way to stop or reduce this then leave me a comment becuase I&#8217;d love to figure it out? Perhaps there is a way to use the bitmapData class to apply smoothing to a bitmap?</span> I have just managed to find a handful of blogs which mention the <em>allow smoothing</em> property that you can activate for bitmaps in Flash. There was some great articles on <a title="bitmaps" href="http://www.kaourantin.net/2005/12/dynamically-loading-bitmaps-with.html" target="_blank">kaourantin.net</a>, <a title="valve blog" href="http://www.valveblog.com/2005/09/allow_smoothing.html" target="_blank">valve blog</a> and <a title="gskinner" href="http://www.gskinner.com/blog/archives/2007/08/minor_bug_with.html" target="_blank">gskinner</a>. At the moment this flashlet uses a bitmap image from the library so I have enabled <em>allow smoothing</em> directly from the library panel. I will need to do more work on this when I begin loading it the bitmaps dynamically.<span style="text-decoration: line-through;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://lab.lukesturgeon.co.uk/flash/draggable/feed</wfw:commentRss>
		</item>
		<item>
		<title>Flash video best practise</title>
		<link>http://lab.lukesturgeon.co.uk/flash/flash-video-best-practise</link>
		<comments>http://lab.lukesturgeon.co.uk/flash/flash-video-best-practise#comments</comments>
		<pubDate>Mon, 09 Jun 2008 10:16:32 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Screen-printing]]></category>

		<category><![CDATA[best practise]]></category>

		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://lab.lukesturgeon.co.uk/?p=103</guid>
		<description><![CDATA[Working with rich-media I have obviously needed to work with video and more specifically flash video, I have been trying to find out more and more about how to squeeze every last pixel of quality from a file whilst keeping the file weight to a minimum.
I discovered a fantastic selection of articles on adobe.com written [...]]]></description>
			<content:encoded><![CDATA[<p>Working with rich-media I have obviously needed to work with video and more specifically flash video, I have been trying to find out more and more about how to squeeze every last pixel of quality from a file whilst keeping the file weight to a minimum.</p>
<p>I discovered a fantastic selection of articles on adobe.com written by experts within the field. After reading through and noting points from as many articles as possible I am trying to collate the information in to a series of &#8220;best practise&#8221; bullet points for quick and easy reference. I will be using these points when I work with flash video in the future and adding extra sections whenever I discover new information.</p>
<p><a title="encoding flash video" href="http://www.adobe.com/designcenter/dialogbox/encode_video.html" target="_blank">Encoding Flash Video</a> (Tom Green and Scott Fegette)</p>
<p>I tried to split the best practises in to headed sections and give a few key points for each section:</p>
<h3>Raw footage:</h3>
<ul>
<li>Mac -&gt; use Quicktime video or Quicktime Animation codecs</li>
<li>Windows -&gt; use the uncompressed AVI codec</li>
</ul>
<h3>Framerate:</h3>
<ul>
<li>Streaming video can actually be stream at a lower framerate without a noticable loss of quality</li>
<li>Original (NTSC) 29.97/30fps -&gt; new 15fps</li>
<li>Original (PAL) 25fps -&gt; new 12fps</li>
</ul>
<h3>Bitrate:</h3>
<ul>
<li>Think of bitrate as the current/flow of data coming from the video file, the greater the bitrate the stronger the current, which can cause problems for people with slower connections. Reduce the bitrate reduces the amount of data that is streamed from the video file</li>
<li>Intranet -&gt; 400 - 600</li>
<li>Broadband -&gt; 200 - 300</li>
<li>Diual-up -&gt; 60 - 70</li>
</ul>
<h3>Keyframes:</h3>
<ul>
<li>A keyframe is similar to a keyframe in Flash, in that it defines a specific point in the files timeline. The frames in-between keyframes are called &#8220;difference frames&#8221;</li>
<li>The keyframe interval is how close together the keyframes are to each other, the close the gap the greater the number of keyframes, the greater the quality, the greater the file weight</li>
<li>If you wanted an interval of 5 seconds between keyframes in a 15fps video file the calculation would be: 15(fps) x 5(secs) -&gt; <strong>75 keyframe interval</strong></li>
</ul>
<h3>Sound:</h3>
<ul>
<li>The best way to approach sound is to think carefully about the target audience and content of the video</li>
<li>Audience - most pc speakers are mono, only higher spec systems will have a suitable stereo speakers. Who are your target audience? What spec systems will they generally have?</li>
<li>Content - a single voice or narration will be fine in mono, movie trailers or video with music will sound much better in stereo</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://lab.lukesturgeon.co.uk/flash/flash-video-best-practise/feed</wfw:commentRss>
		</item>
		<item>
		<title>Flash player 10 versus Wordpress 2.5.1</title>
		<link>http://lab.lukesturgeon.co.uk/wordpress/flash-10-versus-wordpress-251</link>
		<comments>http://lab.lukesturgeon.co.uk/wordpress/flash-10-versus-wordpress-251#comments</comments>
		<pubDate>Tue, 03 Jun 2008 11:42:50 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[uploading]]></category>

		<guid isPermaLink="false">http://lab.lukesturgeon.co.uk/?p=102</guid>
		<description><![CDATA[I&#8217;m not sure if anyone else is having this problem? I was trying to upload images using the &#8216;Add media&#8217; links in the text editor in Wordpress 2.5.1 but having difficulties. The Add media dialog would open but would not respond when I click on the upload image button. Add media uses a flash powered [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not sure if anyone else is having this problem? I was trying to upload images using the &#8216;Add media&#8217; links in the text editor in Wordpress 2.5.1 but having difficulties. The Add media dialog would open but would not respond when I click on the upload image button. Add media uses a flash powered image uploader to handle the uploading of multiple video and was working fine until I upgraded my machines to Flash Player 10 the other day.</p>
<p>I&#8217;m going to keep searching the wordpress site to see if there is an update to resolve this. Until this I have installed the <a title="no-flash-uploader" href="http://wordpress.org/extend/plugins/no-flash-uploader/" target="_blank">no-flash-uploader</a> plugin from Dion Hulse and my blog is accepting images again. This plugin disables the flash media uploader so standard HTML browse and upload buttons appear instead.</p>
]]></content:encoded>
			<wfw:commentRss>http://lab.lukesturgeon.co.uk/wordpress/flash-10-versus-wordpress-251/feed</wfw:commentRss>
		</item>
		<item>
		<title>Flash Video Bitrate Calculator</title>
		<link>http://lab.lukesturgeon.co.uk/flash/flash-video-bitrate-calculator</link>
		<comments>http://lab.lukesturgeon.co.uk/flash/flash-video-bitrate-calculator#comments</comments>
		<pubDate>Mon, 02 Jun 2008 21:59:40 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://lab.lukesturgeon.co.uk/?p=100</guid>
		<description><![CDATA[
I was surprised to recently find that many people are unaware of the fantastic Flash video bitrate calculator that was created by Robert Reinhardt and is hosted on the Adobe.com. I swear by this tool and now used it every single time I need to encode a video in the .flv format.
You pass in the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adobe.com/devnet/flash/apps/flv_bitrate_calculator/"><img class="alignnone size-full wp-image-101" title="bitrates" src="http://lab.lukesturgeon.co.uk/wp-content/uploads/2008/06/bitrates.jpg" alt="bitrates" /></a></p>
<p>I was surprised to recently find that many people are unaware of the fantastic Flash video bitrate calculator that was created by Robert Reinhardt and is hosted on the Adobe.com. I swear by this tool and now used it every single time I need to encode a video in the .flv format.</p>
<p>You pass in the aspect ration and width and height of you desired .flv along with a few other variables such as motion, codec and audio settings and the application calculate the optimum bitrate for your video. You can then use these values instead of the default settings in whichever program you use to encode your video. This gives you an .flv that is still high quality but can as much as halve the file size and CPU workload. I&#8217;ve created .flv files that are up to 5 seconds long and 300 x 250px is size that can be as low as 5K, that&#8217;s not a typo either, 5K!</p>
<p>Check out the <a title="adobe.com" href="http://www.adobe.com/devnet/flash/apps/flv_bitrate_calculator/" target="_blank">Flash video bitrate calculator</a>. <span style="text-decoration: line-through;">I would have posted a screenshot of the app but my wordpress blog has other ideas.</span> I&#8217;ve turned off my flash media uploader in wordpress after upgrading my Flash player to version 10.0.0 and now I can upload images again.<span style="text-decoration: line-through;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://lab.lukesturgeon.co.uk/flash/flash-video-bitrate-calculator/feed</wfw:commentRss>
		</item>
		<item>
		<title>Particles stage1</title>
		<link>http://lab.lukesturgeon.co.uk/flash/particles-stage1</link>
		<comments>http://lab.lukesturgeon.co.uk/flash/particles-stage1#comments</comments>
		<pubDate>Mon, 12 May 2008 22:02:21 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[actionscript]]></category>

		<category><![CDATA[particles]]></category>

		<guid isPermaLink="false">http://lab.lukesturgeon.co.uk/?p=98</guid>
		<description><![CDATA[





I am beginning to become more and more fascinated by particles, particle systems, physics and artificial life/intelligence algorithms. To cut a long story short I wish I knew what Keith Peters does. Following on from a tutorial he wrote in the Friends of Ed book New Masters of Flash Vol3 I have been doing my [...]]]></description>
			<content:encoded><![CDATA[<p>
<object type="application/x-shockwave-flash" width="520" height="450">
<param name="movie" value="http://lab.lukesturgeon.co.uk/wp-content/uploads/2008/05/untitled-5.swf" />
<embed src="http://lab.lukesturgeon.co.uk/wp-content/uploads/2008/05/untitled-5.swf" type="application/x-shockwave-flash" width="520" height="450" >
</object>
</p>
<p>I am beginning to become more and more fascinated by particles, particle systems, physics and artificial life/intelligence algorithms. To cut a long story short I wish I knew what <a title="bit-101.com" href="http://www.bit-101.com/blog/" target="_blank">Keith Peters</a> does. Following on from a tutorial he wrote in the Friends of Ed book <em>New Masters of Flash Vol3</em> I have been doing my initial experiments in to particle systems starting with a basic AS2 class. Once I&#8217;ve experimented with this some more and added some cool features to it I am hoping to port the class over to AS3 and then have fun on an even larger scale.</p>
<p>Ideally I want to add collision detection between the particles so they do not collide with one-another, experiment with flock behavior/<a title="wikipedia.org" href="http://en.wikipedia.org/wiki/Boids" target="_blank">boids</a>, attraction, repulsion and dynamic behavior. The flash experiment above is my initial foray in to the world of the particle!</p>
]]></content:encoded>
			<wfw:commentRss>http://lab.lukesturgeon.co.uk/flash/particles-stage1/feed</wfw:commentRss>
		</item>
		<item>
		<title>May 1 reboot</title>
		<link>http://lab.lukesturgeon.co.uk/portfolio/may-1-reboot</link>
		<comments>http://lab.lukesturgeon.co.uk/portfolio/may-1-reboot#comments</comments>
		<pubDate>Wed, 30 Apr 2008 19:16:06 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
		
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://lab.lukesturgeon.co.uk/?p=93</guid>
		<description><![CDATA[
You may or may not be aware of the annual global relaunch of websites on the internet? Each year hundreds of people subscribe to the may1reboot.com event, you might have seen that my portfolio is also included in this years event. It&#8217;s a great way to give yourself a deadline and purpose to a website [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://lab.lukesturgeon.co.uk/wp-content/uploads/2008/05/may1reboot.gif" alt="" title="may1reboot" class="alignnone size-full wp-image-97" /></p>
<p>You may or may not be aware of the annual global relaunch of websites on the internet? Each year hundreds of people subscribe to the <a title="may1reboot" href="http://www.may1reboot.com" target="_blank">may1reboot.com</a> event, you might have seen that my <a title="lukesturgeon.co.uk" href="http://www.lukesturgeon.co.uk" target="_blank">portfolio</a> is also included in this years event. It&#8217;s a great way to give yourself a deadline and purpose to a website re-design although the launch is now tomorrow and I am still far from completing the new website.</p>
]]></content:encoded>
			<wfw:commentRss>http://lab.lukesturgeon.co.uk/portfolio/may-1-reboot/feed</wfw:commentRss>
		</item>
		<item>
		<title>ActionScript 3.0 tips and tricks</title>
		<link>http://lab.lukesturgeon.co.uk/flash/actionscript-tips-and-tricks</link>
		<comments>http://lab.lukesturgeon.co.uk/flash/actionscript-tips-and-tricks#comments</comments>
		<pubDate>Tue, 22 Apr 2008 21:36:16 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[actionscript]]></category>

		<guid isPermaLink="false">http://lab.lukesturgeon.co.uk/?p=92</guid>
		<description><![CDATA[I have just seen that Senocular over on the Kirupa forum has created a HUGE post and continues to add new AS3 tips and tricks to it.
http://www.kirupa.com/forum/showthread.php?t=22379
]]></description>
			<content:encoded><![CDATA[<p>I have just seen that Senocular over on the <a title="kirupa.com/forum/" href="http://www.kirupa.com/forum/" target="_blank">Kirupa</a> forum has created a HUGE post and continues to add new AS3 tips and tricks to it.</p>
<p><a title="kirupa.com/forum/" href="http://www.kirupa.com/forum/showthread.php?t=223798" target="_blank">http://www.kirupa.com/forum/showthread.php?t=22379</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lab.lukesturgeon.co.uk/flash/actionscript-tips-and-tricks/feed</wfw:commentRss>
		</item>
		<item>
		<title>Interactive 360 scrubber</title>
		<link>http://lab.lukesturgeon.co.uk/flash/interactive-360-scrubber</link>
		<comments>http://lab.lukesturgeon.co.uk/flash/interactive-360-scrubber#comments</comments>
		<pubDate>Wed, 16 Apr 2008 18:13:37 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[360]]></category>

		<category><![CDATA[actionscript]]></category>

		<category><![CDATA[interactive]]></category>

		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://lab.lukesturgeon.co.uk/?p=89</guid>
		<description><![CDATA[





After developing the interactive and standard video scrubbers I wanted to create a version that would allow me to drag and rotate an object or scene a full 360 degrees. Rather than using 3D in flash, I wanted to find a way to create the effect that would allow complex animation and effects to be [...]]]></description>
			<content:encoded><![CDATA[<p>
<object type="application/x-shockwave-flash" width="521" height="331">
<param name="movie" value="http://lab.lukesturgeon.co.uk/wp-content/uploads/2008/04/main5.swf" />
<embed src="http://lab.lukesturgeon.co.uk/wp-content/uploads/2008/04/main5.swf" type="application/x-shockwave-flash" width="521" height="331" >
</object>
</p>
<p>After developing the <a href="http://lab.lukesturgeon.co.uk/flash/interactive-video-scrubber">interactive</a> and <a href="http://lab.lukesturgeon.co.uk/flash/video-scrubber">standard</a> video scrubbers I wanted to create a version that would allow me to drag and rotate an object or scene a full 360 degrees. Rather than using 3D in flash, I wanted to find a way to create the effect that would allow complex animation and effects to be created in After Effects, then exported as an image sequences and used in this 360 degree scrubber.</p>
<p>Again the scrubber has hot-spots which can offer more interactivity and the easing and sensitivity of the scrubber can also be adjusted.</p>
]]></content:encoded>
			<wfw:commentRss>http://lab.lukesturgeon.co.uk/flash/interactive-360-scrubber/feed</wfw:commentRss>
		</item>
		<item>
		<title>Flash + Arduino</title>
		<link>http://lab.lukesturgeon.co.uk/flash/flash-arduino</link>
		<comments>http://lab.lukesturgeon.co.uk/flash/flash-arduino#comments</comments>
		<pubDate>Wed, 16 Apr 2008 08:54:18 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
		
		<category><![CDATA[Arduino]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[physical computing]]></category>

		<category><![CDATA[Processing]]></category>

		<category><![CDATA[toy hacking]]></category>

		<guid isPermaLink="false">http://lab.lukesturgeon.co.uk/?p=78</guid>
		<description><![CDATA[Thanks to the great guys over at tinker.it I have been on two workshops recently to learn more about physical computing, human – computer interaction and electronics. The first workshop was lead by Alex Zivanovic and Benjamin Tomlinson who gave great introductions to physical computing, Processing, Arduino, and basic electronics. The second workshop was more [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to the great guys over at <a title="tinker.it" href="http://www.tinker.it" target="_blank">tinker.it</a> I have been on two workshops recently to learn more about physical computing, human – computer interaction and electronics. The first workshop was lead by <a title="Alex Zivanovic" href="http://www.zivanovic.co.uk/" target="_blank">Alex Zivanovic</a> and <a title="ico design" href="http://www.icodesign.co.uk" target="_blank">Benjamin Tomlinson</a> who gave great introductions to physical computing, <a title="processing.org" href="http://www.processing.org" target="_blank">Processing</a>, <a title="arduino" href="http://www.arduino.cc/" target="_blank">Arduino</a>, and basic electronics. The second workshop was more specific to the communication between external devices (using Arduino) and flash lead by <a href="http://www.proalias.com/">Alias Cummins</a> and <a href="http://www.brockcraft.com/contact-me/">Brock Craft</a>.</p>
<p>I was proud to have one of my early flash + arduino experiments photographed and the code for the experiment should be getting posted on the tinker.it website soon as a simple example of getting flash to communicate with the Arduino board.</p>
<p>I do not have a video yet of an experiment I made yet (watch this space) but I do have some photographs. I found an old PC joystick in the loft which I chopped the serial plug off and soldered some prototyping wires on to for my breadboard, I then re-wired the two potentiometers that record the joysticks X and Y position and tested the buttons. Using an AS3 library Glue, SerialProxy as a http server and Flash, I was able to use the joystick to control a particle system and use the left and right buttons to cycle through different sprites that made up the particles.</p>
<p><img class="alignnone size-full attachment wp-att-79" title="arduino-3" src="http://lab.lukesturgeon.co.uk/wp-content/uploads/2008/04/arduino-3.jpg" alt="" width="500" height="375" /><img class="alignnone size-full attachment wp-att-83" title="arduino-4" src="http://lab.lukesturgeon.co.uk/wp-content/uploads/2008/04/arduino-4.jpg" alt="" width="500" height="375" /><img class="alignnone size-full attachment wp-att-82" title="arduino-5" src="http://lab.lukesturgeon.co.uk/wp-content/uploads/2008/04/arduino-5.jpg" alt="" width="500" height="375" /><img class="alignnone size-full attachment wp-att-80" title="arduino-1" src="http://lab.lukesturgeon.co.uk/wp-content/uploads/2008/04/arduino-1.jpg" alt="" width="500" height="375" /><img class="alignnone size-full attachment wp-att-81" title="arduino-2" src="http://lab.lukesturgeon.co.uk/wp-content/uploads/2008/04/arduino-2.jpg" alt="" width="500" height="375" /></p>
]]></content:encoded>
			<wfw:commentRss>http://lab.lukesturgeon.co.uk/flash/flash-arduino/feed</wfw:commentRss>
		</item>
		<item>
		<title>Interactive video scrubber</title>
		<link>http://lab.lukesturgeon.co.uk/flash/interactive-video-scrubber</link>
		<comments>http://lab.lukesturgeon.co.uk/flash/interactive-video-scrubber#comments</comments>
		<pubDate>Fri, 11 Apr 2008 13:08:35 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[actionscript]]></category>

		<category><![CDATA[interactive]]></category>

		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://lab.lukesturgeon.co.uk/?p=77</guid>
		<description><![CDATA[





Developing the Video Scrubber further I have added &#8216;hot spots&#8217; to the animation so as you drag through the video, you simultaniously drag through the hot spots as well. These can be toggled using the controls.
There are some really cool existing examples of this effect, and there are several ways that it can be developed [...]]]></description>
			<content:encoded><![CDATA[<p>
<object type="application/x-shockwave-flash" width="521" height="341">
<param name="movie" value="http://lab.lukesturgeon.co.uk/wp-content/uploads/2008/04/interactive.swf" />
<embed src="http://lab.lukesturgeon.co.uk/wp-content/uploads/2008/04/interactive.swf" type="application/x-shockwave-flash" width="521" height="341" >
</object>
</p>
<p>Developing the <a title="video scrubber" href="http://lab.lukesturgeon.co.uk/flash/video-scrubber" target="_self">Video Scrubber</a> further I have added &#8216;hot spots&#8217; to the animation so as you drag through the video, you simultaniously drag through the hot spots as well. These can be toggled using the controls.</p>
<p>There are some really cool existing examples of this effect, and there are several ways that it can be developed further. The hot spots could be faded in and out when you begin to drag the video around, they could be used to skip to a certain point in the video etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://lab.lukesturgeon.co.uk/flash/interactive-video-scrubber/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
