RT for rt.cpan.org
Skip Menu
|
Bug #43383 for SWF-Header: Wrong background parsing in flash version >= 8
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
SWF-Header CPAN distribution
.
Report information
The Basics
Id:
43383
Status:
open
Priority:
0/
Queue:
SWF-Header
People
Owner:
Nobody in particular
Requestors:
malyshevalex [...] gmail.com
Cc:
AdminCc:
Bug Information
Severity:
Important
Broken in:
0.04
Fixed in:
(no value)
History
Show all quoted text
Wed Feb 18 02:29:03 2009
malyshevalex [...] gmail.com - Ticket created
Subject:
Wrong background parsing in flash version >= 8
SWF-Header-0.04 incorrectly defines the flash background, which version
Show quoted text
>= 8 (always #000000).
Tue Sep 15 00:38:16 2009
malyshevalex [...] gmail.com - Correspondence added
See the patch in attachment.
161c161,165 < my $temp = $self->stream->get_sbits($nbits); --- > if ($header->{version} >= 8) { > my $temp = $self->stream->get_string(8); > } else { > my $temp = $self->stream->get_sbits($nbits); > }
Tue Sep 15 00:38:18 2009
malyshevalex [...] gmail.com - Status changed from 'new' to 'resolved'
Tue Sep 15 00:38:58 2009
malyshevalex [...] gmail.com - Status changed from 'resolved' to 'open'