<?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>Useful tips and stuff that matters &#187; flash</title>
	<atom:link href="http://www.theusefulblog.com/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theusefulblog.com</link>
	<description>Tips and tricks and stuff that matters for computers, internet, and many others.</description>
	<lastBuildDate>Thu, 26 Nov 2009 08:13:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Extract Video and Audio from flv files using flv extract</title>
		<link>http://www.theusefulblog.com/post/extract-video-and-audio-from-flv-files-using-flv-extract/</link>
		<comments>http://www.theusefulblog.com/post/extract-video-and-audio-from-flv-files-using-flv-extract/#comments</comments>
		<pubDate>Thu, 27 Dec 2007 00:54:39 +0000</pubDate>
		<dc:creator>angelchen1111</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[free stuff]]></category>

		<guid isPermaLink="false">http://www.theusefulblog.com/2007/12/26/extract-video-and-audio-from-flv-files-using-flv-extract/</guid>
		<description><![CDATA[With FLVExtract you can extract video and audio from flv files without reconverting them again and lose quality.

url to download FLVExtract http://www.moitah.net/#FLVExtract
Copyright &#169; 2008 This feed is for personal, non-commercial use only.  The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the [...]]]></description>
			<content:encoded><![CDATA[<p>With FLVExtract you can extract video and audio from flv files without reconverting them again and lose quality.</p>
<p><img src="http://farm3.static.flickr.com/2187/2159595428_37347285bb.jpg?v=0" border="0" alt=""/><br/></p>
<p>url to download FLVExtract <a href="http://www.moitah.net/#FLVExtract">http://www.moitah.net/#FLVExtract</a></p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.theusefulblog.com/post/extract-video-and-audio-from-flv-files-using-flv-extract/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash objects break wordpress in Internet Explorer</title>
		<link>http://www.theusefulblog.com/post/flash-objects-break-wordpress/</link>
		<comments>http://www.theusefulblog.com/post/flash-objects-break-wordpress/#comments</comments>
		<pubDate>Thu, 26 Oct 2006 06:58:02 +0000</pubDate>
		<dc:creator>angelchen1111</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://www.theusefulblog.com/2006/10/25/flash-objects-break-wordpress/</guid>
		<description><![CDATA[Today I had problem loading my pages properly in Firefox but not Internet Explorer, I wondered why this happen as I never had this problem with my blog before. At first I thought there was a problem with the scripts, but it still won&#8217;t load completely even after disabling the scripts, then I tried to [...]]]></description>
			<content:encoded><![CDATA[<p>Today I had problem loading my pages properly in Firefox but not Internet Explorer, I wondered why this happen as I never had this problem with my blog before. At first I thought there was a problem with the scripts, but it still won&#8217;t load completely even after disabling the scripts, then I tried to disable activex controls, and it loaded perfectly without the flash objects. Then I suspect the flash videos I have is causing those problems, I tried different flash objects and I found out that those with &lt;object&gt; tags won&#8217;t break the page, but those with &lt;embed&gt; actually do. I changed all my videos to</p>
<blockquote><p>&lt;ins&gt;&lt;object type=&#8217;application/x-shockwave-flash&#8217; data=&#8217;somefile.swf&#8217;&gt;&lt;param<br />
name=&#8217;allowScriptAccess&#8217; value=&#8217;sameDomain&#8217; /&gt;&lt;param name=&#8217;movie&#8217; value=&#8217;somefile.swf&#8217;&gt;&lt;param<br />
name=&#8217;quality&#8217; value=&#8217;best&#8217;/&gt;&lt;param name=&#8217;bgcolor&#8217; value=&#8217;#ffffff&#8217; /&gt;&lt;param<br />
name=&#8217;scale&#8217; value=&#8217;noScale&#8217; /&gt;&lt;param name=&#8217;wmode&#8217; value=&#8217;window&#8217;/&gt;&lt;param name=&#8217;salign&#8217;<br />
value=&#8217;TL&#8217; /&gt;&lt;/object&gt;&lt;/ins&gt;</p></blockquote>
<table id="table1" border="0" width="100%">
<tbody>
<tr>
<td><strong>Before changes:</strong></td>
<td><strong>After changes:</strong></td>
</tr>
<tr>
<td><img src="http://farm3.static.flickr.com/2041/1801672887_a2ef9468c4_o.jpg" border="0" alt="" width="140" height="379" /></td>
<td><img src="http://farm3.static.flickr.com/2224/1801672885_56fd762366_o.jpg" border="0" alt="" width="204" height="377" /></td>
</tr>
</tbody>
</table>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.theusefulblog.com/post/flash-objects-break-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
