# .flv prolader

**URL:** https://forum.kirupa.com/t/flv-prolader/107548
**Category:** Uncategorized
**Created:** [April 16, 2004, 2:16pm UTC](https://forum.kirupa.com/t/flv-prolader/107548 "2004-04-16T14:16:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![zimone](https://avatars.discourse-cdn.com/v4/letter/z/db5fbb/32.png) [@zimone](https://forum.kirupa.com/u/zimone)
#### Post date: [April 16, 2004, 2:16pm UTC](https://forum.kirupa.com/t/flv-prolader/107548/1 "2004-04-16T14:16:04Z")

</div>

im havin problem with preloading .flv  
i embeded it to swf and i want him to play after 30% of that movie is loaded  
i use function in first frame

```auto
 
pasekBig = int(getBytesLoaded(_root)/getBytesTotal(_root)*100)
if (pasekBig >= 30) {
gotoAndPlay (3)
}

```

in second frame i have

```auto
gotoAndPlay (1)

```

and in 3rd frame flv starts

and it looks like he after 30% he goes to that 3rd frame but he starts to play that movie only when its loaded about 98%

is there any way to do that?  
or maybe preloadin just flv, but not embeded to another swf…  
pls help and don’t tell me to use compontents

thx
