# 'STREAMING' preloader? HELP!

**URL:** https://forum.kirupa.com/t/streaming-preloader-help/29831
**Category:** flash
**Created:** [August 31, 2003, 6:32pm UTC](https://forum.kirupa.com/t/streaming-preloader-help/29831 "2003-08-31T18:32:46Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![yannick](https://avatars.discourse-cdn.com/v4/letter/y/b782af/32.png) [@yannick](https://forum.kirupa.com/u/yannick)
#### Post date: [August 31, 2003, 6:32pm UTC](https://forum.kirupa.com/t/streaming-preloader-help/29831/1 "2003-08-31T18:32:46Z")

</div>

Hi,

This week, I’m trying to build my online portfolio. I want to include some of the video-projects I’ve made. I succeeded in creating a normal, external .swf pre-loader (with percentage bar etc.) but what I want is this:

When my external .avi or .mov (in a .swf?) is partially pre-loaded I want it to start playing already… A kind of streaming, pre-loader. Exactly like the movie pre-loader used in the website of  
[www.hi-res.net](http://www.hi-res.net) (check latest work\>MTV:New\>video’s)!

I really hope that anyone can help me, I already searched tutorial-databases for days…

Yannick

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 31, 2003, 6:50pm UTC](https://forum.kirupa.com/t/streaming-preloader-help/29831/2 "2003-08-31T18:50:37Z")

</div>

Welcome to the forums =) It depends on how you’ve set up your preloader. The most common preloader should be able to do it with this:

[AS]  
//preloader code…  
if(bytes\_loaded == bytes\_total/3){  
holder.gotoAndPlay(1)  
}  
[/AS]
