I need to load, destroy, and reload the YouTube Upload Widget, but unfortunately the reloading it does not work.
I performed the following steps:
- I loaded the Youtube Upload Widget as described in the howto - works
- I capture a video from the webcam - works
- I destroy the widget using
widget.destroy() - works - I remove the script element from the HTML - works
- I reload the API as in step 1 - nothing happens
Why isn't this working?
http://www.youtube.com/iframe_apithat provides the YT.* API? And can you point to a live code sample (jsfiddle.net or otherwise)? – Jeff Posnick Oct 26 '12 at 22:34