Hi
I am trying tro figurte out what the best way to play back flv's from
DVD would be?
At the moment I am using the following script:
var videoPath = mdm.Application.path+"data/av/intro.flv"
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
IntroClip_video.attachVideo (ns);
ns.play (videoPath);
ns.onStatus = function(info) {
trace(info.code);
if (info.code == "NetStream.Play.Stop") {
gotoAndPlay(10);
}
};
...but I am not sure it is the best, as some videos never seem to
'finish' so that the application I am developing hands on the last
video frame instead of moving on to frame 10.
Would proper streaming be better, than progressive download?
Thanks!
Nik Crosina
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com