英语翻译
clearInterval(topMovie.intID);
topMovie.loadMovie("incTopMovie.swf");
varmy_nc=newNetConnection();
my_nc.connect(null);
varmy_ns=newNetStream(my_nc);
my_ns.onStatus=function(infoObject)
{
if(infoObject.code=="NetStream.Play.Stop")
{
}//endif
};
my_video.smoothing=true;
my_video.deblocking=3;
my_video.attachVideo(my_ns);
this.createEmptyMovieClip("my_ns_mc",this.getNextHighestDepth());
my_ns_mc.attachAudio(my_ns);
varmy_ns_sound=newSound(my_ns_mc);
my_ns_sound.setVolume(45);
my_ns.setBufferTime(4);
my_video.attachVideo(my_ns);
my_ns.play("hezuo.flv");
playAndStop.onPress=function()
{
my_ns.pause();
if(this.ico._currentframe==2)
{
this.ico.gotoAndStop(1);
}
else
{
this.ico.gotoAndStop(2);
}//endelseif
};
最好能把每一行都翻译一下.