<?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>Flash tutorial, Actionscript tutorial, CS5,  How To &#187; JPEG Thumbnails</title>
	<atom:link href="http://www.flashcs.com/tag/jpeg-thumbnails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashcs.com</link>
	<description></description>
	<lastBuildDate>Sun, 18 Sep 2011 06:33:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Add JPEG Thumbnails to a Playlist</title>
		<link>http://www.flashcs.com/how-to/add-jpeg-thumbnails-to-a-playlist/</link>
		<comments>http://www.flashcs.com/how-to/add-jpeg-thumbnails-to-a-playlist/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 10:40:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Add JPEG Thumbnails to a Playlist]]></category>
		<category><![CDATA[JPEG Thumbnails]]></category>
		<category><![CDATA[Playlist]]></category>

		<guid isPermaLink="false">http://www.flashcs.com/?p=361</guid>
		<description><![CDATA[A few small changes to VideoThumb.as are needed to pull the thumbnails specified in the XML file: 60 //grab jpg thumbnail instead of initiating stream. 61 var newClip = this.createEmptyMovieClip("thumbie",this.getNextHighestDepth()); 62 newClip.loadMovie("thumbs/"+stream); This code attaches the JPEG file to a newly generated movie clip inside thumb.video, which is displayed in the ListBox component. Note that [...]]]></description>
		<wfw:commentRss>http://www.flashcs.com/how-to/add-jpeg-thumbnails-to-a-playlist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Specify JPEG Thumbnails in the XML File</title>
		<link>http://www.flashcs.com/how-to/specify-jpeg-thumbnails-in-the-xml-file/</link>
		<comments>http://www.flashcs.com/how-to/specify-jpeg-thumbnails-in-the-xml-file/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 10:39:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[JPEG Thumbnails]]></category>
		<category><![CDATA[Specify JPEG Thumbnails]]></category>
		<category><![CDATA[XML File]]></category>

		<guid isPermaLink="false">http://www.flashcs.com/?p=359</guid>
		<description><![CDATA[To dynamically add new videos to your playlist, you simply edit the playlist-demo-1.xml file, which is included in the ZIP file for this tutorial. Thumbnail filenames need to be specified in this file as well. The last attribute of each item is thumb; its value is the thumbnail filename, as shown in the following code: [...]]]></description>
		<wfw:commentRss>http://www.flashcs.com/how-to/specify-jpeg-thumbnails-in-the-xml-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create JPEG Thumbnails</title>
		<link>http://www.flashcs.com/how-to/create-jpeg-thumbnails/</link>
		<comments>http://www.flashcs.com/how-to/create-jpeg-thumbnails/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 10:37:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Create JPEG]]></category>
		<category><![CDATA[Create JPEG Thumbnails tutorial and how to]]></category>
		<category><![CDATA[JPEG Thumbnails]]></category>

		<guid isPermaLink="false">http://www.flashcs.com/?p=356</guid>
		<description><![CDATA[A more bandwidth-conscious way of displaying thumbnails is to create scaled-down JPEG files for each video file. You have several options for creating them; you can: Export a single scaled-down frame in a video editing program. Take a screenshot and scale it down in an image editing program. Use a third-party utility such as Camtasia [...]]]></description>
		<wfw:commentRss>http://www.flashcs.com/how-to/create-jpeg-thumbnails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

