Embed ActionScript (AS) into flash
Posted
by
David ???
on Stack Overflow
See other posts from Stack Overflow
or by David ???
Published on 2011-01-07T02:01:40Z
Indexed on
2011/01/07
2:54 UTC
Read the original article
Hit count: 310
flash
|actionscript-3
Hey SO,
I've never dealt with Flash/ActionScript, so please bear with me.
Mostly, I'm a bit confused.
I've done many work with Java/C as well as HTML/Javascript.
I am working with a designer who provides me with flash files (.swf).
From my point of view, it's a simple "mock" to which I need to embed a single object.
This object is a TextBox, with which the user interacts.
I need to be able to
- Insert such a TextBox to a Flash file
- Retrieve text upon key event
- process it, and return it to the TextBox
As I understood from other posts, I'll be working with AS, right?
How do I embed such an object to an existing Flash file?
Being that the graphical part is over once I have the TextBox, would I need any fancy IDE for that?
What IDE is that (I usually work with Eclipse)?
One last note:
I am working with that designer, so I have access to all her creation process.
She does not know code, nor do I think she'll get it.
I would much prefer to give her as little headache as possible (e.g. just instruct her how to export the files to me from her Adobe Flash CS5 studio).
Many thanks,
David
© Stack Overflow or respective owner