Disno 2 Posted August 8, 2015 Report Share Posted August 8, 2015 Я скачал JS плеер на свой сервер а теперь я хочу видео проигроватьна моем сайте например мой видео файл ето 1.mp4 Quote Link to post Share on other sites
VIP campusboy 912 Posted August 8, 2015 VIP Report Share Posted August 8, 2015 Ммм, наверное отвечу так же, как и задан вопрос: нужно видео вставить (прописать путь к видео) в плеер! И встречный вопрос, Вы реально считаете, что на основе тех данных, что предоставлены, можно дать внятный ответ, который решит проблему? Quote Link to post Share on other sites
Disno 2 Posted August 8, 2015 Author Report Share Posted August 8, 2015 Ммм, наверное отвечу так же, как и задан вопрос: нужно видео вставить (прописать путь к видео) в плеер! И встречный вопрос, Вы реально считаете, что на основе тех данных, что предоставлены, можно дать внятный ответ, который решит проблему? Мой вопрос такой, как установить на сервере етот плеер Quote Link to post Share on other sites
LetSevI 322 Posted August 8, 2015 Report Share Posted August 8, 2015 Мой вопрос такой, как установить на сервере етот плеер По инструкции на официальном сайте плеера Quote Link to post Share on other sites
inzer1 216 Posted August 8, 2015 Report Share Posted August 8, 2015 Мой вопрос такой, как установить на сервере етот плеер Руками. Вы, конечно, извините, но на такой вопрос только так ответить можно. Quote Link to post Share on other sites
Постоялец 13 Posted August 8, 2015 Report Share Posted August 8, 2015 Вы хоть напишите, какой двиг на сайте.. Quote Link to post Share on other sites
hopinfo 0 Posted August 8, 2015 Report Share Posted August 8, 2015 пример вставки <div id="ytplayer"></div><script>// Load the IFrame Player API code asynchronously.var tag = document.createElement('script');tag.src = "https://www.youtube.com/player_api";var firstScriptTag = document.getElementsByTagName('script')[0];firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);// Replace the 'ytplayer' element with an <iframe> and// YouTube player after the API code downloads.var player;function onYouTubePlayerAPIReady() {player = new YT.Player('ytplayer', {height: '390',width: '640',videoId: 'M7lc1UVf-VE'});}</script> Quote Link to post Share on other sites
hopinfo 0 Posted August 8, 2015 Report Share Posted August 8, 2015 js плеер ставить не обязательно Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.