E-com DevBlog Spider-ball-vacuum

16Nov/090

Lynda.com ~ Air for Flex Developers

I'll make this short, lets say you have a lynda.com license and you are using their very fine service to enhance your understanding of AIR by means of Flex.  You download the exercise files (cos you've got the cool account) and you throw them in your file system, install flex builder 3, you are all set.  So you crack open flex builder and import the flex project archive you received from lynda.com, only the problem is when you click run nothing happens and when you click debug it tells you "error while loading initial content".  You google like a mad-man trying to find an answer and get everything from, 'upgrade your flex sdk' to 'kill a chicken... twice'.  Turns out that while these may fix some issues, what you really need to do is fix your namespace.  Seriously that's it, just change the namespace.

Open your config .xml file and find this line:

<application xmlns="http://ns.adobe.com/air/application/1.0">

See the "1.0" on the end? That's your problem, see you are probably developing with AIR 1.5 (and why wouldn't you?), not AIR 1.0. So change the line to read

<application xmlns="http://ns.adobe.com/air/application/1.5">

Save the file and relaunch/debug your app. It should run like a champ now. On the upside, maybe lynda will find this post and fix their example files. Until then, this trick should keep you going.

Print This Post Print This Post
6Nov/090

September and October LinkPosts

So it turns out that it's November.  I have no idea what happened to October but it's gone and I don't think I'll be getting it back.  I suppose that the lapse in time has more to do with a project I'm working on than actual missing time ;)   September and October had some pretty good releases, only a couple of font resources, but plenty of image and jQuery links.  Also you should find an abundance of miscellaneous links :)   Keep in mind that it was September or October when the links were found, so some context may be broken on my descriptions. As always, some links may be broken, but let me know in the comments and I'll try to get them fixed right away.

Print This Post Print This Post