-
AuthorPosts
-
zorroh Friend
zorroh
- Join date:
- November 2006
- Posts:
- 422
- Downloads:
- 20
- Uploads:
- 43
- Thanks:
- 88
- Thanked:
- 80 times in 1 posts
December 7, 2013 at 10:08 pm #192817background video not working with firefox.
i use firefox 24 on fedora linux. Joomla 3.2 quickstart.
With chrome in linux all ok.
zorroh Friendzorroh
- Join date:
- November 2006
- Posts:
- 422
- Downloads:
- 20
- Uploads:
- 43
- Thanks:
- 88
- Thanked:
- 80 times in 1 posts
December 10, 2013 at 3:06 am #514889in documentation is sample code for video, but this is bit buggy…
for path is used /
poster=”/images/stories/joomla/poster.png”
src=”/images/stories/joomla/welcome.mp4″i copy-pasted code from documentation to the my demo and my background stoped to work, so i removed this / before path and now it is working sort of..
poster image shows up, but video still not playing even not in chrome…:((
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
December 10, 2013 at 3:08 am #514890Hi zorroh,
For this issue, you can try this.
1. Convert the current video to welcome.webm and keep it in the same folder as welcome.mp4 (imagesstoriesjoomla).
You should have both files existed in that folder.
You can use this converter.
http://www.mirovideoconverter.com/download_win.html
http://www.webmproject.org/tools/2. Edit the custom video module and add
<source src=”images/stories/joomla/welcome.webm” type=’video/webm; codecs=”vorbis,vp8″‘ />just after the first <source> tag
Save and try again on your firefox.
Note: you can use webmhd format you if you like.
Regards
zorroh Friendzorroh
- Join date:
- November 2006
- Posts:
- 422
- Downloads:
- 20
- Uploads:
- 43
- Thanks:
- 88
- Thanked:
- 80 times in 1 posts
December 10, 2013 at 6:28 am #514913I read several pages about video tag and thing is that firefox not supporting mp4 fully, so you must give for firefox ogv.
i added ogv source and now everything works for me on chrome and on firefox! 🙂
here is my welcome video code:
<div class="video-shuffle-wrap">
<div class="video-shuffle" data-js-view="video-shuffle">
<div class="mask">Â </div>
<video loop autoplay style="width: 100%; height: auto;" poster="images/stories/joomla/poster.png">
<source src="images/stories/joomla/welcome.mp4" type="video/mp4">
<source src="images/stories/joomla/welcome.ogv" type="video/ogg">
<source src="images/stories/joomla/welcome.webm" type="video/webm">
<object type="application/x-shockwave-flash" data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" width="100%" height="1011" >
<param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" />
<param name="allowFullScreen" value="true" />
<param name="wmode" value="transparent" />
<param name="flashVars" value="config={'playlist':['http://www.yourdomain.com/images/stories/joomla/poster.png',{'url':'http://www.yourdomain.com/images/stories/joomla/teretulemast-kolgatale.mp4','autoPlay':true, 'controls': null}]}" />
<img alt="Welcome!" src="http://www.yourdomain.com/images/stories/joomla/poster.png" width="100%" height="auto" title="Video support is missing. Please download a video." />
</object>
</video>
</div>
</div>2 users say Thank You to zorroh for this useful post
tfosnom Friendtfosnom
- Join date:
- October 2010
- Posts:
- 742
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 145
- Thanked:
- 200 times in 94 posts
December 10, 2013 at 6:59 am #514918Must be a linux thing perhaps as my firefox 25.01 on windows plays it fine?
zorroh Friendzorroh
- Join date:
- November 2006
- Posts:
- 422
- Downloads:
- 20
- Uploads:
- 43
- Thanks:
- 88
- Thanked:
- 80 times in 1 posts
December 10, 2013 at 1:28 pm #514952Here you can see that Firefox supporting partially: http://caniuse.com/mpeg4
so, yes it can work on windows but not with mac or linux with firefox.
Opera dont support mp4 at all, so ogv will help 🙂
1 user says Thank You to zorroh for this useful post
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by zorroh 10 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum