-
1. Re: sendToURL Error(#3769) on Flash player 14.0.0.145
dmennenoh Jul 14, 2014 1:24 PM (in response to sivacse24rep)Don't use sendToURL. Use a URLLoader object and load the request. Works fine in player 14.
-
2. Re: sendToURL Error(#3769) on Flash player 14.0.0.145
sivacse24rep Jul 14, 2014 10:01 PM (in response to dmennenoh)Hi dmennenoh,
Thanks for the replay.Unfortunately still i have few uncleared questions:
Yes URLLoader is working fine. But i already gave few versions to lot of my to clients with "sendToURL". If they update their flash player then the function will show issues.
1) Why such issue came on latest version? is this bug of flash player?
2)sendToURL is light weight than URLLoader right... that is why i avoid the URLLoader on my previous release. Is there any other way i can manage with earlier release and my next release?
Thanks,
Siva
-
3. Re: sendToURL Error(#3769) on Flash player 14.0.0.145
dmennenoh Jul 15, 2014 3:49 AM (in response to sivacse24rep)Sorry, but I've never used sendToURL, I always use URLLoader. I believe you will need to use URLLoader - and should have been all along.
-
4. Re: sendToURL Error(#3769) on Flash player 14.0.0.145
sivacse24rep Jul 16, 2014 11:35 PM (in response to dmennenoh)Hi,
when i change the "application/json" to "text/plain" the sendToURL api works fine.
But can any one explain me the reason "application/json" is removed from the content-type in latest flash player? is it bug of flash player ? or should i wait to fix the bug on next release?
I already have work around for the issue. But i want the reason why player stop support "application/json" in sendToURL API?
what is the Security issue on adding "application/json"?
Thanks,
Siva
-
5. Re: sendToURL Error(#3769) on Flash player 14.0.0.145
dmennenoh Jul 17, 2014 2:12 PM (in response to sivacse24rep)There is no bug. Use URLLoader - like you should have been originally.
-
6. Re: sendToURL Error(#3769) on Flash player 14.0.0.145
sivacse24rep Jul 17, 2014 10:56 PM (in response to dmennenoh)Hi dmennenoh,
Thanks for the work around you provide.
As I told i will use URLLoader or sendToURL with "text/plain" will solve the problem.
But I want to know, what is the Security issue on adding "application/json" on header? why this is removed on the latest flash player version?
Thanks,
Siva

