|
Accueil
Created :
Last modified : Flash Player 10.1 beta 2 is outI twitted this earlier in the afternoon. It seems that Adobe did not announce it for now, but some versions of the Flash Player 10.1 beta 2 can already be downloaded. Links on the page from Adobe Labs related to Flash Player 10.1 are still pointing to Flash Player 10.1 beta 1 files at the moment. But I read a news on PCInpact.com (a French tech news website) which was untitled "Flash 10.1 Beta 2 est de sortie : NVIDIA sort de nouveaux pilotes" which means "Flash 10.1 Beta 2 is out : NVIDIA publish new drivers" in English language. The news announce better performances, less bugs for the player, support of DLP projectors for 3D Vision and of course that new NVIDIA drivers seems to better handle Flash Player 10.1 now. Surprisingly, I found links in the news pointing to a new beta of the Flash Player 10.1. As Adobe did not announce it officially, I suppose that PCINpact had the links directly from NVIDIA. So, while the official Flash Player 10.1 page on the Adobe Labs is not updated, you can download the new Flash Player 10.1 beta 2 version from :
Update 1 (12/15/2009): Tom Barclay (Flash Player Product Marketing at Adobe) told us in the Update 2 (12/16/2009): It seems that Nvidia was a bit premature on announcing those links Update 3 (12/18/2009): Official now, Flash Player 10.1 beta 2 final releases are available Using PureMVC Loadup utility with Flash IDE![]() The Loadup library is a PureMVC utility intended to add support for Lazy Loading in PureMVC applications. It can also be used to load assets and report progress during loading. I recently had to use the assetloader package of the PureMVC Loadup utility in a pure ActionScript project. When I finished to integrate it in my project, I realized that my application took an unwanted 120KB file size. After a little exploration, I found some direct references to As you may know, When I reported this problem on the PureMVC forums some users asked for a solution, I promised to blog mine. So here it is. Flash for iPhone in Flash Builder too![]() You probably not have missed the news. It was announced in the first keynote of the Adobe MAX 2009 that it would be possible to export applications for iPhone from Flash CS5. What I missed first is that it would be possible to export Flash applications for iPhone from Flash Builder and even using some parts of the AIR SDK. You can find this written in the Flash applications for iPhone Developer FAQ. If you miss the first announce on Flash for iPhone, here the main links: Flash only «Modules with PureMVC pipes» demo![]() In a first article I posted an example of a PureMVC multicore application for ActionScript 3 with Pipes and Modules using Flex SDK. Some people here and in the PureMVC forums asked for examples of multicore apps done with Flash only (pure ActionScript projects without Flex SDK at least). This is why, I created a new version on my Flex app that uses Flash components instead of the Flex SDK to be able to compile it with a Flash IDE only. If you compare the Flex and Flash app, you will see that the PureMVC parts are near the same in the two apps. This is the PureMVC magic. Only views converted from Flex to Flash need to be different, business logic, pipes and model stay the same. Voting for Adobe to open source Flash Player![]() I'm not specifically what you can call an "open-source evangelist" nor a specialist of the problem, but as a user and Flash developer, I think it's now time to open-source Flash Player. Adobe already have made great moves to open source their technologies. Just have a look at the official Adobe websites like opensource.adobe.com, www.openscreenproject.org, www.opensourcemediaframework.com They now have a good knowledge on developing open source softwares destinate to a community. A lot of things are currently moving around Flash technology, like the W3C hardly looking for royalty-free, open source solutions for HTML5. Open video player initiative. Silverlight 3 becoming now mature on Windows, Mac, and soon Linux. Google buying On2 video solution (the same video codec still in use by Flash Player). And many other things that some of you even better know than me. ActionScript love formula![]() Ok I didn't really found the love formula, but I recently have fun reading this so called Romantic Mathematics webpage which gives dozen of formulas to draw heart with mathematics only. Thanks to @codinghorror who let me discover this. I know that it will not be a great programming challenge, but I couldn't resist to implement one of those formulas in ActionScript. It was funny to show the result to some of my coworkers last friday afternoon. One of them even asked me "And what is that intended for?" ... what a lack of romanticism! Printable Agile Planning Poker![]() I recently posted on this blog a French printable translation of the Agile manifesto. With the same idea in mind, I wanted to create my own set of Printable Agile Planning Poker cards. So it's why I have taken some time to release one, all made in the Flash IDE. The whole card set is published as an A3 format PDF (your printer will scale it to A4 format if needed). There's a page to print for face and another for back. You only need to print the back of the page if you want to better hide the number written on the face of the card. Remember that's important to hide each team member choice upon the card is returned not to influence the choice of any other team member. If you first need to know or learn what Agile Planning Poker is, you can read the Planning Poker article on Wikipedia. Les familles des métiers de l’Internet![]() Je n'aurais jamais imaginé avoir l'occasion de relayer ici une information d'actualité concernant un site gouvernemental. Mais celui-ci vise notre profession et pourrait avoir des conséquences sur le long terme pour nos futures recherche d'emploi. Nathalie Kosciusko-Morizet, secrétaire d’État à l’Économie numérique a annoncé l'ouverture du portail des métiers de l'Internet. Le portail a pour vocation de définir les 12 grandes familles des métiers de l'Internet. Chaque famille ouvre sur la définition des métiers qui lui correspondent. Manifeste Agile imprimable![]() Cette semaine j'ai eu dans l'idée d'accrocher aux murs de mon bureau un exemplaire du manifeste Agile en français. N'en ayant trouvé aucune traduction décente et présentable dans sa forme prête à l'impression, j'ai décidé d'en créer une moi-même. Pour ce faire, je me suis aidé de l'article Wikipedia français consacré au manifeste Agile d'un côté (merci aux personnes qui ont pris le temps de le rédiger) et du site officiel en anglais de l'autre. Identifying a debug or release SWF file at runtime![]() It may be interesting to know at runtime whether an application is running from a debug or release SWF file. It allows the application to automatically execute debug specific code when the file is a debug SWF file and ignore this code when it is published as a release file. I can't find any property that indicates whether an application is running from a debug or release SWF file in the Flash Player API reference while searching for it the other day. I hope this solution will help. There's probably another way to achieve this, but I like this one because it can be written in one line only : isDebug = new Error().getStackTrace().search(/:[0-9]+]$/m) > -1; |
||
| wordpress rss rss français rss english xhtml 1.1 css 2.0 wdg |