Hey Guys,

I am into one AS3 project which runs on a device where we are very much concerned with the execution time and we want to keep it as less as possible along with the SWF file size. I have this gradient fill applied to a text box. Now should I do it programatically understanding all the complex API of GradientFill class or should I keep it manually inside Flash ?

Factors to consider:
- Execution Time
- SWF file size

What's feasible ?