Today I’ve read a shocking news, too much for my old heart..
Tarja Turnen, singer of Nightwish, has been Sacked from Nightwish!!
I’ve become too attached to them.. and I fear they wont be the same anymore.
Tuomas and the three other members of Nightwish have published an open letter to Tarja Turunen and fans of Nightwish regarding her position with the band.
Coincidence they recorded “End Of An Era” 2 days ago?
http://www.nightwish.com/english/lettertotarjaen.html
Macromedia Labs
Macromedia launched “Macromedia ” with these words:
“Macromedia MAX 2005 – Anaheim, CA – October 17, 2005 – Macromedia, Inc. today announced Macromedia Labs, a new site on macromedia.com for developers to download early versions of Macromedia technologies, share feedback and insight, and help shape the direction of new products and technologies. Beginning today on Macromedia Labs, developers can download the public alphas of Macromedia Flash Player 8.5 and Macromedia Flex Builder 2, part of the Macromedia Flex 2 product line announced earlier this month. The Flex 2 product line and Flash Player 8.5 are the foundation for building effective rich Internet applications that blend the responsiveness of desktop software, the cross-platform reach of the web, and the breathtaking expressiveness of the Flash Platform.”
Actually on Macromedia Labs we can find info and download about Flex 2 Alpha, Flash Player 8.5 Alpha, and Actionscript 3 Alpha. It’s the first time that Macromedia reveal its future software and features this way, and I think that’s very useful for developers, because in this way the can read and try new features/languages and so migrate to them step by step!
http://labs.macromedia.com
Flash 9’s codename ? Blaze !
We just had the most successful launch of Flash in history and we’re already working on the next version. It’s too early to give away much information on the release but I do have a few things to tell you.
With these words Mike Donway announce that Macromedia is already working on Flash 9!
Obviuosly there aren’t news about new features or similar things…but it’s sure that Flash 9 will support Actionscript 3 (that will be introduced by Flex 2 and Flash Player 8.5), and it seems that – also for give to developers the opportunity to “meet” As3 as soon as possibile – in Spring 2006 (when Player 8.5 will be released) Macromedia will release a public alpha for Flash Professional 8 or Studio 8 registered users!
You can find more news here
Actionscript 3 ?
Recently Macromedia release some news about Flex 2…and what we can find in one page (you can see it here) ?
“With ActionScript 3.0, we have achieved more than simple compliance with the ECMAScript standard; Macromedia now chairs the ECMAScript committee and helps drive its evolution. ActionScript 3.0 features a compilation mode for stronger compile-time type checking that provides the benefits of languages such as Java or C#. It supports new features to streamline data manipulation, including the E4X (ECMAScript for XML) standard, which extends the language and adds XML as a native data type allowing developers to more naturally interact with and manipulate XML. It adds regular expressions support for better text parsing and processing. It sheds some of the ad hoc event handling schemes in the old virtual machine in favor of a unified model based on the W3C DOM Events standard. And it has significantly updated APIs aimed at the application developer audience.
For a complete overview of the new capabilities, stay tuned as we release an overview of ActionScript 3.0 and the Flash Player 8.5 alpha.”
It seems that on 17th October we’ll have a public preview of Flash Player 8.5…I’m curious a lot!
http://www.macromedia.com/devnet/…/flex2_intro.html
Flash Media Server 2 public beta
“Welcome to the Macromedia Flash Media Server 2 Public Beta. This public beta is a pre-release version of the next major release of the Flash Communication Server. It is made available on a limited basis* for developers to familiarize themselves with the new features and functionality of the product as well as to enable them to test their applications and ensure they function correctly.
This release is available for Windows Server 2000 and Windows Server 2003. The Linux version of Flash Media Server will be available when the product is released. See the System Requirements on the “Download & Feedback” tab below. Please let us know as soon as possible if you encounter any issues.”
With these words Macromedia announced Flash Media Server 2 public beta. You can download it from http://www.macromedia.com/software/flashmediaserver/public_beta and try new features!
http://www.macromedia.com/
Flash Lite contest reminder…
For those who missed the first announcement, Flash lite contest will close on 3rd October 2005.
Also a remind about the prizes:
- Studio Mx 2004
- A Nokia 6630
- A Nokia 6600
For the official announcement and the contest rules follow this link:
http://www.actionscript.it/fl_contest/regolamento_en.htm
P.S. Ok, always about mobiles…
actionscript.it is organizing another “Flash Mobile” meeting in Milan (7th October). [more…]
Finally setTimeout!
Finally after long days crying on the setInterval flash function they’ve introduced setTimeout!!!
Which is a one-shot interval call!
function testMe() {
trace("callback: "+getTimer()+" ms.");
}
var intervalID:Number = setTimeout(testMe, 1000);
// clearTimeout(intervalID) // for clear the timeout
p.s. I’ve just uploaded some new tutorials on flash8
Mozilla Firefox 1.5 Beta 1 Released
Mozilla Firefox 1.5 Beta 1 is now available for download. This is the first beta release of the next major Firefox, which will be widely promoted to end-users, is scheduled for later this year.
New features include an improved software update system, faster Back and Forward navigation (I’m testing it and it’s really fast!), a feature for clearing private browsing data, drag-and-drop reordering of browser tabs, a redesigned Options/Preferences window and better popup blocking. Web standards support is also improved:
- Support for Scalable Vector Graphics (SVG)
- JavaScript 1.6 and more CSS
- Accessibility is also better (including new DHTML accessibility features)
- Security has been enhanced and there’s now greater support for Mac OSX
Please note that installing FireFox over previous version will disable almost all downloaded extensions which are not compatible with this version of Firefox.
Beta 2 is scheduled for release on Wednesday 5th October and the first release candidate is due on Friday 28th October.
http://www.mozilla.org/projects/firefox/