Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Adobe Flex SDK 3.1 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Internet Explorer 7.x
Language Found: English
Description
Steps to reproduce:
1. Create an instance of the VideoDisplay component with a stateChange event handler
2. stateChange handler function traces the stateChange of the VideoDisplay
3. Load FLV into VideoDisplay
Actual Results:
If FLV file does not exist or server not available, conncectionError is thrown.
However, if FLV is corrupt or invalid, no error is thrown. VideoDisplay state changes from "loading" to "buffering" and does not advance from there. Application stalls.
Expected Results:
If FLV is corrupt or invalid, a connectionError should be thrown.
Workaround (if any):
Unknown.