Flash CC, export video w/AS & sound
hi, have 2 frames in stage.
frame 1 has movieclip animation inside, loops.
also, have code:
import flash.media.sound;
import flash.media.soundchannel;
import flash.events.event;
var sound:sound = new music();
var soundchannel:soundchannel = sound.play(0,1);
soundchannel.addeventlistener(event.sound_complete, complete);
stop();
function complete(event:event):void
{
play();
}
frame 2: code:
stop();
if export swf, play song, show animation looping , @ end of song reach , stop on frame 2.
if try export video upload youtube, video 2 seconds long, no sound @ all.
if export setting time limit instead of "when final frame reached"... captures animation no sound @ all.
should use flash cs6? or doing wrong?
the export function won't recognize actionscript. there limited set of actionscript work when exporting video. take sound , place on timeline in own layer.
More discussions in Adobe Animate CC - General
adobe
Comments
Post a Comment