What is the best flash video player to use for a mobile website? I’m using flowplayer for my desktop site, and need to find a way to get the same videos playing on mobile. Help!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your best bet is to provide a H.264 “fallback” when no flash is installed. Thats what most sites are already doing on the web. It looks like the way to go.
Search the web for “html5 video tag” or similar to see the way to get this working.
Official W3C documentation: 4.8.6 The video element
Wikipedia with some discussion of the video formats supported: HTML5 video