I am currently developing a movie player and the client has asked me to add the functionality to have the movies load one after another without having to click on the chapters on the side…i am attaching the working files, if anyone can help i’d appreciate it… i narrowed down where the code needs to go, but i just can’t figure it out…take a look at the files and see what you come up with…
stream_ns.onStatus = function(obj) {
switch (obj.code) {
case “NetStream.Play.Stop” :
_root.emp.enabled = true;
vplay.gotoAndStop(1);
vidPaused = false;
stopped._alpha = 100;
my_video.clear();
controls.place._x=controls.prog._x;
break;
}
};
thanks