Tagged Questions

0
votes
1answer
262 views

Get compile-time variable at runtime

I am trying to use the "define" mxmlc compiler option to embed compile-time constants into my SWF files. <mxmlc ...> <define name="NAMES::PluginCompileTime" value="Hello World!"/> ...
0
votes
2answers
252 views

How to give dynamically created buttons actions for each one - part 2

Hi again fellow Flashers :) My first question poised here at StackOverFlow dealt with this issue, I had an array which created a few different buttons. However I didn't know how to assign actions to ...