View Single Post
Old 05-28-2010, 09:10 AM  
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,327
Quote:
Originally Posted by LavenderLounge View Post
I'm converting my blogs to Wordpress and I am looking for a plugin to have videos show on iPhones. What do you recommend? (My CMS is Joomla, btw.)
use a mobile plugin to render a theme for mobile devices, so you have a regular theme plus a mobile one.

you can use .mp4 with flash players, and for the mobile version just use html5 which mobile browsers support

Code:
<video width="560" height="340" controls>
  <source src="video.mp4" type="video/mp4" />
</video>
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote