One (dumb) question:
Is it possible to use flex 4 syntax declaration inside of a actionscript method?
For example, something like that:
private function buildContent() : void {
<s:Label id="aLabel">
}
Thanks.
P.S. I couldn’t find any reference about this, so i think it is not possible :).
No sorry, not possible. Just like you can’t put HTML in JavaScript (without it being a string).