Video Not Playing In Video Banner

Hi!

I'm attempting to implement a video banner script that I think would look cool on my page. The working fiddle for it can be found here: http://jsfiddle.net/mgmilcher/8R7Xx/sho/

I've added a smarty block and put the relevant HTML in there (the bit from

), added the js in the box using the my_changes addon (followed ecomlabs instructions) and put the css in the script css file.

It all seems to be displayed correctly BUT the video doesnt start to play. Any idea why it works in the fiddle and not in cs-cart? Is something in CS-cart blocking it?

Would appreciate any comments or help on this!

Thanks!

Simen

Could you please share the URL of the page with this video?

Could you please share the URL of the page with this video?

thanks! here's the link

thanks! here's the link

If it's the video of the bridge, it is playing for me.?

Strange, It doesnt show in chrome or in internet explorer for me, all latest versions. Which browser are you using?

Yes, it plays in FF, but does not play in Chrome. I think, it is video tag + browser + video format issue. You can find some kind of solution here: http://stackoverflow.com/questions/16773986/html5-video-issue-with-chrome

Looks like some module from Cart-Power changes the code of this block. Try to disable their modules, clear cache and check the result

Looks like some module from Cart-Power changes the code of this block. Try to disable their modules, clear cache and check the result

Thank you very much, you are correct! I disabled one of their add-ons and It now works perfectly! Thank you again! :)

You are welcome!