So I’m working on a project and I’m using YouTubes iframe embed code and it’ll work on newer devices like the iPhone and Android devices. However, when viewed on older Android and Blackberry I get a couple links about Getting newest Flash Player and Learn more about upgrading to a HTML5 browser. To remedy this I decided to try and embed the rstp link in the site and it worked on the older Androids but not the Blackberry
Does anyone know of anything that would make this simpler? I need to try to play the videos in all mobile browsers if possible and I’ve been looking for a day and not found much of anything. I thought about doing HTML5 and using the video tag, converting them to ogg, 3gp and mp4 or mpeg and let the browser show the correct one but again, still wont work on Blackberrys.
Just for anyone that may come across something like this, this is what I came up with. It isn’t pretty but it worked.