WebSite X5Help Center

6 ANSWERS
Anthony A.
Anthony A.
User

it does not come with x5 program, you have to know how the codes work and customize the code or buy a third party script and implanted inside your template.

if this post is the correct answer, please mark this answer as correct answer.

------------------------------------------------------------

Good Luck
http://www.usx5host.com (6 months free Web Host for x5 users, promo code: usx56m)
http://www.usx5.com (Templates and support for x5)
http://www.wdesigners.us

Read more
Posted on the from Anthony A.
Sascha M.
Sascha M.
User
Author

ans with the professional edition, also not wotking without 3rd part scripts ?

thanks

Read more
Posted on the from Sascha M.
Anthony A.
Anthony A.
User

no. even pro edition does not have that option.

if this post is the correct answer, please mark this answer as correct answer.

------------------------------------------------------------

Good Luck
http://www.usx5host.com (6 months free Web Host for x5 users, promo code: usx56m)
http://www.usx5.com (Templates and support for x5)
http://www.wdesigners.us

Read more
Posted on the from Anthony A.
Igor R.
Igor R.
User

Так нужно сделать - www.koporyetea.ru - ?

Берете отрезок видео файла, конвертируете его в три формата (.mp4 , .webm , .ogv). Далее эти файлы вставляете на свой хостинг в корневой каталог сайта. На нужной странице своего проекта во вкладке "Эксперт" выбираете "После открытия тега BODY" и вставляете этот код:

<video autoplay loop muted="false" poster="http://www.koporyetea.ru/2.jpg" id="video-on-bg">
<source src="http://www.koporyetea.ru/Produce.mp4" type='video/mp4; codecs="avc1.4D401E, mp4a.40.2"'>
<source src="http://www.koporyetea.ru/Produce.webm" type='video/webm; codecs="vp8.0, vorbis"'>
<source src="http://www.koporyetea.ru/Produce.ogv" type='video/ogg; codecs="theora, vorbis"'>
</video>

<script>
document.createElement('video');
</script>

<style type="text/css">
video { display:block; }
video#video-on-bg {
background:url('http://www.koporyetea.ru/2.jpg') no-repeat center center fixed;
-webkit-background-size:cover;
-moz-background-size:cover;
-ms-background-size:cover;
-o-background-size:cover;
background-size:cover;
width:auto;
height:auto !important;
min-width:100%;
min-height:100%;
top:84px;
position:fixed;
left:0;
bottom:0;
z-index:-998;
}
</style>

В коде меняете только адрес сайта (где указано www.koporyetea.ru - ставите свой адрес сайта). Также нужно подготовить файл в формате .jpg и выложить его на хостинг - это для того, чтобы если видео проигрываться не будет, то пользователь увидит просто изображение - у меня путь к этому файлу на хостинге www.koporyetea.ru/2.jpg). Все, видео должно работать.

Read more
Posted on the from Igor R.
Sascha M.
Sascha M.
User
Author

thanks, but in english would be great :-)

Read more
Posted on the from Sascha M.
Igor R.
Igor R.
User

I'm sorry, but I can only offer a translation from Russian into English by GOOGLE.

Read more
Posted on the from Igor R.