0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

Videos for mobile website

    • Franck's Avatar
    • Franck
    • Elite Rocketeer
    • Posts: 1049
    • Thanks: 0

    Videos for mobile website

    Posted 16 years 5 months ago
    • Hello Falks and Merry Christmas!

      I'm thinking to create a new website and make it available for mobiles. The website will have videos so my question is do you know what is the best format I can use? mp4 is a good choice? (very heavy I think). I must admit that I'm a total newbie in this area. I never use my mobile to access the Internet...

      I searching about JavaFXM too; seems to be a new format but until now I don't understand how it works.
      If you don't know yet, have a look at www.javafx.com
      They are creating a system compatible with all platforms.
    • Jamesso's Avatar
    • Jamesso
    • Elite Rocketeer
    • Posts: 500
    • Thanks: 0

    Re: Videos for mobile website

    Posted 16 years 5 months ago
    • Video for mobile platforms can be a tough decision. Since the iPhone doesn't support flash, or many other standards for that matter, you will undoubtedly be limited to whatever format is best for that platform because of its market share. The iPhone currently supports H.264 and MPEG-4 in .mp4, .mov, .m4v formats. I would personally recommend H.264 in a .mp4 wrapper. You will need to make sure the resolution (iPhone is 320x480) and bitrate are appropriate as well. The bitrate you will have to tinker with until you find a happy medium. Hope that helps.

      Regards,
      Jim
    • Afterburner Mobile Template
      Panels - Mynxx-Style Dropdown Display for Modules
      Gridlock - A Custom Gantry Template
    • Franck's Avatar
    • Franck
    • Elite Rocketeer
    • Posts: 1049
    • Thanks: 0

    Re: Videos for mobile website

    Posted 16 years 5 months ago
    • Thanks a lot jamesso for the informations. It's exactly the kind of thing I need to know. If iPhone doesn't support flash I guess it's impossible to use a flash player :cry:
      Do you know how it's possible to play a video in this case? Or iPhone support swf but not flv?

      Thanks in advance.
  • Re: Videos for mobile website

    Posted 14 years 9 months ago
    • i'm also looking for something that can help play videos on iphone and normal site - anyone got any ideaS?
    • http://www.oxyfire.com Award winning video production and storytelling.
    • Jamesso's Avatar
    • Jamesso
    • Elite Rocketeer
    • Posts: 500
    • Thanks: 0

    Re: Videos for mobile website

    Posted 14 years 8 months ago
    • kauri's Avatar
    • kauri
    • Jr. Rocketeer
    • Posts: 20
    • Thanks: 1

    Re: Videos for mobile website

    Posted 14 years 2 months ago
    • Jamesso wrote:
      HTML5 and a Javascript player will get the job done. Here's a good start - camendesign.com/code/video_for_everybody

      Hi, i'm running Dominion on one site and Crystalline on another - i recently rolled out html5 video specifically for iphone4 and ipad support on them both, but i wanted to take as many browsers along for the ride as i could as well. For each video i made an MP4 for i-devices and browsers like Safari that support html5/mp4, OGV versions for Firefox 3.6+ and FLV fallbacks for FF3, IE7 and 8 (i chose flv instead of mp4 for the flash player fallback to support older flash versions that don't do MP4), also tested on Opera 11, Chrome and IE9.

      If you have a flashplayer plugin for your site already, you can use the player for your flash fallback. The following code also has autoplay/autostart on the html5 and flash fallback, which you may want to get rid of unless the user has implicitly asked to watch a video by clicking a link.
       
      <video width="640" height="360" controls="controls" autoplay="autoplay">
        <source src="path_to_file.mp4" type="video/mp4" />
        <source src="path_to_file.ogv" type='video/ogg; codecs="theora, vorbis"' />
        <object width="640" height="379" type="application/x-shockwave-flash" data="path_to_mediaplayer.swf" >
          <param name="movie" value="path_to_mediaplayer.swf" />
          <param name="wmode" value="opaque">
          <param name="flashvars" value="autostart=true&amp;file=path_to_file.flv" />
        </object>
      </video>
       

      I've put in two separate flash fallback calls to the same .SWF, one for the Fox, and one for IE.
      I also included the wmode param as the flashplayer in the HTML5 needs to be told to pay attention to z-index - otherwise it will draw over your dropdown menus and the like. This works in both articles and custom html modules... I found Firefogg great on FF 3.6 to make the OGVs.
  • Re: Videos for mobile website

    Posted 14 years 2 months ago
    • We have a lot of videos on the site that are YouTube feeds.

      Does anyone know how I can call the YouTube app to play them?

      I guess the code would have to detect the device since it works fine via omputer.

      ?
    • Joomla 3.x New to responsive design or should I say I'm lost?
    • kauri's Avatar
    • kauri
    • Jr. Rocketeer
    • Posts: 20
    • Thanks: 1

    Re: Videos for mobile website

    Posted 14 years 2 months ago
    • wyatt-2010 wrote:
      We have a lot of videos on the site that are YouTube feeds. Does anyone know how I can call the YouTube app to play them? I guess the code would have to detect the device since it works fine via computer.?

      Hi, I use the JPlayer plugin for youtube embeds in articles... works surfing on iphone/ipad, as well as the usual pc/mac browser suspects, no need to boot up the youtube app - this is in J! 1.5.15 and J!1.5.22 with rockettheme gantry :cheesy:
  • Re: Videos for mobile website

    Posted 14 years 2 months ago
    • Hi Kauri, THANKS!!

      I appreciate your input, I will definately be checking it out!

      (Love your avatar! I've a new kitten I named Stitch as he is programmed for the destruction of my house!)
    • Joomla 3.x New to responsive design or should I say I'm lost?

Time to create page: 0.099 seconds