Here, I'll answer my own question. This site works in iPhone:
http://www.bionicworks.com/php/playlist/
Seems this syntax is the key (still using jQuery in the first line,
but that's not critical):
var html5_screen=$("#html5_screen")[0];
$.get("/nextclip.php",{'id':video_id},function(data)
{html5_screen.src=data;html5_screen.load();html5_screen.play();});
--
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en.