Skip to main content

Disable Images

flash question

I am working on a little flash file and can not get this video to stop looping! I thought netStream.loop(false); would handle it but it does not. What am i doing wrong?
Thanks for your help.

var netConn:NetConnection = new NetConnection();
netConn.connect(null);
var netStream:NetStream = new NetStream(netConn);
netStream.onStatus = function(infoObject) {
if (infoObject.code == "NetStream.Play.Stop") {
netStream.seek(0);
netStream.play.stop();
}
};
myVideo.attachVideo(netStream);
netStream.setBufferTime(0);
netStream.play("");

66Comments

sitegrinder ?

I just got asked about this by a friend who is not to web savvy. Anyone used this or have feedback?
or should I just tell him to learn?

http://www.medialab.com/sitegrin…

00Comments

jewlery sites

I am looking for a necklace. I am having a hard time finding things that impress me.
this is the style I am looking towards...
http://www.nostalgiecloth.com/ss…
I would love your help.

1717Comments

Skip to main content