rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: stabilo on November 24, 2015, 12:04:39 AM

Title: Need template support html5 on iphone
Post by: stabilo on November 24, 2015, 12:04:39 AM
Hi All
Could you please suggest me. What hfs template support the video player on mobile smartphone ;D
Title: Re: Need template support html5 on iphone
Post by: dj on November 24, 2015, 07:23:37 AM
http://www.rejetto.com/forum/html-templates/id3-reader/msg1058892/#msg1058892 (http://www.rejetto.com/forum/html-templates/id3-reader/msg1058892/#msg1058892)
Try mp3_V2.2.zip, put the file in your video folder, and open the folder with querystring /?v (video/?v)
Tested on android.
Title: Re: Need template support html5 on iphone
Post by: bmartino1 on November 24, 2015, 09:10:06 PM
i know of no such tempalte specfilay designed for Iphones....


You will have to program html and create weblinks...

you can use this for html video help:
http://v4e.thewikies.com/

example html code:
<!-- "Video For Everybody" http://camendesign.com/code/video_for_everybody -->
<video controls="controls" poster="http://sandbox.thewikies.com/vfe-generator/images/big-buck-bunny_poster.jpg" width="640" height="360">
   <source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4" type="video/mp4" />
   <source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.webm" type="video/webm" />
   <source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.ogv" type="video/ogg" />
   <img alt="Big Buck Bunny" src="http://sandbox.thewikies.com/vfe-generator/images/big-buck-bunny_poster.jpg" width="640" height="360" title="No video playback capabilities, please download the video below" />
</video>
<p>
   <strong>Download video:</strong> <a href="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4">MP4 format</a> | <a href="http://clips.vorwaerts-gmbh.de/big_buck_bunny.ogv">Ogg format</a> | <a href="http://clips.vorwaerts-gmbh.de/big_buck_bunny.webm">WebM format</a>
</p>