Inline video playback solution for iPhone and Android?
I'm looking for a way to play videos, or rather, show a frame-by-frame animation with the built-in web browsers of iPhone and Android devices.
Conditions:
- It must be played inline on the built-in mobile web browsers
- The videos are 240x240 in size and around 10 seconds in length
- They were originally .swf files containing Flash animation
HTML5 开发者_Go百科video tag is disqualified because there is only fullscreen playback on iPhone devices.
Any ideas?
Do you need a mobile phone solution, or you have access to a web page? You can always try to use timed javascript to switch images with a set interval.
maybe, you could try using the image and update your web browser every time, but it's probably very ugly solution;
精彩评论