Here is pretty much all I am doing and its hand coded...
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
theVideo.attachVideo(ns);
ns.setBufferTime(10);
ns.onStatus = function(info) {
trace(info.code);
if(info.code == "NetStream.Buffer.Full") {
bufferClip._visible = false;
}
if(info.code == "NetStream.Buffer.Empty") {
bufferClip._visible = true;
}
if(info.code == "NetStream.Play.Stop") {
ns.seek(0);
}
}
ns.play("DBZremake_v7_Large_Custom.flv");
Corban Baxter | rich media designer | www.funimation.com
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sönke Rohde
Sent: Wednesday, December 21, 2005 5:48 PM
To: 'Flashcoders mailing list'
Subject: Re: [Flashcoders] flv repeating?
> Not sure what the reason is behind this but it seems like all
> of my flv's seem to repeat when they have finished playing?
> Is there a method that will tell the video when the video has
> completed to stop? Not sure what the best way to do this
> would be... thanks!
>
> Corban Baxter | rich media designer |
www.funimation.com
This depends on the code you use to play the FLV. Do you use a component or
custom code?
General I don't know any FLV Player which repeats by default.
Cheers,
Sönke
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders