Issue 27621 - Missing byte at end of flash export
Summary: Missing byte at end of flash export
Status: CONFIRMED
Alias: None
Product: Impress
Classification: Application
Component: code (show other issues)
Version: OOo 1.1
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: oooqa
Depends on:
Blocks:
 
Reported: 2004-04-08 17:05 UTC by whydoubt
Modified: 2017-05-20 10:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Correct SWF End tag to 16-bits (220 bytes, patch)
2004-04-08 17:07 UTC, whydoubt
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description whydoubt 2004-04-08 17:05:29 UTC
I have been studying the flash format and noticed that flash files exported from
presentations end in (hex): 40 00 00.  The 40 00 is the last ShowFrame tag.  The
subsequent 00 is the End tag, but as tags are supposed to be 16 bits, it should
really be 00 00.  Presently, the flash file plays OK, but it is still wrong.  I
will be attaching a patch.
Comment 1 whydoubt 2004-04-08 17:07:27 UTC
Created attachment 14420 [details]
Correct SWF End tag to 16-bits
Comment 2 whydoubt 2004-04-08 17:08:53 UTC
The directory to apply this patch in is filter/source/flash.
Sorry for not getting it in the patch itself. 
Comment 3 wolframgarten 2004-04-13 07:45:19 UTC
Reassigned to Christian. Please have a look.
Comment 4 flibby05 2004-04-30 15:09:37 UTC
setting issue to "NEW", because QA volunteers cannot add anything to this issue
in the current status
Comment 5 Marcus 2017-05-20 10:55:37 UTC
Reset assigne to the default "issues@openoffice.apache.org".