Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK 3.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile and run attached MXML file (or SWF)
2. Click "valid FLV" button to load a valid FLV. Video will load and begin playback.
3. Click "valid image" button to load a valid image (JPG) source (image will not display, but will show a loading/buffering state)
3. Click "invalid FLV" button to load an invalid FLV file. The VideoDisplay control enters a connectionError state and will no longer load valid FLVs.
Actual Results:
After the connectionError state is entered, the entire VideoDisplay control becomes unresponsive, refusing to load all future URLs (including valid FLVs).
Expected Results:
If the connectionError state is entered, you should be able to load a new source without having to recreate the entire VideoDisplay control
Workaround (if any):
Delete the VideoDisplay control, recreate it, and readd it to the display list (see workaround.mxml)