Error: Error #2154: The NetStream Object is invalid. This may be due to a failed NetConnection.
at flash.net::NetStream/get info()
at com.wreckbmedia.adobeTV.flash.view::TvPlayer/startBWTest()
at com.wreckbmedia.adobeTV.flash.view::TvPlayer/go()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at org.openvideoplayer.media::MediaPlayer/onPlayheadTimer()
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()
Tag Archive for 'Error'
I had to fix my old AIR application, so I found the source, downloaded and set up AIR SDK, but when I tried to compile it I got an error saying “Process terminated without establishing connection to debugger…”. Thanks the Internet and blog.empiregpservices.com, where I found out that I should just change runtime version in application config.
<application xmlns="http://ns.adobe.com/air/application/1.1">
change to
<application xmlns="http://ns.adobe.com/air/application/1.5">
And now it works.

Recent Comments