# "Export in First Frame" issues

**URL:** https://forum.kirupa.com/t/export-in-first-frame-issues/8324
**Category:** flash
**Created:** [November 18, 2002, 6:38pm UTC](https://forum.kirupa.com/t/export-in-first-frame-issues/8324 "2002-11-18T18:38:18Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![AENIMA](https://avatars.discourse-cdn.com/v4/letter/a/848f3c/32.png) [@AENIMA](https://forum.kirupa.com/u/AENIMA)
#### Post date: [November 18, 2002, 6:38pm UTC](https://forum.kirupa.com/t/export-in-first-frame-issues/8324/1 "2002-11-18T18:38:18Z")

</div>

Alright, guys…I don’t know if this issue has come up with anyone, but it certainly has with me…And for the project I’m working on…I have to resort back to using Flash 5 because of it.

Well, I noticed that the Sound Object in Flash MX (Player 6) will not allow me to play a sound without either using “LoadSound” (Which of course, I would stream the sound in) or using the “Export in First Frame” if the sound is imported into the library. If I’m using this feature…it is defeating the purpose of my preloader. As a matter of fact, if I check off the “Export in First Frame” and generate a size report…it loads everything, but I always get a “0 bytes” loaded for my sound.

I mean, how basic and Flash Player 5 is this code?

And yes, my preloader works perfectly…always has.

(in the third frame of the movie)  
var dammit = new Sound();  
dammit.attachSound(“damn\_Sound\_Object”);  
dammit.start(0,1);

This only works if I “export in first frame” which kills my preloader.

In Flash 5, man, the code works brilliantly. How crap is that?

Any thoughts on this?

:cyclops:

---

<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: [November 19, 2002, 10:25am UTC](https://forum.kirupa.com/t/export-in-first-frame-issues/8324/2 "2002-11-19T10:25:45Z")

</div>

You could set up an empty movie with just a preloader, and load your swf into a level. Because items exported on the first frame are not preloaded before the movie itself, hence before the preloader.

pom :asian:

---

<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: [November 20, 2002, 12:40am UTC](https://forum.kirupa.com/t/export-in-first-frame-issues/8324/3 "2002-11-20T00:40:24Z")

</div>

Yea, figured out that I would do that and it works! They really should probably fix that, but hey, whatever. Thanks again!

:cyclops:
