Buffer preloader

I added a video to my flash movie using this as code:

var nc:NetConnection = new NetConnection();
nc.connect(nulll);
var ns:NetStream = new NetStream(nc);
videoPlayer.attachVideo(ns);
ns.play(“library/master infomercial.flv”);

is there a way to add a nice buffer preloader to this script, just like the one in:

www.fantasyinterfaces.com