Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.0 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
1. Compile and run attached project file (VideoDisplayCuePoints1.mxml)
Actual Results:
cue point monitor display FAILS to show accurate triggering of cue points
Expected Results:
cue point monitor display (<mx:TextArea) is supposed to step through ea. cuepoint as it reaches them.
There seems to be an issue with parsing cue point objects if the time is a string ("11") instead of a Number (11).
Workaround (if any):
Explicitly set cue point times to numbers instead of strings (see workaround.mxml)