If a child symbol is deleted first and then the parent it throws the error "Uncaught TypeError: Cannot read property 'id' of null". Its also strange that when listing all the child symbols on the…
I'm trying to create an elearning composition that requires voice over. I created a symbol that has an audio embedded in its timeline. When the symbol plays the audio also plays. Sometimes,…
I think you should start your animation from within the "oncanplay" event of the audio. myAu=document.getElementById("audio1"); myAu.oncanplay=function(){ /*start the animation here*/}; OR…
My turn today to ask a question. I have a complicated animation in which i have several sound FX that start at different points on the timeline. I would like to have a toggle button for all sound…
I have found that addressing elements and symbols within the Stage-related events 'Creation Complete' or 'Composition Ready' does not work. The simplest setup, like an ellipse on the stage, named…
