rejetto forum

Need template support html5 on iphone

0 Members and 1 Guest are viewing this topic.

Offline stabilo

  • Occasional poster
  • *
    • Posts: 1
    • View Profile
Hi All
Could you please suggest me. What hfs template support the video player on mobile smartphone ;D


Offline dj

  • Tireless poster
  • ****
    • Posts: 291
  • 👣 🐾
    • View Profile
    • PWAs
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.
« Last Edit: November 24, 2015, 07:30:58 AM by dj »


Offline bmartino1

  • Tireless poster
  • ****
    • Posts: 910
  • I'm only trying to help i mean no offense.
    • View Profile
    • My HFS Google Drive Shared Link
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>

Files I have snagged and share can be found on my google drive:

https://drive.google.com/drive/folders/1qb4INX2pzsjmMT06YEIQk9Nv5jMu33tC?usp=sharing