Need help?

HI all professionals,

I want to load a “.flv” file with loading bar asap with load bar,

I mean I have seen below link:

http://www.rogers.com/cms/images/en/Wireless/GuidedTour/Samsung/Flight/SamsungFlight_Player.html

In this please watch guided tour, here the video’s are downloading very fastly with good look and loading bar, I hope they used Flash media server.

I have search small code, please check is it enough for this type of external files downloading :

var my_video:Video; // my_video is a Video object on the Stage
var my_nc:NetConnection = new NetConnection();
my_nc.connect(null);
var my_ns:NetStream = new NetStream(my_nc);
my_video.attachVideo(my_ns);
my_ns.play(“myvideopath”);

Thanks,
K Swamy Vishnubhatla,
Swamy.webdesigner@gmail.com,
webdeginer.blogspot.com,
vishnubhatla.ueuo.com.