Archive

Archive for March, 2007

The Adobe CS3 launch is today!

March 27th, 2007 Fraser Crosbie No comments

Make sure you check out the launch of Adobe CS3 today at 3:30pm EST.

The new products include:

  • Adobe InDesign CS3
  • Adobe Photoshop CS3
  • Adobe Illustrator CS3
  • Adobe Acrobat 8 Professional
  • Adobe Flash CS3 Professional
  • Adobe Dreamweaver CS3
  • Adobe Fireworks CS3
  • Adobe Contribute CS3
  • Adobe After Effects CS3
  • Adobe Premiere Pro CS3
  • Adobe Encore CS3
  • Adobe Soundbooth CS3

The launch will be broadcasted here:
http://www.adobe.com/products/creativesuite/launchevent/webcast/

If you are interested, here are the new features of Flash CS3
http://www.adobe.com/products/flash/features/

Categories: Flash Development Tags: , ,

Try Apollo For Yourself

March 19th, 2007 Fraser Crosbie No comments

You can finally try Apollo for yourself. The alpha version of Apollo was released to the public on Adobe Labs this morning. This version lacks a lot of functionality that the final product will have, but gives us a chance to get our feet wet in the meantime.

You can download it here: http://labs.adobe.com/technologies/apollo/

Categories: Misc Tags: , , ,

Firefox with wmode ignores Key.isDown()

March 8th, 2007 Fraser Crosbie 1 comment

I am sure this is old news to many of you, but today was the first time I have run into this issue. I am working on a site for a client that has very high accessibility requirements. I originally built my project to be controlled using the mouse and was asked this morning to add the ability to navigate it using the arrow keys of the keyboard. It only took me a couple minutes to get this functionality working in Flash, but when I tested it using Firefox I was not getting any response from the keyboard. I tried it out in IE7 and everything worked like a charm. After a couple minutes of searching I came across this site and found my solution. Apparently Firefox always returns the Key.isDown() function as false if you have wmode=”transparent” or wmode=”opaque” in your html object and embed tags, but if you use Key.getCode() everything works perfect.

Here is a snippet of code showing the workaround to this issue:

Read more…

Adobe CS3 will be announced on March 27th

March 7th, 2007 Fraser Crosbie No comments

The end of the long anticipated wait for Adobe Creative Suite 3 is almost here. I got my first glimpse of the goodness to come in Las Vegas at Adobe MAX 2006. I expect the differences between Adobe and Macromedia products will finally come to an end as the best of both worlds are merged into one. Of course I’m mainly interested in Flash CS3. I never managed to make it onto the beta testing list and the Flash 9 alpha was Flash 8 with ActionScript 3 support, which was fun to play around with, but boasted no new interface enhancements and other goodies. Friends who did make it onto the beta have told me about some of the new features and I’m pretty stoked to try them out for myself.

The official announcement from the Adobe Creative Solutions PR team.
http://blogs.adobe.com/creativesolutionspr/

Fraser ;)