bugzilla-daemon at freedesktop.org
2008-Oct-29 02:17 UTC
[Swfdec] [Bug 18285] New: unexpected behavior when "goto an un-parsed frame"
http://bugs.freedesktop.org/show_bug.cgi?id=18285 Summary: unexpected behavior when "goto an un-parsed frame" Product: swfdec Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: library AssignedTo: swfdec at lists.freedesktop.org ReportedBy: zoulunkai at gmail.com QAContact: swfdec at lists.freedesktop.org Testcase description: (1)make a swf file bigger than 64KB. (eg. a 200KB file with 100 frames) (2)add following actions to the first frame: trace(_root._framesloaded); trace(_root._currentframe); // output: 1 _root.gotoAndPlay(1000); // try jump to an un-parsed frame. trace(_root._currentframe); // expected output: _framesloaded + 1; // swfdec's output is always 1 I haven't attached the test file, it's too big. You can make one easily. The test file itself doesn't have much special requirements. Just follow step1 step2 above should be ok. It's up to you to decide if it is a big bug. --zou -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.