removeVideoElement()
Removes the Video element from the DOM by calling parentNode.removeChild on itself.
Also removes the autoplay and src attributes and nulls the reference.
- Source code: gameobjects/Video.js (Line 1111)
removeVideoElement()
Removes the Video element from the DOM by calling parentNode.removeChild on itself.
Also removes the autoplay and src attributes and nulls the reference.
Please login to continue.