Archive for 'Flash builder'
I want to recommend you a great open source plugin I’ve encountered and used:
FlexSpy
It’s basically a FireBug for Flash, but that really works and does the work without choking your browser.
One of the popular complaints about flash developing is that you have to compile in order to see the results of layout and styles.. [...]
I’ve searched a lot on the web to find a solution for this problem in Flash Builder 4, but no luck…
So after a few trials and erros, I’ve managed to restore this useful shortcut, but…
In my last post about Working With Flex Library Projects, I’ve wrote about the importance of dividing your project into different libraries so you could share common elements between different applications or modules.
Today I wanna talk about the different types of linkage options you have when linking an external library project or swc to your [...]
Hello one and a half users !
Today’s topic is Flex Library Projects… and why should you be interested in using them..
Well, libraries have several use cases:
Reduce Download Time
You divide your code into logical library struture, for example:
CommonComponents Library
CoreArchitecture Library
Now lets say, several projects share the same common components,
if you compile the libraries as [...]