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…