Archive for the 'Adobe' Category

Flash Player 10 Beta

Friday, May 23rd, 2008

Adobe has just recently released the Flash Player 10 Beta. You can find out more here on Adobe Labs: http://labs.adobe.com/technologies/flashplayer10/. The hardware acceleration features are nice, but my favorite feature is the new 3D API. We will also be able to fine-tune effects and filters using the Adobe Pixel Blender toolkit. Flash Player 10 can load the filters (Hydra-Format) created by this toolkit.

Lee Brimelow was nice enough to create some introductory videos. Check them out at gotoAndLearn(). They demo some of the newest features, including the 3D Effects, new Sound API and the new Local File Support. Adobe’s Press release is here.

Adobe Apollo

Monday, November 13th, 2006

From the recent MAX conference: Mike Chambers announced that the licensing model for Apollo will be absolutely free.”Mike said that the team learnt a lot from the experience made with Central so they decided to make Apollo totally free :

  • the Apollo SDK will be free
  • the Apollo’s compiler will be free”

Flex now has a free compiler and Apollo will tie in nicely.

Macromedia Studio 8 Trial Available Now

Tuesday, September 13th, 2005

You are now able to purchase Macromedia Studio 8 for direct download or trial evaluations. Congratulations Macromedia! Get it now: http://www.macromedia.com/downloads/

Studio 8 Launch

Thursday, September 8th, 2005

A studio 8 developers journal, free!
I was fortunate enough to attend the Macromedia Studio 8 launch in my home town of Perth, yesterday. The seminar was held at the Hyatt Regency in some Trafalgar room. About 50-70 odd people rocked up including Perth’s creative and enthusiastic designers and the boring single-minded developers (me included). The seminar took a little over 2 hours and mainly covered the latest version of Flash for the designers and Dreamweaver for us Developers. Studio 8 was launched on the 8th of the 8th month (August) at 8am, San Fransisco time (pun intended). This equates to about 1.30am or pm – I cant remember for us here in Perth. Who really cares anyway? The marketing team have decided to drop the MX naming scheme for this release and rather emphaise the number eight (8).

Right from the word go it was obvious that Macromedia had spent an enormous amount of effort improving the feature set, reducing wait times and refining the user interface. Our presenter for flash was so impressed by the new feature set that he struggled to control his excitement. I’ll cover the key points, but seeing there are so many changes I strongly suggest a visit to the Macromedia website.

With every new version of Studio, the flash player also gets an upgrade hence Flash Player 8. The latest Flash player is amazing with hugely impressive speed increases, most notably on MacOS. We were shown CPU intensive tasks such as fractacals, 3D motion and real time video effects. Oh and by the way VIDEOS NOW GET AN ALPHA CHANNEL (I sound like the Flash presenter)!!! This opens the possibility to create incredible interactive media without additional filesizes as it is rendered in real-time by the flash player. Other enhancements include an engine to nicely render fonts, several filters (most likely stolen from Photoshop, more on that later) and a cool new feature to facilitate complete control over motion tweens. The examples and demos we were provided with were certainly the best demonstrations to showcase Flash’s new feature set.

Dreamweaver also got a massive overhaul. Macromedia actually took the time to consider us coders (we’ve got our own toolbar now for the code view). We now can enjoy features such as code collapsion (the biggie) and common-coding task shortcuts. Dreamweaver also now sports background FTP. Previously we were succumbed to waiting whilst Dreamweaver took center stage and impressed us with progessive uploading screens. Unfortunately we no longer get that avid coffee break which ironically extended itself to an hour away from the desk whilst Dreamweaver was idle for forty minutes.

Macromedia also hired an engineer for two years to work on the HTML rendering engine used in Dreamweaver. They could of used Gecko like Nvu (formerly Mozilla Composer), but rather have created their own terrific renderer with very slick features. Users can now use a zoom function to create pixel-perfect layouts. The CSS editor in design-mode has also been condensed. It is now accessible from one panel rather than a cumbersome three.

We were also shown a small sample of Dreamweaver’s support for XSLT, XML and XPATH. Even if users have no prior knowledge of these technologies Dreamweaver can assist teaching or completely handle the code generation for us. I currently use XSLT occasionally, but not frequently enough to grasp a strong understanding for use in more professional environments. Dreamweaver’s XML support would certainly be advantageous in assisting me with these technologies.

It was evident in all products that the merger with Adobe has possibly opened up a shared code agreement in which many of Photoshop’s notable features can now be found in most of Studio 8. This may or may not be true, but Flash certainly contains a hell of alot more filters!

Pricing has also been revised for this release weighing in at about $1,500 for a full license and the various other upgrade paths. Freehand has notably been dropped, but is still available separately (I never used it anyway). On the whole Studio 8 is a very, very nice software suite and I will defiantely be upgrading on it’s release later this month. You should too!

Macromedia’s biggest Flash release to date

Tuesday, August 9th, 2005

Flash Professional 8 is the industry’s most advanced authoring environment for creating interactive websites, digital experiences and mobile content. See the link for the new compelling features!

read more | digg story

Smack my Bitch Up!

Saturday, July 2nd, 2005

I love this cool flash animation [link].

Flex Developing

Saturday, February 12th, 2005

Well my non-commercial Flex license just arrived in the mail. Macromedia has bound users of this agreement to some pretty strict conditions. But its all good in the long-run.

Devnet resources can be found at: www.macromedia.com/devnet/flex.

Other resources include:

www.cflex.net
Christophe Coenraets Blog

Flex Developers Review

Friday, November 19th, 2004

Macromedia recently released version 1.5 of its presentation server otherwise known as Flex. Flex makes it easy for developers to provide rich, interactive interfaces for their complex web applications.

Target Audience

The good thing about flex is that all output is sent to the client through the flash SWF format. Flash player is currently installed on 98% of internet connected machines. This makes large and cross-platform deployments a breeze. Flex is also 100% native Java and can be deployed across all the major J2EE application servers including Apache Tomcat (apparently Macromedia has released plans about a .NET version too).

The IDE

Flex also has an IDE counterpart called Flex Builder (very creative naming schemes). Flex Builder is modelled on the success of Dreamweaver MX, hence includes the interface we are all very familiar with. It is possible to use Flex Builder for all your old Dreamweaver projects as your existing sites are imported and the default panel layout can be changed to resemble Dreamweaver. This is providing Dreamweaver MX is available on your machine.

Figure 1.0: Flex Builder in Action

Stock Components

Flex is bundled with the successful components from Flash MX 04 Professional. It also brings a few kids to the scene as well. Input forms with validation, buttons, data grids, trees, tabs and media players are all available for use.

Figure 1.1: Flex Controls / Components

The Language (MXML)

Once again Flex is a presentation server. It provides a layer to sit on top of existing dynamic data applications. The layout and control of your flex application is handled through Macromedia’s XML-based language called MXML (after its codename). MXML is a breeze to learn and compiles your Flex applications on the fly. It supports object caching to reduce load times on further requests.

Design Toolkit

Since primarily I am a developer, I am unable to evaluate the full design potential of Flex. However – you can see for yourself. Flex does have native support for SVG (Scalable Vector Graphics) and CSS (Cascading Style Sheets). I love the inclusion of CSS as it makes the transition from being a web developer quite easy. You can simply attach a CSS style sheet to your MXML code and control the layout and style of components using standard CSS classes and rules. CSS can completely ’skin’ the look and feel of your application to your hearts content.

Licensing Options

Flex is a great application, but commercial-licensing starts at $12,000 for a dual-CPU setup. This is a big cost and discourages a large user base, not to mention a supportive community. Fortunately they created the non-commercial license where bloggers, educators and students can have access to a free Flex and Flex Builder license. Conclusion I think Flex is a powerful tool that needs to be made available to the larger portions of the market. The non-commercial license idea was indeed great to stimulate growth and development. I still feel that Flex is too tightly integrated with existing Macromedia products such as JRun. Flex should be more compatible with other popular programming languages other than Java. I hope to complete some powerful applications soon to test its full capability.

Rich Internet Apps

Monday, August 30th, 2004

Today’s web applications enjoy the reach of the web but often fail to deliver a presentation tier with the ease of use and richness that users expect. This impedes application utilization and conversion rates and increases training costs, reducing overall ROI.

Rich Internet Applications boost ROI by combining the rich GUI of the desktop with the universal reach of the web. This next-generation approach improves the end-user experience, while reducing bandwidth and server load.

Macromedia have recently released the Flex presentation server. Flex implements an xml-based markup language used to generate rich internet applications. These applications are delievered to the client through the flash player format (swf).

Looks like it might be time to create an open-source project with similar goals. The possibility seems realistic for 2005.