Question
Lip sync with external audio after publish
Say I'm generating audio dynamically, how would I pass the audio into the exported code to lip sync the generated audio (TTS) in an HTML5/JS context.
Is it possible to do some sort of
movieClip.gotoAndPlay(audioFile)
How would it be possible to achieve this?
