Bug 18285 - unexpected behavior when "goto an un-parsed frame"
Summary: unexpected behavior when "goto an un-parsed frame"
Status: NEW
Alias: None
Product: swfdec
Classification: Unclassified
Component: library (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: swfdec ml
QA Contact: swfdec ml
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-28 19:17 UTC by zou
Modified: 2008-10-28 19:17 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description zou 2008-10-28 19:17:19 UTC
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


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.