Here is the API Documentation for the Javascript Youtube API: https://developers.google.com/youtube/js_api_reference
I was curious if anyone thinks it would be possible to create multiple instances of a an embedded SWF object so that I can have many videos buffering at the same time whilst having only one showing and playing at a given time.
My idea would be to create an unordered list in the DOM, and just call the SWFObject Embed function on each list item.
Would this most likely work?