# Need help?

**URL:** https://forum.kirupa.com/t/need-help/309332
**Category:** Uncategorized
**Created:** [May 12, 2010, 12:35pm UTC](https://forum.kirupa.com/t/need-help/309332 "2010-05-12T12:35:14Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![vishnubhatla](https://avatars.discourse-cdn.com/v4/letter/v/b4bc9f/32.png) [@vishnubhatla](https://forum.kirupa.com/u/vishnubhatla)
#### Post date: [May 12, 2010, 12:35pm UTC](https://forum.kirupa.com/t/need-help/309332/1 "2010-05-12T12:35:14Z")

</div>

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](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](mailto:Swamy.webdesigner@gmail.com),  
[webdeginer.blogspot.com](http://webdeginer.blogspot.com),  
[vishnubhatla.ueuo.com](http://vishnubhatla.ueuo.com).
