| Author |
Message |
|
|
Anonymous
|
Hi Ralph,
How do I write complex actionscript code using JSwiff? I need to write complex actionscripts for animating statistical charts/graphs etc.
I tried taking the following approach:
Compile an actionscript library and read the generated swf through JSWIFF.But here the constantpool I get from actionblock is immutable(How do I create a constants pool first of all and populate it?).
Please reply.
|
|
|
 |
|
|
Ralf

Joined: Jul 20, 2005
Messages: 127
Location: Germany
Offline
|
You sent me the same message as a private message. Please check your inbox.
ConstantPool isn't immutable, you can use getConstants() to get a list of all constants. This list can be modified (it's an ArrayList).
|
|
|
 |
|
|