Recently in Flash Category

May 14, 2009

Zimbra Mail ActionScript Library

Well... after a couple of weeks thinking if i should release the Zimbra ActionScript library i wrote without really testing i decided to test the mail part of it tonight and just release that part over at github.

Continue reading Zimbra Mail ActionScript Library.

May 10, 2009

Very good Flash vs Silverlight comparison

Here is a comparison between flash and silverlight done by Smashing Magazine.

It's the first one i read that is well written, explained and documented.

Continue reading Very good Flash vs Silverlight comparison.

May 8, 2009

UIScrollBar component and scrollPosition

This is a very simple note that i want to share regarding the UIScrollBar component in flash and it's scrollPosition property.

I had the need to have a scrollbar on the bottom part of the menu i posted here but scrollPosition just didn't work. Here is why and how to workaround it.

Continue reading UIScrollBar component and scrollPosition.

March 14, 2009

NetStream data callbacks as events

Today i saw that Jesse Warden was reporting via twitter that he found some really strange behavior on the client property of the a NetStream. After a couple of tweets i mentioned that i had a custom NetStream class which converts those data callbacks into real events (read: addEventListener). He found the idea interesting so here it is.

Continue reading NetStream data callbacks as events.

March 7, 2009

Transparent reflection class for Bitmaps

I had the need to insert a reflection into a bitmap the other day so i went googling around and tried several options.

They worked very good but the problem was that the resulted reflections where not transparent at the end and since i was using a gradient background you could see the reflection shape.

This is why i created this function. Hope it helps you.

Continue reading Transparent reflection class for Bitmaps.

January 22, 2009

Flash/Flex/Flash Lite/Air interface to Zimbra MTA

You guys may know about Zimbra already. It's an open source mail group server software that offers similar features as Microsoft Exchange.

I have done an actionscript2/actionscript3 interface to it and i'm looking for official support by them since i want to release it open source.

Continue reading Flash/Flex/Flash Lite/Air interface to Zimbra MTA.

December 21, 2008

ActionScript 3: Bitwise Flags

The other day i was chatting with a friend about element flags. I remember about bitwise flags. I was surprised he didn't know about them so i thought why not share it with everybody :)

Continue reading ActionScript 3: Bitwise Flags.

October 23, 2008

Calculate aspect ratio based on width and height

For a project i'm working on i had the need to calculate the aspect ratio par (4:3, 16:9, etc.) based on the width and height entered.

Continue reading Calculate aspect ratio based on width and height.

August 7, 2008

XMPP for real time flash communication

Why is xmpp or jabber not that spread into the flash community? Why we don't see jabber as an option for real time collaboration apps together with flash? Here are my thoughts on the subject.

Continue reading XMPP for real time flash communication.

July 6, 2008

ActionScript 3 Cronjob [beta]

I wrote a cronjob class in actionscript 3 during my flight back to Lima from San Francisco. This could help you manage repetitive or single tasks in the future using a cron task syntax.

Continue reading ActionScript 3 Cronjob [beta].

About this Archive

This page is an archive of recent entries in the Flash category.

cloud is the previous category.

Flash Lite is the next category.

Find recent content on the main index or look in the archives to find all content.