Flash Lite 2 Player for Free

Naz on the Flash Lite Yahoo Group just noted that there is a time limited offer on the Flash Lite 2 player right now. When you go to checkout, the cost gets deducted, totalling 0. I just tested this out and can confirm. So get over to the store and see if you are lucky. Note: You must visit through the above updated URL.

January 3, 2006

Flash Lite 2 Beats Expectations

I don’t normally like to post something that has already been covered, but there are a couple of new bits to get to grips with. First of all, the default location the Flash Lite 2 Player looks for SWF files in has changed. To be good Symbian citizens, SWFs should now be placed in c:nokiaothers or e:others. Secondly, you have to check out Jesse’s FlickrMobile app which uses the Flash Lite 2 component set we began work on -and something I think I’d like to fire up again. Flash Lite 2 just opens up some really amazing avenues for mobile dev. It simply gives you so much more, including some more familiar objects, LoadVars, XML, SharedObjects and even some things that we have previously taken for granted, like attachMovie() and the drawing API. Add to that brand new features that the desktop player finds hard to compete with, loading in gif, png, 3gp, mp4*. ...

January 3, 2006

Flash Lite Device Cap’s Table On Its Way?

Just a note to Flash Lite devs out there to head over to the Adobe Flash Lite forum to provide feedback to Laura who is working on an application to provide developers with device information for Flash Lite capable handsets. A while ago a few of us set about creating a table of which devices were supported and how they performed, created through developers’ testing out a SWF on their handsets. Something more official from Adobe would be great and I’m looking forward to it. ...

December 22, 2005

Mobile Cameras Improve

Just got back from a quick break in Spain and I realised I don’t actually own a camera so I just went with my phone, a Nokia N70. Now I’ve had a “mega-pixel” camera phone before, the 7610, and I was pretty impressed at the time with the quality, and strange lomographic quality it burns into the photos. But the 2meg camera that the N70 has really suprised me. I thought I’d upload a couple of bland scenery photos to show how much camera phones have really improved, and this isn’t even the latest and greatest 7 megapixel phone you might see in Japan. The camera is great in macro- but the lense isn’t much good for anything else. These photos are straight off the phone but shrunk from 1600×1200 down to 1024×768, you can even produce some really nice effects by flipping the phone into both night, and negative mode. ...

December 21, 2005

Flash Lite 2 Player Officially Available (quick start tip at end)

First of all Bill Perry has just confirmed that the Flash Lite 2 player is now available from the Adobe Store. Not wanting to re-iterate what he has said you can read the full post on his blog. Secondly, you may be thinking it’s a little strange to release a player without a way of developing content for it. Well there are a couple of things you can do; the first is to wait just a little while until the IDE update, docs and samples are released in January on Labs. But if you really can’t wait to get coding, remember that the Flash Lite 2 player is based on the Flash 7 player and can therefore read SWF7 bytecode, so those itching to get AS2 on their phones can get publishing some Flash 7 files and you can immediately start playing with your existing library of classes on your handsets. But that does of course mean that there is no gaurentee that all SWF7 bytecodes/functions/objects are supported, and it also means you won’t have access to any possible Flash Lite 2 specific objects and functionality until January, but it’s a nice way to get into mobile dev over the holidays. ...

December 21, 2005

Unable to install Flash Lite on newer Nokias? Instructions here.

Just had an email from a friend regarding the Nokia N70 and Flash Lite. Great phone, but there is something that had me googling for a few minutes. That is installing certain un-signed apps onto the phone. Newer series 60 phones do not allow this by default, that includes the Flash Lite 1.1 player. You receive the following message: “installation security error”. To cut a long story short simply go to ‘Tools > Manager > Options > Settings’ and turn Software installation’ > “On”.

November 30, 2005

Spark 2005 Slides and Files

I’ve uploaded my presentation and accompanying files to: http://richardleggett.co.uk/downloads/presentations/spark/spark2005presentation.zip I’ve made sure all of the server calls now point to localhost, so for the SUSHI multi-user example you’ll have to do some configuring on your server, and enable HTTP Tunneling (see the included snippet from httpd.conf for how to do this). What can I say, Spark was incredible. I won’t even try to list the great flashers I met and would like to shout out to, but you know who you are and it was very nice meeting you all. ...

November 22, 2005

Speaking at Spark – Watch Live

I’ll be speaking on creating content for Flash Lite (games, applications, multi-user) on Thursday in the Cinema, de Balie. If you are attending the event, please download the mobile guide for speaker bios, detailed schedule for the three days, and to create and attend dynamic meets. FabChannel will also be live streaming a lot of the event, kicking off with Kevin Lynch’s keynote at 19:00 (GMT+1). Head on over to http://spark.fabchannel.com to view it. ...

November 16, 2005

ActionScript and SVN (Syntax error line 1)

Just a quick note for people experiencing this same problem in frustration. After updating files using Subversion you might encounter an error like this in the Flash IDE: <em>**Error** C:some_foldertrunksrcascomdomainprojectSomeClass.as: Line 1: Syntax error. import com.domain.AnyClassHere; Total ActionScript Errors: 1 Reported Errors: 1</em> This isn’t the same problem as you can encounter when working with AS files over a network (where deleting ASO files and adjusting your clock will fix it), this is caused by Subversion changing the encoding of the file. To fix it I usually open the file in Notepad2, and choose File > Encoding > UTF8. (Note: Do not pick UTF8 with Signature.) You can of course pick ANSI, too. ...

November 1, 2005

Macromedia Aquires Mobile Innovation

Another aquisition for the books. I think this snippet sums it up: Macromedia (Nasdaq: MACR) today announced that it has completed the acquisition of Mobile Innovation, a leading user interface (UI) designer, developer, and integrator for mobile devices. With extensive relationships throughout the mobile industry and an impressive track record of innovation, Mobile Innovation has deep expertise in the world of mobile UI design and implementation You can read the full press release here. ...

October 20, 2005