Button class not outputting actionscript
Status: Beta
Brought to you by:
nickmain
The Button class is missing the ActionBlock end() call
from defineSymbol(). This means that stored actions
are not written to the tagWriter.
The patch is a one liner.
RCS file:
/cvsroot/javaswf/javaswf/src/com/anotherbigidea/flash/movie/Button.java,v
retrieving revision 1.2
diff -r1.2 Button.java
189a190
> ab.end();