Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK 4.0 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Description:
Load sound from internet. Report Error #2032: Stream Error. Instead of load completed
It passed in pure ActionScript project, but it failed for flex project.
This bug is from JIRA you can get the original information from URL:
http://bugs.adobe.com/jira/browse/FP-4693
We copy it from the google web station to our local test machine to simulate this issue, it passed. So we say it is a random issue.
And in our test we test it no matter that there is crossdomain.xml in our test server.
Steps to reproduce:
In ActionScript project , which named Wishilist.zip,
Steps
1, Run the project
2, you can hear sound, "Hello"
In Flex project, which named WishilistFlash.zip,
Steps
1, Run the project
2, click the button "send"
3, you can see the panel show the Error detail instead of expected sound "Hello"
Actual Results:
Expected result: load the sound successfully
Actually load failed with error
[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: http://translate.google.com/translate_tts?q=hello" errorID=2032]
Expected Results:
load the sound successfully
Workaround (if any):