# Super tiny videos - what have i done wrong

**URL:** https://forum.kirupa.com/t/super-tiny-videos-what-have-i-done-wrong/203150
**Category:** Uncategorized
**Created:** [October 8, 2006, 10:47am UTC](https://forum.kirupa.com/t/super-tiny-videos-what-have-i-done-wrong/203150 "2006-10-08T10:47:39Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![evil\_genius](https://avatars.discourse-cdn.com/v4/letter/e/eb9ed0/32.png) [@evil\_genius](https://forum.kirupa.com/u/evil_genius)
#### Post date: [October 8, 2006, 10:47am UTC](https://forum.kirupa.com/t/super-tiny-videos-what-have-i-done-wrong/203150/1 "2006-10-08T10:47:39Z")

</div>

this time?

i’m trying to load flv videos into a swf. i found a tutorial on here for dynamically loading pictures so i figured the same should work for videos - and it does, kinda. the problem is some times the videos come up full size, some times they come up really small - and while the girls find this cute, i find it annoying.

```auto
 
on (release) {
 pic.contentPath="fill.swf"
stopAllSounds();
 }

```

[http://www.487g.us/contact\_gallery.swf](http://www.487g.us/contact_gallery.swf) for a working example

many thanks
