Hi folks,
I have the issue I can't figure out by myself. I've created pom.xml project
that builds swf.I use playerglobal.swc 15.0 and flex 4.13.In runtime I
encounter thatHTTPStatusEvent.HTTP_RESPONSE_STATUS resolves to null i.e.
const temp: String = HTTPStatusEvent.HTTP_RESPONSE_STATUS;assert(temp !=
null); // fails here
So, when I do 
var loader: URLLoader = new
URLLoader;loader.addEventListener(HTTPStatusEvent.HTTP_RESPONSE_STATUS,
onHttpResponseStatus); // <-- throw 2007 
I get the 2007 error.
Could anybody tell me what am I doing wrong? Why is the class accessible,
but the static member is missing?
Thanx in advance.
ps.:I found this on the net. It seems it is similar to my
case.http://www.kirupa.com/forum/showthread.php?294883-TypeError-Error-2007-Parameter-type-must-be-non-null




--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/URLLoader-addEventListener-HTTPStatusEvent-HTTP-RESPONSE-STATUS-produces-Error-2007-Parameter-type-ml-tp10259.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to