A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: windows xp ie6 browser crashes

  1. #1
    Junior Member
    Join Date
    Nov 2004
    Posts
    6

    windows xp ie6 browser crashes

    hey friends,
    i've been working on this one for weeks
    and can't seem to solve it.
    i'm loading an external flv file
    using the netstream object per the macromedia reccomended code:

    var connection_nc:NetConnection = new NetConnection();
    connection_nc.connect(null);
    var stream_ns:NetStream = new NetStream(connection_nc);
    stream_ns.setBufferTime(3);
    myVideo.attachVideo(stream_ns);
    stream_ns.play(clip1FileName);

    the clip plays fine the first time you come to the page. you leave the page and come back using either the back button or a link back to the page and the browser crashes... sometimes.
    it's madening

    you can check it out here:
    http://www.collegesports.com/cstv/pr...tgihockey.html

    anyone else experience this?
    i've torn this thing apart and put it back together...
    nothing.
    the client is all up in my rump.
    i think i very well might lose it.

    thanks for any help anyone might have,
    best,
    jonathan

  2. #2
    Senior Member
    Join Date
    Sep 2000
    Posts
    182
    Whose component are you using?
    My experience with it is the video did not show up again in IE, did not crash it just never got it to load after a 1st or second play, after jumping to another link then back again.

    Try uisng a different componet, try Meshbeats, @ http://www.flvplayer.com/

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