On 08/10/09 15:45, Simon Pieters wrote:
So you want the media element to load two resources at the same time? I'm very skeptical about this idea.
Actually, no, scratch that. I just want play() to implicitly invoke load(), because then it all DWYM.
Not sure I follow. Currently, inserting a <source> into a media element that is in a document and has networkState NETWORK_EMPTY will run the resource selection algorithm. Inserting another <source> will only be used if the first <source> fails.
I guess I'm not sure that the above change would affect this sort of thing...
Gerv
