I have the Media component display which I set to pull a FLV video in. My problem is, I have to buttons and play and stop. I assing this to play
display.addEventListener(“play”, );
butt I get an error even when i put in an event handler
on (release) {
display.addEventListener(“play”, );
}
Help guys.
Same deal with the stop button as well