A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Error #2044: Unhandled AsyncErrorEvent: - please help :(

  1. #1
    Member
    Join Date
    May 2008
    Posts
    34

    Error #2044: Unhandled AsyncErrorEvent: - please help :(

    Error #2044: Unhandled AsyncErrorEvent:. text=Error #2095: flash.net.NetStream was unable to invoke callback onMetaData. error=ReferenceError: Error #1069: Property onMetaData not found on flash.net.NetStream and there is no default value.
    at videoplayer_fla::MainTimeline/frame1()




    Code:
    stop();
    
    var connect_nc:NetConnection = new NetConnection();
    connect_nc.connect(null);
    var stream_ns:NetStream = new NetStream(connect_nc);
    myVideo.attachNetStream (stream_ns);
    stream_ns.play("Dillard479.flv");

    I'm trying to get the video file to play and it does, I just get this compiling error which isn't good. What am I doing wrong? Thanks

  2. #2
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,448
    Read this:

    http://www.adobe.com/devnet/flash/qu...ta_cue_points/

    You have probably metadata in your flv.
    Last edited by cancerinform; 07-31-2008 at 01:23 PM.
    - The right of the People to create Flash movies shall not be infringed. -

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center