9 Jun, 2006
Adobe representative, Phillip Miller, recently guested Copenhagen, and during his visit he gave further insights into the upcoming client, Apollo.
When first introduced at MAX 2005, Kevin Lynch talked about Apollo being a browser substitute for offline browsing of HTML and Flash. Since the merger with Adobe, Acrobat Reader has of course been introduced into this project. Philip Millers recent talk about this stated, that it would be available for all platforms (Win, Mac and *nix), and that a beta was to come within the next year.
Read the rest of this entry »
6 Jun, 2006
I recently promised, that if I couldn’t find a valid URI-parser in ActionScript 2, I would create and release my own.
I’ve thus created my own built on simple string parsing functions (as opposed to using some regexp implementation, which is still not natively supported until AS3). It does not properly handle invalid chars of an URI (like spaces, special characters and more), but assumes an URL-encoded URI of some sort.
Read the rest of this entry »
6 Jun, 2006
When using FlashVars variables are pushed directly from the HTML-embedding of the Flash instance into the main timeline – _level0 that is.
To avoid having _level0.some_flashvar spread around the code without knowing, whether they exist, where they are used and more, I normally use a dynamic singleton FlashVars-class for first parsing these in the main timeline, and subsequently using this singleton class when loading vars.
Read the rest of this entry »
21 May, 2006
The sources are now available for download. It would have uploaded it yesterday, but Tom and Audrey starred in a nice film, I had to see.
Read the rest of this entry »
20 May, 2006
Is now over. I came home late last night by train after having attended FlashVision 2006. My presentation went very well – I think. Later a video of the entire conference/award show will be posted on the website. I hope to have a segment of it (the part featuring me) posted here. Also, both my collegue, Morten Reinholdt, and the hosts took a lot of pictures – some of which I will post here as well.
Read the rest of this entry »
18 May, 2006
For my upcoming speak at FlashVision, I’ve made a little demo of a multiuser whiteboard application entitled Biteboard, which can be demoed here.
Source code will be available late saturday, when I’m fully settled back in mainland Denmark and final corrections and documentation have been completed. It will of course adhere to the given license.
The server is made by my good friend Mads Jørgensen (at swag.dk), and it will as well be published under some some rights reserved Creative Commons license.
Read the rest of this entry »