add startup script for AS code
commit4acbe7aea3a7190a3c59bc993285ea14ef1b073b
authorBenjamin Otte <otte@gnome.org>
Mon, 3 Sep 2007 08:46:41 +0000 (3 10:46 +0200)
committerBenjamin Otte <otte@gnome.org>
Mon, 3 Sep 2007 08:46:41 +0000 (3 10:46 +0200)
tree0db10ce331a9f12bf671bfea71126a803a7e61bb
parentaa5947ee972f285b59556ab8888081addd458bfe
add startup script for AS code

This works the same way as the normal init script in swfdec_initialize.as.
The only difference is that this script is for the stuff that should be in
SwfdecAsContext as opposed to the old one that was only for stuff that should
end up in SwfdecPlayer, but not in SwfdecAsContext.

This patch alse makes Number use that script as a proof-of-concept and bugfix.
libswfdec/Makefile.am
libswfdec/swfdec_as_context.c
libswfdec/swfdec_as_initialize.as [new file with mode: 0644]
libswfdec/swfdec_as_initialize.h [new file with mode: 0644]
libswfdec/swfdec_as_internal.h
libswfdec/swfdec_as_number.c
libswfdec/swfdec_as_number.h