<?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>Skowronek.org &#187; Flash</title>
	<atom:link href="http://www.skowronek.org/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skowronek.org</link>
	<description>The official web site for the Skowronek family of South Jordan, Utah, USA</description>
	<lastBuildDate>Sat, 12 Jun 2010 23:21:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>SWFObject Codebase Moves to Google Code</title>
		<link>http://www.skowronek.org/2008/04/28/swfobject-codebase-moves-to-google-code/</link>
		<comments>http://www.skowronek.org/2008/04/28/swfobject-codebase-moves-to-google-code/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 23:59:01 +0000</pubDate>
		<dc:creator>Skowronek</dc:creator>
				<category><![CDATA[Off-Topic]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Code]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.skowronek.org/2008/04/28/swfobject-codebase-moves-to-google-code/</guid>
		<description><![CDATA[While doing some Flash coding today I noticed the SWFObject homepage had a notice that all the code had moved to Google Code as the new and improved (lowercase) swfobject. For anyone not familiar with swfobject, it is (IMHO) the de facto JavaScript library/API for embedding and enabling Adobe Flash applications on the web. Version [...]]]></description>
			<content:encoded><![CDATA[<p>While doing some Flash coding today I noticed the SWFObject homepage had a notice that all the code had moved to Google Code as the <em>new and improved</em> (lowercase) <strong>swfobject</strong>. For anyone not familiar with <strong>swfobject</strong>, it is (IMHO) the de facto JavaScript library/API for embedding and enabling <a href="http://www.adobe.com/flash" target="_blank">Adobe Flash</a> applications on the web. Version 2.0 has been completely revamped with a pretty steep upgrade path, so do not do it lightheartedly.</p>
<p><a href="http://code.google.com/p/swfobject/" target="_blank">&lt;swfobject&gt; google Project Page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.skowronek.org/2008/04/28/swfobject-codebase-moves-to-google-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encoding and Downloading FLV Media</title>
		<link>http://www.skowronek.org/2007/12/03/flash-quick-tips-encode-flv-and-downloading-flv-content-online/</link>
		<comments>http://www.skowronek.org/2007/12/03/flash-quick-tips-encode-flv-and-downloading-flv-content-online/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 06:53:59 +0000</pubDate>
		<dc:creator>Skowronek</dc:creator>
				<category><![CDATA[Off-Topic]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.skowronek.org/2007/12/03/flash-quick-tips-encode-flv-and-downloading-flv-content-online/</guid>
		<description><![CDATA[One of the greatest features of Flash is the ability to encode video for online playback. For those that have not done this, the quick notes version: Create a blank Flash movie (somewhere near the dimensions of the source video) File &#124; Import &#124; Import to library&#8230; Select Windows &#124; Library OR CTRL + L [...]]]></description>
			<content:encoded><![CDATA[<p>One of the greatest features of Flash is the ability to encode video for online playback. For those that have not done this, the quick notes version:</p>
<ol>
<li>Create a blank Flash movie (somewhere near the dimensions of the source video)
<li>File | Import | Import to library&#8230;
<li>Select Windows | Library OR CTRL + L for those key-jockeys out there
<li>Select the imported movie from the library
<li>Right-click | Properties
<li>In the Embedded Video Properties dialog box, click Export.
<li>Save the movie for later use
</ol>
<p>Now, what if we want to be able to download an FLV movie from somewhere on the web. Lately I have been researching ways to leverage various online social media provider&#8217;s technologies (and uhm, assets.) In doing so, I rely heavily on <a href="http://www.fiddlertool.com/fiddler/" target="_blank">Fiddler</a>, an HTTP debugging proxy which logs all HTTP traffic between your computer and the Internet (that is all IE traffic.) By listening to the HTTP requests being sent from any embedded Flash application from your local computer, FLV assets from YouTube, Brightcove and others are easily retrievable. Although there are freely available plug-ins for Firefox and Internet Explorer that <em>occasionally</em> work, oftentimes it becomes necessary to dig in and get your hands dirty. Let&#8217;s dirty up&#8230;</p>
<p><span id="more-666"></span></p>
<ol>
<li>Download, install and run Fiddler 2 (you&#8217;ll need the latest version of .NET 2.0)
<li>Disable capture (F12)
<li>Launch IE (any recent flavor will due)
<li>Open up <a href="http://www.youtube.com" target="_blank">YouTube.com</a>, <a href="http://www.Brightcove.tv" target="_blank">Brightcove.tv</a> or any media outlet that offers streaming video via Flash
<li>Return to Fiddler and click F12 to begin capture (this is important or you will miss the capture part of this mini-tutorial)
<li>Now, browse to a page that has the video you wish to <em>&#8220;archive&#8221;</em> and allow it to load and begin playing <em>(I have found that sometimes Fiddler or the site will hang, you may need to start capture a few times to get the page to load  up.)</em>
<li>Return to Fiddler and click F12 again (we have captured all we need)
</ol>
<p>You should have a list of links that Fiddler has so graciously tracked for us. Now time to locate the actual session that contains the source movie.</p>
<ol>
<li>Click CTRL + F (find) and type <em><strong>video/flv</strong></em> in the text box
<li>Search | Requests and Headers
<li>Examine | Headers and Body
<li>Click Find Sessions
</ol>
<pFiddler will list out one (or many) link session(s) that contain(s) video/flv anywhere in the request (usually the Content-Type header.) In the event nothing is returned, you may need to re-capture the HTTP traffic to be able to pull down the actual FLV link session.</p>
<p>Now the final step, download the FLV source. This is the easy part. Fiddler gives us an easy copy context menu to handle this:</p>
<ol>
<li>Right-click the link session that the find from above highlighted.
<li>Copy | Just Url (CTRL + U)
<li>Paste the copied URL into your favorite download accelerator or just paste it directly into IE or Windows Explorer.
</ol>
<p>As long as you do not have the FLV extension associated to any other Windows application, you should be prompted with a Save/Open dialog box. Save the file down to your computer and you are done.</p>
<p>Granted, not a lot you can do directly with an FLV file. Perhaps I&#8217;ll put something together on how to actually use the FLV source at a later day.</p>
<p>Feedback welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skowronek.org/2007/12/03/flash-quick-tips-encode-flv-and-downloading-flv-content-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
