<?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>ThoughtFaqtory Blog &#187; Mobile</title>
	<atom:link href="http://thoughtfaqtory.com/blog/category/mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://thoughtfaqtory.com/blog</link>
	<description>Rich Internet Applications [Adobe Flex, Adobe AIR, Flash Platform, Flash Mobile, UX, iPhone, iPad, Android, Java]</description>
	<lastBuildDate>Wed, 28 Jul 2010 09:12:55 +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>Checking for function availability in iPhone OS</title>
		<link>http://thoughtfaqtory.com/blog/2010/07/20/checking-for-function-availability-in-iphone-os/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=checking-for-function-availability-in-iphone-os</link>
		<comments>http://thoughtfaqtory.com/blog/2010/07/20/checking-for-function-availability-in-iphone-os/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 08:55:01 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://thoughtfaqtory.com/blog/?p=413</guid>
		<description><![CDATA[Since the introduction of the iPad (OS3.2) and iPhone 4 (iOS4), developers have to consider building applications for different versions of the SDK. We are currently working on an iPhone app that supports version 3.1 to 4.0.1. With the introduction of iOS4 and the iPhone 4 Retina display, we can take advantage of the function [...]]]></description>
			<content:encoded><![CDATA[<p>Since the introduction of the iPad (OS3.2) and iPhone 4 (iOS4), developers have to consider building applications for different versions of the SDK.</p>
<p>We are currently working on an iPhone app that supports version 3.1 to 4.0.1. With the introduction of iOS4 and the iPhone 4 Retina display, we can take advantage of the function <a title="UIGraphicsBeginImageContextWithOptions" href="http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UIKitFunctionReference/Reference/reference.html#//apple_ref/c/func/UIGraphicsBeginImageContextWithOptions" target="_blank">UIGraphicsBeginImageContextWithOptions</a> to create higher resolution snap shots.</p>
<p>To check if the function is available at runtime, you can compare it to NULL instead of having to lookup what version of the OS the user is running.</p>

<div class="wp_syntax"><div class="code"><pre class="objc" style="font-family:monospace;"><span style="color: #a61390;">if</span> <span style="color: #002200;">&#40;</span>UIGraphicsBeginImageContextWithOptions <span style="color: #002200;">!=</span> <span style="color: #a61390;">NULL</span><span style="color: #002200;">&#41;</span>
<span style="color: #002200;">&#123;</span>
    UIGraphicsBeginImageContextWithOptions<span style="color: #002200;">&#40;</span>size, <span style="color: #a61390;">NO</span>, <span style="color: #2400d9;">0.0</span><span style="color: #002200;">&#41;</span>;
<span style="color: #a61390;">else</span>
<span style="color: #002200;">&#123;</span>
    UIGraphicsBeginImageContext<span style="color: #002200;">&#40;</span>size<span style="color: #002200;">&#41;</span>;
<span style="color: #002200;">&#125;</span></pre></div></div>

<p>For more information check out this article <a title="Developing iPhone Apps with iOS4 SDK, Deploying to 3.x Devices : Base SDK and iPhone OS Deployment Target" href="http://iphonedevelopertips.com/xcode/base-sdk-and-iphone-os-deployment-target-developing-apps-with-the-4-x-sdk-deploying-to-3-x-devices.html" target="_blank">http://iphonedevelopertips.com/xcode/base-sdk-and-iphone-os-deployment-target-developing-apps-with-the-4-x-sdk-deploying-to-3-x-devices.html</a> and Apple&#8217;s iOS Application Programming Guide has more information on <a title="Supporting High-Resolution Screens" href="http://developer.apple.com/iphone/library/documentation/iphone/conceptual/iphoneosprogrammingguide/SupportingResolutionIndependence/SupportingResolutionIndependence.html" target="_blank">Supporting High-Resolution Screens</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://thoughtfaqtory.com/blog/2010/07/20/checking-for-function-availability-in-iphone-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple iPhone 4 Ad featuring Facetime</title>
		<link>http://thoughtfaqtory.com/blog/2010/07/01/apple-iphone-4-ad-featuring-facetime/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=apple-iphone-4-ad-featuring-facetime</link>
		<comments>http://thoughtfaqtory.com/blog/2010/07/01/apple-iphone-4-ad-featuring-facetime/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 06:40:08 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://thoughtfaqtory.com/blog/?p=377</guid>
		<description><![CDATA[Apple iPhone 4 Ad featuring Facetime from Simon Barber on Vimeo. &#8220;FaceTime works right out of the box — no need to set up a special account or screen name. And using FaceTime is as easy as it gets. Let’s say you want to start a video call with your best friend. Just find her [...]]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=12973071&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ff0179&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://vimeo.com/moogaloop.swf?clip_id=12973071&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ff0179&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/12973071">Apple iPhone 4 Ad featuring Facetime</a> from <a href="http://vimeo.com/user309764">Simon Barber</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>&#8220;FaceTime works right out of the box — no need to set up a special  account or screen name. And using FaceTime is as easy as it gets. Let’s  say you want to start a video call with your best friend. Just find her  entry in your Contacts and tap the FaceTime button. Or maybe you’re  already on a voice call with her and you want to switch to video. Just  tap the FaceTime button on the Phone screen. Either way, an invitation  pops up on her iPhone 4 screen asking if she wants to join you. When she  accepts, the video call begins. It’s all perfectly seamless. And it  works in both portrait and landscape modes.&#8221;</p>
<p>To learn more about Facetime click <a title="iPhone 4 Facetime" href="http://www.apple.com/iphone/features/facetime.html" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://thoughtfaqtory.com/blog/2010/07/01/apple-iphone-4-ad-featuring-facetime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple iPad New TV Ad</title>
		<link>http://thoughtfaqtory.com/blog/2010/05/14/apple-ipad-new-tv-ad/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=apple-ipad-new-tv-ad</link>
		<comments>http://thoughtfaqtory.com/blog/2010/05/14/apple-ipad-new-tv-ad/#comments</comments>
		<pubDate>Fri, 14 May 2010 11:58:18 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://thoughtfaqtory.com/blog/?p=344</guid>
		<description><![CDATA[Apple iPad TV Ad on Vimeo. We (ThoughtFaqtory) have been lucky enough to get our hands on a few of these slick iPads, even though we reside in Cape Town, South Africa. The obviously needed them for development purposes, to test our software products on the device. It turns out that running our application on [...]]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=11736131&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ff0179&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://vimeo.com/moogaloop.swf?clip_id=11736131&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ff0179&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><span style="color: #999999;"><span style="color: #808080;"><a href="http://vimeo.com/11736131">Apple iPad TV Ad</a> on <a href="http://vimeo.com">Vimeo</a></span>.</span></p>
<p>We (<a title="ThoughtFaqtory" href="http://www.thoughtfaqtory.com" target="_blank">ThoughtFaqtory</a>) have been lucky enough to get our hands on a few of these slick iPads, even though we reside in Cape Town, South Africa. The obviously needed them for development purposes, to test our software products on the device. It turns out that running our application on the simulator is a far different experience than on an actual device.</p>
<p>Here is something to keep you excited while waiting patiently for them to arrive in your country.</p>
]]></content:encoded>
			<wfw:commentRss>http://thoughtfaqtory.com/blog/2010/05/14/apple-ipad-new-tv-ad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ThoughtFaqtory&#8217;s mobile development services</title>
		<link>http://thoughtfaqtory.com/blog/2010/05/10/thoughtfaqtorys-now-offering-mobile-development-services/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=thoughtfaqtorys-now-offering-mobile-development-services</link>
		<comments>http://thoughtfaqtory.com/blog/2010/05/10/thoughtfaqtorys-now-offering-mobile-development-services/#comments</comments>
		<pubDate>Mon, 10 May 2010 08:38:30 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Flash Mobile]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://thoughtfaqtory.com/blog/?p=311</guid>
		<description><![CDATA[ThoughtFaqtory originally offered development services on Adobe Flex and AIR platforms. We have created many great experiences for small to large corporations in the USA, Europe and South Africa. At the end of last year, we decided to embark on offering services in the mobile space. The type of platforms we currently develop for are [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-332" title="Mobile devices" src="http://thoughtfaqtory.com/blog/wp-content/uploads/2010/05/mobile_devices.png" border="0" alt="Mobile devices" width="500" height="370" /></p>
<p><a title="ThoughtFaqtory" href="http://www.thoughtfaqtory.com" target="_blank">ThoughtFaqtory</a> originally offered development services on <a title="Adobe Flex" href="http://www.adobe.com/products/flex/" target="_blank">Adobe Flex</a> and <a title="Adobe AIR" href="http://www.adobe.com/products/air/" target="_blank">AIR</a> platforms. We have created many great experiences for small to large corporations in the USA, Europe and South Africa.</p>
<p>At the end of last year, we decided to embark on offering services in the mobile space. The type of platforms we currently develop for are <a title="Apple iPhone" href="http://www.apple.com/iphone" target="_blank">iPhone</a>, <a title="Apple iPad" href="http://www.apple.com/ipad" target="_blank">iPad</a>, <a title="Android" href="http://www.android.com" target="_blank">Android</a> and <a title="Adobe Flash platform for mobile devices" href="http://www.adobe.com/devnet/devices/" target="_blank">Adobe Flash Platform for mobile devices</a>. We actually have a few <a title="Apple iPad" href="http://www.apple.com/ipad" target="_blank">iPad&#8217;s</a> floating around the office. Another technology we are looking forward to this year is AIR for Android, Flash Player 10.1 for mobile devices and <a title="Flex Mobile Framework" href="http://labs.adobe.com/technologies/flex/mobile/" target="_blank">Flex Mobile Framework</a> (codenamed Slider). This is very exciting, because it allows our company to leverage existing ActionScript 3 skills and apply them to mobile devices.</p>
<p>We forsee that from 2010, there is going to be large demand for development of custom software solutions on mobile devices. A number of our team members are currently working on iPhone and iPad solutions for products that already have a web presence. Many companies are creating mobile experiences from existing products that are already available to the public. Then there are the products exclusive to mobile devices such as <a title="Foursquare" href="http://foursquare.com/" target="_blank">Foursquare</a> and <a title="Gowalla" href="http://gowalla.com/" target="_blank">Gowalla</a>, these types of products require location-based services function correctly.</p>
<p><a title="ThoughtFaqtory" href="http://www.thoughtfaqtory.com/" target="_blank">ThoughtFaqtory</a> is looking forward to this year as the mobile development space heats up.</p>
<p>See you at <a title="Net Prophet 2010" href="http://www.netprophet.org.za" target="_blank">Net Prophet 2010</a> event on the 13th May 2010, Mutual Park, Pinelands, Cape Town.</p>
]]></content:encoded>
			<wfw:commentRss>http://thoughtfaqtory.com/blog/2010/05/10/thoughtfaqtorys-now-offering-mobile-development-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Flash, One Web, Any Screen</title>
		<link>http://thoughtfaqtory.com/blog/2010/04/02/adobe-flash-one-web-any-screen/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=adobe-flash-one-web-any-screen</link>
		<comments>http://thoughtfaqtory.com/blog/2010/04/02/adobe-flash-one-web-any-screen/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 16:29:59 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://thoughtfaqtory.com/blog/?p=303</guid>
		<description><![CDATA[Flash brings the web to life: One web, any screen: See Flash on the new Dell 5 tablet, Dell 12 smartbook (Latitude Xt2), Palm Pre, Nexus One, Motorola Droid, and HP mini 311 netbook.]]></description>
			<content:encoded><![CDATA[<p>Flash brings the web to life:  One web, any screen: See Flash on  the new Dell 5 tablet, Dell 12 smartbook (Latitude Xt2), Palm Pre, Nexus  One, Motorola Droid, and HP mini 311 netbook.</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/6u8ynaCPIoY&#038;hl=en_US&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/6u8ynaCPIoY&#038;hl=en_US&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://thoughtfaqtory.com/blog/2010/04/02/adobe-flash-one-web-any-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Player 10.1 running on many devices</title>
		<link>http://thoughtfaqtory.com/blog/2010/01/08/flash-player-10-1-running-on-many-devices/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=flash-player-10-1-running-on-many-devices</link>
		<comments>http://thoughtfaqtory.com/blog/2010/01/08/flash-player-10-1-running-on-many-devices/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 13:54:10 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://thoughtfaqtory.com/blog/?p=268</guid>
		<description><![CDATA[Below are a few video demos showcasing the Adobe Flash Player 10.1 running on many different devices. Included here is a demo of Kevin Lynch showcasing multi-touch support on an HP TouchSmart using AIR 2.0 Beta. Demos Adrian Ludwig demos various games from Armor Games and Miniclip.com with Flash Player 10.1 on Palm webOS using [...]]]></description>
			<content:encoded><![CDATA[<p>Below are a few video demos showcasing the Adobe Flash Player 10.1 running on many different devices. Included here is a demo of Kevin Lynch showcasing multi-touch support on an HP TouchSmart using AIR 2.0 Beta.</p>
<p><strong>Demos</strong></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="256" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="FlashVars" value="fileID=4841&amp;context=64&amp;embeded=true&amp;environment=production" /><param name="src" value="http://tv.adobe.com/assets//swf/player.swf" /><param name="flashvars" value="fileID=4841&amp;context=64&amp;embeded=true&amp;environment=production" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="256" src="http://tv.adobe.com/assets//swf/player.swf" flashvars="fileID=4841&amp;context=64&amp;embeded=true&amp;environment=production" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Adrian Ludwig demos various games from Armor Games and Miniclip.com with Flash Player 10.1 on Palm webOS using the Palm Pre (3:44)</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="256" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="FlashVars" value="fileID=4839&amp;context=64&amp;embeded=true&amp;environment=production" /><param name="src" value="http://tv.adobe.com/assets//swf/player.swf" /><param name="flashvars" value="fileID=4839&amp;context=64&amp;embeded=true&amp;environment=production" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="256" src="http://tv.adobe.com/assets//swf/player.swf" flashvars="fileID=4839&amp;context=64&amp;embeded=true&amp;environment=production" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Adrian Ludwig demos video and animation on the BBC, The New York Times, and Angry Alien websites on Android using the Motorola Droid (3:35)</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="256" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="FlashVars" value="fileID=4836&amp;context=64&amp;embeded=true&amp;environment=production" /><param name="src" value="http://tv.adobe.com/assets//swf/player.swf" /><param name="flashvars" value="fileID=4836&amp;context=64&amp;embeded=true&amp;environment=production" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="256" src="http://tv.adobe.com/assets//swf/player.swf" flashvars="fileID=4836&amp;context=64&amp;embeded=true&amp;environment=production" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Adrian Ludwig demos  Flash Player 10.1 on Nexus One, the new Google branded phone (3:41)</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="256" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="FlashVars" value="fileID=4200&amp;context=64&amp;embeded=true&amp;environment=production" /><param name="src" value="http://tv.adobe.com/assets//swf/player.swf" /><param name="flashvars" value="fileID=4200&amp;context=64&amp;embeded=true&amp;environment=production" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="256" src="http://tv.adobe.com/assets//swf/player.swf" flashvars="fileID=4200&amp;context=64&amp;embeded=true&amp;environment=production" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Kevin Lynch demos multi-touch and gesture capabilities on the HP TouchSmart using AIR 2 beta and Flash Player 10.1 (2:54)</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="256" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="FlashVars" value="fileID=2566&amp;context=64&amp;embeded=true&amp;environment=production" /><param name="src" value="http://tv.adobe.com/assets//swf/player.swf" /><param name="flashvars" value="fileID=2566&amp;context=64&amp;embeded=true&amp;environment=production" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="256" src="http://tv.adobe.com/assets//swf/player.swf" flashvars="fileID=2566&amp;context=64&amp;embeded=true&amp;environment=production" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Adrian Ludwig demos various websites with Flash Player 10.1  on Palm webOS using the Palm Pre (3:02)</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="256" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="FlashVars" value="fileID=2567&amp;context=64&amp;embeded=true&amp;environment=production" /><param name="src" value="http://tv.adobe.com/assets//swf/player.swf" /><param name="flashvars" value="fileID=2567&amp;context=64&amp;embeded=true&amp;environment=production" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="256" src="http://tv.adobe.com/assets//swf/player.swf" flashvars="fileID=2567&amp;context=64&amp;embeded=true&amp;environment=production" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Adrian Ludwig demos Google Finance on Microsoft Windows Mobile using the Toshiba TG01 smart phone (3:04)</p>
]]></content:encoded>
			<wfw:commentRss>http://thoughtfaqtory.com/blog/2010/01/08/flash-player-10-1-running-on-many-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
