<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
<title>Dale Rankine&#039;s Forum Nokia Blog</title> 
<subtitle type="html">A Forum Nokia Blog</subtitle>
 
<updated>2009-04-09T13:19:56+03:00</updated> 
<id>http://www.lifetype.net,1.2/</id>
<link rel="alternate" type="text/html"  hreflang="en" href="http://blogs.forum.nokia.com/blog/dale-rankines-forum-nokia-blog" />
 
<rights>Copyright (c) drankine</rights>
<generator uri="http://www.lifetype.net/" version="1.2">LifeType at Forum Nokia</generator> 
 
<entry> 
<title>Disabling the Virtual Keypad in Flash Lite 3 on Touch Screen Devices</title>
<link rel="alternate" type="text/html" href="http://blogs.forum.nokia.com/blog/dale-rankines-forum-nokia-blog/2009/04/09/disabling-the-virtual-keypad-in-flash-lite-3-on-touch-screen-devices" /> 
<id>tag:blogs.forum.nokia.com,2009-04-09:2072</id>
 
<updated>2009-04-09T13:19:56+03:00</updated> 
<published>2009-04-09T13:19:56+03:00</published> 
<summary type="html"> 
Just a quick tip for those Flash mobile developers out there playing with Flash Lite 3.0 and the  Nokia 5800 XpressMusic  touch screen device. By default the 5800 (and presumably other  future ...</summary> 
<author> 
 
<name>drankine</name> 
<uri>http://blogs.forum.nokia.com/blog/dale-rankines-forum-nokia-blog</uri> 
</author> 
<dc:subject>
Flash 
S60 
</dc:subject> 
<content type="text/html" xml:lang="en" xml:base="http://blogs.forum.nokia.com/blog/dale-rankines-forum-nokia-blog"> 
&lt;p&gt;
Just a quick tip for those Flash mobile developers out there playing with Flash Lite 3.0 and the &lt;a href=&quot;http://www.forum.nokia.com/devices/5800_XpressMusic&quot;&gt;Nokia 5800 XpressMusic&lt;/a&gt; touch screen device. By default the 5800 (and presumably other &lt;a href=&quot;http://www.forum.nokia.com/devices/matrix_s60_5ed_1.html&quot;&gt;future S60 5th Edition&lt;/a&gt;
touch screen devices such as the N97) displays a virtual keypad in the Flash Lite 3.0
standalone player. Even if you have included the ActionScript for
playing the SWF at fullscreen [ &lt;span style=&quot;font-family: courier new,courier&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: &#039;Courier New&#039;,Courier,monospace&quot;&gt;fscommand2(&amp;quot;FullScreen&amp;quot;, true&amp;quot;);&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt; ], the virtual keypad will break full screen and take up screen real estate in the player, as you can see in the image below.
&lt;/p&gt;
&lt;p&gt;
&lt;img src=&quot;http://blogs.forum.nokia.com//data/blogs/resources/300070/IMG_4523_small.jpg&quot; alt=&quot;Virtual keypad in Flash Lite 3 standalone player on the Nokia 5800&quot; /&gt; 
&lt;/p&gt;
&lt;p&gt;
The way to avoid this is to add another line of ActionScript immediately before the fullScreen command -&lt;br /&gt;
&lt;/p&gt;
&lt;div style=&quot;color: blue&quot;&gt;
&lt;span style=&quot;font-size: small; font-family: courier new,courier&quot;&gt;&lt;span style=&quot;font-size: large&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: &#039;Courier New&#039;,Courier,monospace&quot;&gt;fscommand2(&amp;quot;DisableKeypadCompatibilityMode&amp;quot;);&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;br /&gt;
I personally don&#039;t think this is an ideal solution for Flash Lite on
touch screen devices. I understand the use case for where a virtual
keypad (which includes the 4-way directional keys, enter key and 2 soft
keys) might be required with touch-based apps, but why not have it so
that you can toggle it on an off, and also have it float over the top
of the full screen content rather than making it look broken?&lt;br /&gt;
&lt;br /&gt;
Anyway, in the meantime, if you&#039;re developing cool touch-based Flash
Lite 3.0 apps for the Nokia devices then keep this code snippet in mind
and don&#039;t get caught out. 
</content> 
</entry> 
 
<entry> 
<title>What the recent Adobe mobile annoucements mean for Rich Internet Developers</title>
<link rel="alternate" type="text/html" href="http://blogs.forum.nokia.com/blog/dale-rankines-forum-nokia-blog/2009/02/19/what-the-recent-adobe-mobile-annoucements-mean-for-rich-internet-developers" /> 
<id>tag:blogs.forum.nokia.com,2009-02-19:1987</id>
 
<updated>2009-02-19T00:25:46+02:00</updated> 
<published>2009-02-19T00:25:46+02:00</published> 
<summary type="html"> 
There&#039;s been a lot announced in the past week about the Flash mobile
platform, and with Flash Player 10 and AIR being the next big
advancement, I thought I&#039;d write up a  post  on  my Inside ...</summary> 
<author> 
 
<name>drankine</name> 
<uri>http://blogs.forum.nokia.com/blog/dale-rankines-forum-nokia-blog</uri> 
</author> 
<dc:subject>
Business Opportunities/Services 
Flash 
S60 
</dc:subject> 
<content type="text/html" xml:lang="en" xml:base="http://blogs.forum.nokia.com/blog/dale-rankines-forum-nokia-blog"> 
&lt;p&gt;
There&#039;s been a lot announced in the past week about the Flash mobile
platform, and with Flash Player 10 and AIR being the next big
advancement, I thought I&#039;d write up a &lt;a href=&quot;http://www.insideria.com/2009/02/what-the-recent-adobe-mobile-a.html&quot; target=&quot;_blank&quot;&gt;post&lt;/a&gt; on &lt;a href=&quot;http://www.oreillynet.com/pub/au/3574&quot; target=&quot;_blank&quot;&gt;my Inside RIA blog&lt;/a&gt; to discuss those announcements and &lt;a href=&quot;http://www.insideria.com/2009/02/what-the-recent-adobe-mobile-a.html&quot; target=&quot;_blank&quot;&gt;what they mean&lt;/a&gt; if you&#039;re working with Flex or AIR at the moment.
&lt;/p&gt;
&lt;p&gt;
Of course if you&#039;re already developing for mobile, the announcements basically boil down to these key points:
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;More devices shipping with the same version of Flash as the desktop enjoys&lt;/li&gt;
	&lt;li&gt;Greater opportunities across screens with same/similar content (mobile/web/desktop) developed in Flash&lt;/li&gt;
	&lt;li&gt;Easier packaging and Flash Lite player targeting by using the Distributable Player solution&lt;/li&gt;
	&lt;li&gt;More opportunities to monetize content &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.insideria.com/2009/02/what-the-recent-adobe-mobile-a.html&quot; target=&quot;_blank&quot;&gt;You can read the full RIA post here&lt;/a&gt;, which spells out the main announcements in more detail.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;
&lt;strong&gt;More Flash Lite posts and information at &lt;a href=&quot;http://www.dalerankine.com&quot; target=&quot;_blank&quot;&gt;www.dalerankine.com&lt;/a&gt; and &lt;a href=&quot;http://www.moket.com/&quot; target=&quot;_blank&quot;&gt;www.moket.com &lt;br /&gt;
&lt;/a&gt;&lt;/strong&gt;&lt;a href=&quot;http://www.moket.com/&quot; target=&quot;_blank&quot;&gt;&lt;strong&gt;Follow me on Twitter at &lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;a href=&quot;http://twitter.com/dalerankine &quot; target=&quot;_blank&quot;&gt;twitter.com/dalerankine&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt; 
</content> 
</entry> 
 
<entry> 
<title>Flash Lite 3 and Nokia Services Platform</title>
<link rel="alternate" type="text/html" href="http://blogs.forum.nokia.com/blog/dale-rankines-forum-nokia-blog/2008/11/06/flash-lite-3-and-nokia-services-platform" /> 
<id>tag:blogs.forum.nokia.com,2008-11-06:1831</id>
 
<updated>2008-11-06T13:14:26+02:00</updated> 
<published>2008-11-06T13:14:26+02:00</published> 
<summary type="html"> 
It&#039;s an exciting time to be a Flash Lite developer. I&#039;ve been perservering with Flash Lite for around 4 years now, and most people who know me, know that I&#039;ve put everything into it. There have ...</summary> 
<author> 
 
<name>drankine</name> 
<uri>http://blogs.forum.nokia.com/blog/dale-rankines-forum-nokia-blog</uri> 
</author> 
<dc:subject>
Flash 
S60 
Platform Services 
</dc:subject> 
<content type="text/html" xml:lang="en" xml:base="http://blogs.forum.nokia.com/blog/dale-rankines-forum-nokia-blog"> 
&lt;p&gt;
It&#039;s an exciting time to be a Flash Lite developer. I&#039;ve been perservering with Flash Lite for around 4 years now, and most people who know me, know that I&#039;ve put everything into it. There have been times when the excuses we&#039;ve had to make for Flash Lite have made it seem a bit like &amp;quot;what am I really doing here!?&amp;quot;, but times are certainly changing.
&lt;/p&gt;
&lt;p&gt;
With the recent announcement of the S60 5th Edition OS release, Flash Lite developers have some added bonuses, namely the introduction of Flash Lite integration with the new Nokia Platform Services. For the first time, native ActionScript classes can be used within a Flash Lite 3 application to make direct calls to services on the device, such as Camera, Contacts, Landmarks, Location, Sensors, and many more. You can read about this in the &lt;a href=&quot;http://sw.nokia.com/id/e21675c9-fb9c-44d2-b1e9-be8419852810/S60_5th_Edition_Whats_New_For_Developers_v1_0_en.pdf&quot; target=&quot;_blank&quot;&gt;S60 5th Edition: What&#039;s New For Developers&lt;/a&gt; document
&lt;/p&gt;
&lt;p&gt;
&lt;img src=&quot;/data/blogs/resources/300070/trTouch_01.jpg&quot; /&gt;
&lt;/p&gt;
&lt;p&gt;
The new Nokia 5800 Xpress Music (or the &amp;quot;Tube&amp;quot;) is the first device to have this Platform Services support. &lt;a href=&quot;http://www.dalerankine.com/blog/2008/10/nokia-games-summit-review-and-some.htm&quot; target=&quot;_blank&quot;&gt;I recently announced on my business blog&lt;/a&gt;, that my company Moket is porting many of its games to the 5800 and its touchscreen interface for release very shortly, and the next step will be to start making use of Platform Services. We recently demonstrated the &amp;quot;touch&amp;quot; version of our game Trench Rocket at the Nokia Games Summit in Rome. 
&lt;/p&gt;
&lt;p&gt;
Recently, Forum Nokia Senior Architect for Emerging Technologies, Robert Burdick, recorded a webinar on the subject of Flash Lite and Platform Services - &lt;a href=&quot;http://blogs.forum.nokia.com/blog/robert-burdicks-forum-nokia-blog/2008/11/06/flash-lite-webinar-recording-now-available&quot; target=&quot;_blank&quot;&gt;the recording is available here now&lt;/a&gt;. If you are attending the Adobe MAX conference in San Francisco in a couple of weeks (Nov 16-19) then you&#039;ll be hearing and seeing a lot more about this great new platform and how to use it to create a new breed of Flash mobile applications that are truley integrated with the device.But stay tuned here for more news and samples of Flash Lite 3 content being developed on top of Nokia Platform Services! 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;
&lt;strong&gt;More Flash Lite posts and information at &lt;a href=&quot;http://www.dalerankine.com&quot; target=&quot;_blank&quot;&gt;www.dalerankine.com&lt;/a&gt; and &lt;a href=&quot;http://www.moket.com/&quot; target=&quot;_blank&quot;&gt;www.moket.com &lt;/a&gt;&lt;/strong&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt; 
</content> 
</entry> 
 
</feed>