Archive for the ‘Actionscript 3’ Category

Using Actionscript 3 Language Reference in Flash CS4

Thursday, December 18th, 2008

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 ...

Digital Dictionary with Adobe AIR

Monday, December 1st, 2008

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 ...

Reflection Class

Friday, November 28th, 2008

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 ...

Security Violation of Swf Files

Sunday, November 23rd, 2008

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 ...

Using The Pixel Bender Filters in Actionscript 3.0

Tuesday, November 18th, 2008

The best thing about Pixel Bender filters is soon we will have more amazing effects. I am not a person which is has a great background of math and I never work with image processing or with C. But the great part of Pixel Bender is you can use filters ...

Beginning To Pixel Bender - 2

Friday, November 7th, 2008

This is a second part of “Beginning To Pixel Bender” article. If you didn’t read first one you can reach form the link at below. http://enginyoyen.com/blog/eng/index.php/beginning-to-pixel-bender-1/ Colour Channels 32-Bit of image is have 4 color channels (A:alpha, R:red, G:Greeen, B:blue). Getting color channels in Pixel Bender is really easy. For reaching the channel ...

Beginning To Pixel Bender - 1

Wednesday, November 5th, 2008

I cover topics such as; how pixel bender works, pbj file format, language in pixel bender, platform and couple more topics in “First Look To Pixel Bender” article. And now I will consider this article as a part of the old one. That’s why I recommend you to reading the ...