# Exporting actionscript to quicktime?

**URL:** https://forum.kirupa.com/t/exporting-actionscript-to-quicktime/113432
**Category:** Uncategorized
**Created:** [June 17, 2004, 8:50pm UTC](https://forum.kirupa.com/t/exporting-actionscript-to-quicktime/113432 "2004-06-17T20:50:55Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![blipity](https://avatars.discourse-cdn.com/v4/letter/b/898d66/32.png) [@blipity](https://forum.kirupa.com/u/blipity)
#### Post date: [June 17, 2004, 8:50pm UTC](https://forum.kirupa.com/t/exporting-actionscript-to-quicktime/113432/1 "2004-06-17T20:50:55Z")

</div>

i’ve got a flash mx 2004 file with a single frame on the main timeline. when i publish the movie it comes to life (motion and sound) because of the actionscript attached to several objects on the frame mentioned above. when i try to export the movie to a quicktime file i only get one frame and no sound.

the motion is done with  
onClipEvent(enterFrame) {  
this.\_x = this.\_x + 1;}

is there a way i can tell flash to make a quicktime file that will look like what i get from publishing?

thanks…
