Misconceptions about flash

Looking at blogs, who have transformed from flash lover to html5 lovers have raised a lot of concerns that has proved flash to be annoying for future use. When it’s good to have new options for doing same thing that … Continue reading

Posted in Flash | Leave a comment

Why people avoid buying adobe license in india?

It has been 8 years I have been using a pc & a mac since last year. I have never spent a single rupee on any of the software(humm my mac was already having the OS- so exclude it and … Continue reading

Posted in Technology | 1 Comment

first blog

This is my first blog. so i am happy.

Posted in Social Articles | Leave a comment

Prevent XML caching problem

When load xml files by URLLoaders, they are often cached by the browsers and do flash is unable to display the updated data. This is a very common problem & I always find this some where around me once in … Continue reading

Posted in AS3 | 3 Comments

AS3 Event Handling- part 6

In this small part of action script event handling we will learn about one of the effective event handling technique that can help us to dispose our objects towards garbage collection( I will be writing about this interesting topic soon.)- … Continue reading

Posted in Flash | 1 Comment

AS3 Event Handling- part 5

Previous part of AS3 Event Handling series was about creating custom event class. In this part we will look at the one of the mostly unused parameters in addEventListener method handler.  addEventListener is the method used to add an listener … Continue reading

Posted in AS3, Flash | Leave a comment

AS3 Event Handling- part 4

In the previous part we discussed about the event propagation. In this part we will look for creating a custom event class.  The need of creating a custom event class comes when you have to put your event system more systematic … Continue reading

Posted in Uncategorized | Leave a comment

Multiple tweening problem

While developing a multi player poker game I got strange problems with tweening using fl.transition.Tween class. There were 18 cards to be distributed among 9 players in sequence and with 100ms interval. I put them in a timer and fired … Continue reading

Posted in AS3, Flash | Leave a comment

AS3 Event handling- Part 3

In previous post we got familiarized with some key words that are commonly used. Now let’s grab an example and try to understand the basic concepts. Create a movieclip instance on the stage and give it an instance name clip_mc . … Continue reading

Posted in AS3 | Leave a comment

AS3 Event handling- Part 2

In the previous post we checked out some issues with AS2 event handling mechanism. In this post we will look at some well known words used  in AS3 event handling. AS3 has radical changes compared to AS2 version of action script. … Continue reading

Posted in Flash | Leave a comment