views:

64

answers:

0

Hi.

What I want to do is to display the buildnumber in a Flex appliation. My build system (Maven) will supply the buildnumber. But how do I compile it into the SWF and display it in the UI?

A possible option might be to create a text file and compile it somehow into the swf, then read the resource in the actionscript code and display it's content pretty much like you would do it in Java. But is it possible in Flex and if so - how?

Thanks,
Artem.