Caught this info via a Ryan Stewart tweet last week. Looks like YouTube supports up to 720p video if the source video is high enough quality. Good to know. The real question is WTF Google? Why don’t we know what exactly all the requirements are? For instance, I work for a company that would be very [...]
I’m a bit behind, but below the fold you’ll find some pics from the keynote.
O'Reilly has announced the new AIR 1.5 Cookbook that is available to buy at the O'Reilly booth at MAX Conference. Today at 1.30pm the authors will be at the stand to sign some copies. The book covers such topics as working with the encrypted local database, pixel bender filters, some of the new Flash Player 10 features - as well as how to target AIR 1.5 in your application and the AIR APIs as well.
I was testing some MPEG4-AVC playback code the other day and ran into a Flash Player runtime exception I hadn’t ever seen before: Hmph. An onXMPData callback–that piqued my interest. I’ve long been a fan of metadata and XMP in particular (it takes a special type of nerd to have the meta love), so when I [...]
I’ve done quite a bit of research on MPEG4-AVC / h.264 over the last year, but one thing that always seemed to bug me was that I couldn’t seem to find a freely available version of the spec anywhere. I’d hoped to find something on the ISO site, and I did, but it they’re charging [...]
Following the Rich's post, O'Reilly has announced the winners of the Adobe AIR Cook-off contest: Greg Jastrab, Jeff Tapper, and Jamie Kosoy. You can check out the winning entries online at the Adobe AIR Cookbook site
I'm honored to be part of the MAX 2008 again. And I'm pretty excited to present together with the other authors the O'Reilly AIR 1.5 Cookbook. The book will be the first one updated to the upcoming AIR 1.5. So if you want to know more about the new features of AIR 1.5 come and join our speech at MAX San Francisco on Wednesday.
Adobe and SitePen have teamed up to create Dojo Extensions for Adobe AIR to make it easier to create rich desktop apps using the Dojo Toolkit and Adobe AIR. More info posted on the SitePen blog.
Like most video nerds I’ve been working with MPEG-4 AVC (h.264) in Flash Player, but the release of Flash Player 10 has introduced some challenges. For example, there’s a Flash Player bug which causes Internet Explorer 6 / 7 to crash when seeking between the first two indexed keyframes in an MPEG-4 AVC encoded file [...]
I guess this list will be interesting for many of you, but first of all this post is a reminder for myself ;) Hack Your Work Day: 100 Awesome Adobe AIR Apps for Productivity For many freelancers, business travelers and other professionals who have to spend time out of their office or on the road, Adobe AIR is a great solution for maximizing productivity, even if you don’t have an Internet connection.
CareerOverview.com has posted a list of 100 Awesome Adobe AIR Apps For Productivity. Thanks to Kelly Sonora for sending me the link.
The Adobe AIR team now has their own official team blog.
As a follow-up to last week's story on how NaturalInsight uses ColdFusion 8, TechRepublic is running a new story entitled How FoodSHIELD's developers put ColdFusion 8 to good use. In it, Brian Kotek explains what FoodSHIELD does, and how they use ColdFusion, Savvy CMS, Adobe Connect, and more to power their important work. Among the ColdFusion 8 features mentioned are Ajax support and the integrated LiveCycle Data Services (used to power AIR applications).
Dan Florio, aka PolyGeek, dropped by my post on the Ten Website Design Tools I Can’t Live Without and dropped a good bomb on me in my comments. He recommended I try pixDif. pixDif is a tool he created to aid in rapid protyping of website designs. It’s super cool! I highly recommend you download [...]
I'm very proud to finally announce that I'm working to a new book project about AIR development using Flash CS4. The title will be published by FriendsofED and it will have some great contributors: Andrew Shorten (Adobe Evangelist http://www.ashorten.com/), Koen (www.newmovieclip.com) and my colleagues at Comtaste Matteo Ronchi and Fabio Bernardi. The Essential Guide to Flash CS4 AIR Development
There a couple of great news about FriendsOfED and Apress (FOED was acquired by Apress). The first one is about new partnerships with German bookstore Lehmanns, which serves Germany, Austria, and Switzerland, (http://www.lob.de/) and Italian online technical book seller M.e.B.S. S.r.l. ( Gorilla.it http://www.gorilla.it). If you're italian now you have no more excuses to buy my books edited by FOED: Flex Solutions, Essential Guide to Flash CS4 and AIR Development, Advanced AIR applications :) Moreover Apress has signed new partnerships with
The ActionScript Conference in Singapore was a great event. The guys of the Flex UG Singapore that have organized all the stuff made an excellent work. To be a first edition I can say with no doubts that it was a success. These are the slides of my presentation that was inspired by my FOTB speech but with a more focus on AIR APIs:
Following is a code to remove a child from a parent by passing it’s instance name as a string and parent as a display object import fl.controls.Button; //———– Draw a graphics on the stage ———- var t:Sprite = new Sprite(); t.name = “testSprite”; t.graphics.lineStyle(1,0×0000ff); t.graphics.beginFill(0xff0000); t.graphics.drawCircle(0,0,50); t.graphics.endFill(); addChild(t); t.x =100; t.y = 100; //———– Remove Child Function ————– function removeChildWithRef(spriteName:String, parentObj:*){ var t:DisplayObject = parentObj.getChildByName(spriteName); parentObj.removeChild(t); } //————- Add  a Button [...]
After seeing some of the replies on my last post, I thought doing a little video on what the AS3 version is capable would be a good idea.  So here’s a little walk through: http://dl-client.getdropbox.com/u/36547/videos/xray/XrayWalkthrough_7Min.mov       
While reading a book i come to a very interesting topic which i would like to share here ———————– By default, The bitmap instances that reference a given BitmapData object are notified every time setPixel32( ) or setPixel( ) is called on that object. When setPixel32( ) or setPixel( ) are used in rapid succession within the [...]

Subscribe to Planet Flash

Search

Tags

<head> 3d 3d Flash Actionscript actionscript 3 ActionScript 3.0 Adobe Adobe Air Adobe AIR (Apollo) Adobe Flash Adobe Flex AdobeMAX08 AIR AIR Adobe Integrated Runtime Announcements apollo Art AS2 as3 Asides awards Babble BEA Beautiful Web Books Business Cairngorm ColdFusion Community Components Conference Conferences degrafa design dev Development Events Examples Featured Flash Flash CS3 Flash experiments flash player Flex Flex 3 Flex Builder Flex Builder Development Flex Example FMS Fun Gallery General GeoWeb Google Industry Inspiration iphone Jobs Links linux Marketing MAX MAX 2007 Misc News news & events Off topic Open Source Other Papervision3D Parallax Denigrate Personal photos Photoshop Process Processing Resources RIA Singularity Site News Stuff techmology Technology Tennis Thinking Loud Tips Uncategorized Video Whatever

Blogs

Buttons

Planetarium