ASDoc in MXML
Currently there is no way for users to add documentation to components defined in mxml files. The asdoc tool doesn't read the comments in mxml files.... more »
0 commentsSave Tags: flash-flex, tools
FlexMVCS Application Framework Released!
Someone who have published a new flex framework, flexmvcs, as a fork from puremvc I think, "fixing" a lot of the problems in puremvc. Like, no... more »
1 commentsSave Tags: flash-flex
Flex Builder / Eclipse -- Restore deleted resource files
A post on How to restore the deleted files (from Flex Builder / Eclipse)
0 commentsSave Tags: eclipse, flash-flex, how-to
Flash vs Silverlight: Recursion Tree
Recursion is a very common technique for creating various type of graphics in Flash. Is the recursion technique also possible in Silverlight? Surely... more »
0 commentsSave Tags: .net, flash-flex, frameworks, open source
I see your privates: How objects of the same class can share private variables in AS3
Today, I was surprised to discover something that I didn't know about private variables in AS3. If an instance of class A has a reference to another... more »
3 commentsSave Tags: flash-flex
13 Flash CS4 Tutorials and Resources you may not know about ?
new Flash CS4 software release Tutorials you may not know about ?
0 commentsSave Tags: flash-flex, news
Reading XML Using Flash
Today I will talk about creating Flash that is customizable to the end user. The problem with flash is that when something even as small as a... more »
0 commentsSave Tags: flash-flex, xml
Silverlight vs Flash: Plummet Rotator
I have implemented 5 images rotators so far. I will reorganize all the code once there are 10 rotators. If you have any rotator ideas, please let... more »
0 commentsSave Tags: .net, flash-flex, frameworks, open source
Gang of Four (GOF) Design Patterns in ActionScript--Factory Method
In our last topic, we talk about the strategy pattern. And it helps us to encapsulate the change of algorithm. Today, we go on talking about the... more »
2 commentsSave Tags: flash-flex
Flex Builder: Compare resources with Local History
Compare the files with previous versions of local history. Easily see the differences and merge the changes or simply revert back to older... more »
3 commentsSave Tags: flash-flex, how-to, tools
Mixed emotions: SVG versus FXG
Adobe has released a new vector graphics specification for Flex called FXG, but some feel they should have kept with the standard SVG spec and... more »
0 commentsSave Tags: flash-flex, ria, standards, xml
Gang of Four (GOF) Design Patterns in ActionScript-Strategy
Today, we’re going to talk about the design patterns in ActionScript. You may be familiar with those patterns if you’re familiar with OO(object... more »
0 commentsSave Tags: flash-flex
Silverlight vs Flash: Switching to Full Screen
It’s not difficult to make a full screen application. But the sample below can save you a lot of time to look around a reference from the Internet.
0 commentsSave Tags: .net, flash-flex, frameworks, open source
Tutorial: Ant Build inside Flex Builder 3
Use Ant inside Flex Builder 3. This step-by-step tutorial demonstrates on how Ant can be used to compile the flex applications within the Flex builder... more »
0 commentsSave Tags: flash-flex, how-to
5 Things to Do When You’re Stuck Developing Your Game
We’ve all had those moments, when you have no inspiration for creating another game, or when you don’t know what to do next in your current project.... more »
0 commentsSave Tags: flash-flex, games, opinion, research
FlexChart: Flash Charting Application for AJAX
FlexChart is an open source Flash application built for uses in AJAX applications. The charting application is driven through dynamically through XML.
0 commentsSave Tags: ajax, flash-flex
Flash vs Silverlight: Spiral Text
The application is implemented based on 3D Text Space. You will notice that the number of characters displayed in the Silverlight version is much less... more »
0 commentsSave Tags: .net, flash-flex, frameworks, open source
10 common mistakes when building AIR applications
Adobe AIR has grown immensely popular over the past months. With its popularity, many new applications have been released. During this period, the... more »
1 commentsSave Tags: flash-flex, frameworks, opinion
27 Adobe AIR Applications - Handy For Web Designers
Every designer & developer loves handy tools that simplify frequent tasks. And, even if you’ve a complicated software that does the same thing,... more »
0 commentsSave Tags: flash-flex, ria, tools, usability
No Block Scope in ActionScript
One of the things that I most liked about ActionScript when I first began to use it was how easy it was to pick up after using Java for several years.... more »
0 commentsSave Tags: c-and-cpp, flash-flex, java, opinion
Game Of Life in 3 Lines of Code
Seeing Jop Wielens' implementation of Conway's Game of Life I wondered if I might be able to figure out a way how to run the whole game entirely with... more »
0 commentsSave Tags: flash-flex
The Flex Compiler Shell Daemon
It is a wrapper around Adobe's fcsh, which gives you back the good thing about mxmlc: it's a simple and traditional command line compiler, which... more »
1 commentsSave Tags: flash-flex, tools
4 Things To Hate About PureMVC
Previously, I have written about how puremvc takes a stand on patterns of gui architecture while Cairngorm does not. I have also proclaimed to... more »
1 commentsSave Tags: flash-flex, frameworks, opinion
Flash Vorbis player
The name is: FVorbis. Which stands for more or less “Ogg and Vorbis in Flash”. That’s right, pure ActionScript 3 implementation of the Ogg and Vorbis... more »
1 commentsSave Tags: flash-flex
Actionscript value object generator written in java
A java commandline tool which generates strongly typed actionscript bean objects from dtd files.
0 commentsSave Tags: flash-flex, tools
via