No solution yet?
Is it possible to share you fla?
Full error:
_streamLength = NaN
calling getStreamLength
Error #2044: Unhandled NetStatusEvent:. level=error, code=NetConnection.Call.Fa
at fl.video::NCManager/http:/
at fl.video::NCManager/connec
at fl.video::VideoPlayer/http
at fl.video::VideoPlayer/load
at fl.video::FLVPlayback/::do
This question is in progress.
Our experts are working on an answer right now.
Sign up for immediate access to the solution once it becomes available.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: hu3ypilotPosted on 2009-05-04 at 22:46:51ID: 24301822
I have a .flv with the follow code on a key frame: t; Event;
eEvent.CLI CK, backClickFunc); vent):void
eam and autoplay set to true.
iled /www.adobe .com/2007/ flash/flvp layback/ in ternal::co nnectRTMP( ) tToURL() ://www.ado be.com/200 7/flash/fl vplayback/ internal:: _load() () ideo:FLVPl ayback::do ContentPat hConnect()
import flash.events.NetStatusEven
import flash.events.SecurityError
import flash.net.NetConnection;
import flash.events.MouseEvent;
import flash.net.navigateToURL;
back.addEventListener(Mous
function backClickFunc(event:MouseE
{
var indexLink:URLRequest = new URLRequest("index.html");
navigateToURL(indexLink, "_self");
liveplayer.stop();
}
I also have a flvplayback component with source set to:rtmp://some ipaddress/live/msacLiveStr
When I either debug or test the flv in get this error popped up in a adobe flash play window:
Error #2044: Unhandled NetStatusEvent:. level=error, code=NetConnection.Call.Fa
at fl.video::NCManager/http:/
at fl.video::NCManager/connec
at fl.video::VideoPlayer/http
at fl.video::VideoPlayer/load
at fl.video::FLVPlayback/fl.v
Thanks for any help