Quote:
	
	
		
			
				
					Originally Posted by  Babaganoosh
					 
				 
				Look for a tube script that doesn't use flash. That's the only way it is going to play on apple's garbage. Android phones can play flash assuming they have the flash player installed. 
			
		 | 
	
	
 You don't have to choose.
The best solution is to build a wrapper around your player that detects your platform and spits the content in the right format for you. We are moving towards that solution with our promo videos, so spent some time studying the topic.
The downside is that if you need to allow embeds of your content you'll have to use an iFrame instead of an Object solution. However, iframes are pretty much flawless nowadays and the big mainstream tubes are going into that direction. DailyMotion already has embeds with iframes only, to serve mobile content well. YouTube will do the same in the next version of their embed (their current iframe solution is deeemed "beta of the next embed). 
this article is a good source (not for technical solutions, just market assessment): 
http://now.periscopic.com/2011/05/ou...-your-project/
ps: i am very ok to send you some code if you need something to start with. it's pretty straightforward.