Archive for 'Flex'
Hey guys,
I was in a Yakov Fain lecture about modularization of flex applications yesterday and it was great, the lecture was organized by Almog Koren, so Almog, Thanks!
As a matter of fact, I already saw this lecture on the internet, but this time I took notice of several new discoveries I wanted to share with [...]
I’ve encountered a strange error:
“unable to export SWC oem”
I’ve found that it’s a problem in the .flexLibProperties’s tags.
The solution is to do the following steps:
Open flexLibProperties (you can open using ctrl+shift+r)
Delete all the <resourceEntry> tags under <includeResources>
Go to properties->build-path->assets and select all
Recompile your project
That should do it…
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 [...]