I'm trying to optimize the presentation of multiple sequential videos.
My first attempt listens for the conclusion of the first video, then writes a new .src attribute to the player. The second .src attribute is applied and printed to an alert, but the video player continues to render the first .src. Also, I have not been able to assign a <source> with multiple codec attributes dynamically. Example:
http://flash.alloymarketing.com/embed_video/
My second attempt creates discrete <video> elements. They are hidden, revealed and paused in sequence.
http://flash.alloymarketing.com/embed_v ... ylist.html
This version works in OS X Safari and Firefox, but not on iPhone. iPhone switches back from Quicktime to Safari upon completion of the first video and displays a broken play button.
Is there a more robust implementation for sequential videos?