Question:Which of the following is correct with regard to the oncanplaythrough event fired by media resources in the HTML 5.0 document?
A The script will run when the media has reached the end.
B The script will run when the media is played to the end, without stopping for buffering.
C The script will run when media data is loaded.
D The script will run when the length of the media is changed.
+ AnswerB
+ Report