Archives
Browser scrolling problem when mouse inside flash content area
Sometimes we are struck with unusual behaviours of flash when used inside HTML. One of these problems is the user unable to scroll the page when mouse is inside flash content area and the user has to manually drag the scrollbars to scroll the page.
The reason is pretty simple !!!.
“wmode” property of of object tag is default [...]
AIR security flaw
Opening a new browser out side any AIR application will dispose the url variables on the browser.
Although it’s not 100% logical to put this claim on AIR applications because that is meant for desktop application and have least relation with external browsers, it’s an issue that you may get some time while launching any external [...]
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 a month or so. Even my friends do face the same issue.
There is a very [...]
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.)- in other way we can make efficient application without causing any memory leaking. The rule [...]
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 to an object for a specified event. Hence we usually pass two parameters ( first one [...]

