Skip Menu |

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)



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).
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); > }