Displaying 5 results from an estimated 5 matches for "avm2decl".
2008 Apr 14
2
[Bug 15496] New: does not render ESPN hockey shot chart correctly
http://bugs.freedesktop.org/show_bug.cgi?id=15496
           Summary: does not render ESPN hockey shot chart correctly
           Product: swfdec
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: plugin
        AssignedTo: swfdec at lists.freedesktop.org
       
2007 Oct 23
0
6 commits - libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_script_function.c libswfdec/swfdec_flash_security.c
...2] = {"ImportAssets2", NULL, 0},
   [SWFDEC_TAG_DEFINEFONTALIGNZONES] = {"DefineFontAlignZones", NULL, 0},
   [SWFDEC_TAG_CSMTEXTSETTINGS] = {"CSMTextSettings", NULL, 0},
   [SWFDEC_TAG_DEFINEFONT3] = {"DefineFont3", tag_func_define_font_3, 0},
-  [SWFDEC_TAG_AVM2DECL] = {"AVM2Decl", NULL, 0},
+  [SWFDEC_TAG_AVM2DECL] = {"AVM2Decl", NULL, SWFDEC_TAG_DEFINE_SPRITE },
   [SWFDEC_TAG_METADATA] = {"Metadata", NULL, 0},
   [SWFDEC_TAG_DEFINESCALINGGRID] = {"DefineScalingGrid", NULL, 0},
-  [SWFDEC_TAG_AVM2ACTION] = {"AVM2A...
2008 Apr 13
2
[Bug 15486] New: You Have to Burn the Rope doens't work
http://bugs.freedesktop.org/show_bug.cgi?id=15486
           Summary: You Have to Burn the Rope doens't work
           Product: swfdec
           Version: unspecified
          Platform: Other
               URL: http://www.mazapan.se/games/BurnTheRope.php
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: library
       
2008 Feb 03
3
[Bug 14339] New: make swfdec work with www.tudou.com
http://bugs.freedesktop.org/show_bug.cgi?id=14339
           Summary: make swfdec work with www.tudou.com
           Product: swfdec
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: enhancement
          Priority: medium
         Component: library
        AssignedTo: swfdec at lists.freedesktop.org
       
2007 Feb 15
0
8 commits - libswfdec/swfdec_bits.h libswfdec/swfdec_font.c libswfdec/swfdec_font.h libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_tag.c libswfdec/swfdec_text.c libswfdec/swfdec_text.h test/swfedit_token.c test/various
...NTALIGNZONES] = {"DefineFontAlignZones", NULL, 0},
   [SWFDEC_TAG_CSMTEXTSETTINGS] = {"CSMTextSettings", NULL, 0},
-  [SWFDEC_TAG_DEFINEFONT3] = {"DefineFont3", NULL, 0},
+  [SWFDEC_TAG_DEFINEFONT3] = {"DefineFont3", tag_func_define_font_3, 0},
   [SWFDEC_TAG_AVM2DECL] = {"AVM2Decl", NULL, 0},
   [SWFDEC_TAG_METADATA] = {"Metadata", NULL, 0},
   [SWFDEC_TAG_DEFINESCALINGGRID] = {"DefineScalingGrid", NULL, 0},
diff --git a/libswfdec/swfdec_text.h b/libswfdec/swfdec_text.h
index 5bf3e98..3e8a7db 100644
--- a/libswfdec/swfdec_text.h
++...