Comment 44 for bug 455852

Revision history for this message
D. Hugh Redelmeier (hugh-mimosa) wrote :

I assume that this is the wrapper: www.cbc.ca/video/swf/UberPlayer.swf

I don't know much about flash. I did a swfdump (from swftools) on it. I got a set of warnings:

Warning: Invalid jump instruction "jump" from 60 to 143 (120)
Warning: Invalid jump instruction "jump" from 118 to 128 (125)
Warning: Invalid jump instruction "jump" from 152 to 182 (179)
Warning: Invalid jump instruction "jump" from 48 to 58 (55)
Warning: Invalid jump instruction "jump" from 39 to 111 (83)
Warning: Invalid jump instruction "jump" from 94 to 205 (192)
Warning: Invalid jump instruction "jump" from 642 to 756 (744)
Warning: Invalid jump instruction "jump" from 41 to 192 (171)
Warning: Invalid jump instruction "jump" from 91 to 100 (97)
Warning: Invalid jump instruction "jump" from 237 to 360 (353)
Warning: Invalid jump instruction "jump" from 12 to 133 (125)
Warning: Invalid jump instruction "jump" from 131 to 148 (142)
Warning: Invalid jump instruction "jump" from 163 to 176 (174)

I wonder if this is a bug in swfsdump or UberPlayer.

Does someone have a tool to debug Flash code?