BlazeDS Memory Leak

BlazeDS Memory Leak

BlazeDS has a good structure and reliable system if you can make it work once. Programming and using it is also pretty simple, you can download and use the BlazeDS with tomcat just in few minutes. Of course if you have not read the complete documentation there is a really...
> >
LATEST ENTRIES
ActionScript Code Analyzer

ActionScript Code Analyzer

I was making a simple experiment about analyzing code and creating view that show linked classes and used functions, it was just experiment, nothing too big. At the end I have made a small application that analyze ActionScript code which give some information about the code has been written. Application analysis the selected folder and...

Sending ActionScript Object To Java

There is a lot of source about how to communicate between ActionScript and Java via BlazeDs, but almost all of them unfortunately are classic scenarios.  Of course in development we always don’t work with the ideal classic ways, we need different solutions for different problems. One problem I was face to couple months ago sending...

Concerns About Delivering AIR Applications use Native Processes in AIR 2.0

One of the most wanted requests in AIR Runtime was the capability of communication with the other programs in the operating system that AIR applications will run. Well with AIR 2.0(Athena) finally Adobe decides to add this functionality. But now I do have another concern, but first I want to explain what the new ways...

Disabling Certain Rows in Data Grid

Using data grid is great, but sometimes you may need to disable certain rows of data grid. By default Flex SDK doesn’t support disabled rows. But with a few line of cods this functionality can be add easily. First of all we have to create a new Actionscript class and extend to do DataGrid. For...

Introduction to Object-Oriented Programming–1 (Classes)

Although “Object-Oriented Programming” combination of these words is scary for beginning programmers, but after beginning the OOP it turns out that all process is not so hard actually. I think the difficult part for beginner is always adaptation process. For making this process little easier I will make a short introduction to object-oriented programming. In...

Transition from Procedural Programming to Object Oriented Programming

There are few small topics that you have to learn before you start programming OOP. Before I start I want to mention a feature which same with Flash CS3. With Flash CS3 we were not able to write codes on Buttons or MovieClips. This was not a good feature for lots of developers. But I...

What is Object Oriented Programming?

Before starting to the topic I want to mention this is a first part of series article about Object Oriented Programming (OOP). As is not easy to cover OOP with detail in couple articles I thought would be better to divide to the pieces. First I will be covering basics of OOP and than I...

Programming and Education about Programming

The main target of this article is to answer different questions that I get about programming and process of learning programming. The questions are usually comes from people who working in different programming language and want to learn to new one, information about programming academies, about programming, and how hard is language. That’s why I...
Using Actionscript 3 Language Reference in Flash CS4

Using Actionscript 3 Language Reference in Flash CS4

Being able to program with an language is not mean you have knowledge of all the methods, parameters, structure etc. I would say; good is as language documentation is easy to find and use the functionality of the language from developer perspective. I love ActionScript 3.0 language reference, first was bit on not understandable but...

Digital Dictionary with Adobe AIR

I am using Adobe AIR since beta testing process. For me AIR is midpoint of desktop and web programming, which is one of the basic idea of Adobe AIR. I want to use soon as AIR 1.0 released and last week give it my first official AIR application to one of the software company’s that...
Reflection Class

Reflection Class

Reflection effect is not something new but I accept that is effective and cool. For my current project I need it a Reflection effect. I found two on internet, but I had problems while I am trying them. One of them made problem for dynamic creation, and other one had problem with size of effect...
Security Violation of Swf Files

Security Violation of Swf Files

Loading external files in Flash is simple process. First you need to create a Loader object and than give address of material which is have to be loaded to Loader object. This is simple process which supposes to be work fine but there is a high chance that you may get in error. Especially when...