My current HTML4 transitional website has several flash videos. How could I make them play in Apple devices with minimal changes?
I've seen numerous threads but I've got confused. Some possible ways suggested in these threads:
Identify device from request and serve another format video. Which format should be served here? I need to maintain all videos in 2 format? H.264 encoding was suggested here.
HTML 5 options. Not feasible in my case. Rewriting pages in HTML5 is not an option for me.
Could someone please suggest the recommended way for my case? Thanks.