A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Flv + rtmp

  1. #1
    Hi,

    I installed this server MX thingy

    and i get my flv by connecting to that server

    The only problem is i only get first frame displayed

    anything wrong with my code ?


    connection = new NetConnection();
    connection.connect("rtmp:/example_text");
    connection.onStatus = function(info) {
    trace("Level: " + info.level + newline + "Code: " + info.code);
    trace(connection.isConnected);
    }
    subscribeStream = new NetStream(connection);
    myVid.attachVideo(subscribeStream);
    subscribeStream.play("1A", 0, 100, true);


    trace is connected and goes ture

  2. #2
    Arckid - Curving the Web
    Join Date
    Dec 2000
    Location
    India
    Posts
    1,412
    try ...

    .play("1A");

  3. #3
    tried that ...


    Same ****


    Tx for the help tho

  4. #4
    Arckid - Curving the Web
    Join Date
    Dec 2000
    Location
    India
    Posts
    1,412
    oh ..

    i will look at my code and will update you ... accordingly because it worked fine for me ...

  5. #5
    Tx !

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