To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88147
                 Issue #|88147
                 Summary|flash generates malformed DefineSprite tags advertisin
                        |g 0 frames
               Component|Presentation
                 Version|1.0.0
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|save-export
             Assigned to|cl
             Reported by|cl





------- Additional comments from [EMAIL PROTECTED] Thu Apr 10 17:04:31 +0000 
2008 -------
if you run gnash with a 'set malformedSWFVerbosity true' line in your .gnashrc
it will tell you about any of these cases. The following patch was made by strk
on irc.

? D
? filter/source/flash/.swfwriter.cxx.swp
? filter/source/flash/.swfwriter.hxx.swp
? filter/source/flash/.swfwriter2.cxx.swp
Index: filter/source/flash/swfwriter2.cxx
===================================================================
RCS file: /cvs/framework/filter/source/flash/swfwriter2.cxx,v
retrieving revision 1.7
diff -u -r1.7 swfwriter2.cxx
--- filter/source/flash/swfwriter2.cxx  25 Jan 2007 11:02:06 -0000      1.7
+++ filter/source/flash/swfwriter2.cxx  10 Apr 2008 12:31:14 -0000
@@ -407,6 +407,8 @@
 
        aTmp.Seek(0);
 
+       if ( ! mnFrames ) mnFrames=1;
+
        Tag aTag( TAG_DEFINESPRITE );
        aTag.addUI16( mnId );
        aTag.addUI16( _uInt16( mnFrames ) );

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to