Jump to content
  • 0

Как отловить результат работы скрипта


alleclf
 Share

Question

Есть скрипт вставляющий на сайт трейлеры фильмов из своей базы. Проблема в том что не все трейлеры находятся и часто страница остается пустой.

В документации к скрипту указано:

Цитата

Если данный фильм не найден ни в одной базе, то будет вызвана
Javascript функция hide_uitools();, иначе функция show_uitools();.

Так вот, как отловить этот результат и в случае срабатывания hide_uitools() вывести свой блок?

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

найти функцию hide_uitools() в скрипте
и в нем добавить вывод своего блока
или найти где вызывается эта функция (где происходит проверка найден ли фильм) и добавить вывод своего блока там


 

Link to comment
Share on other sites

  • 0

скрипт на другом сайте и доступа к нему нет, я вижу только результат его работы

он либо добавляет блок с трейлером, либо оставляет пустой блок

Edited by alleclf
Link to comment
Share on other sites

  • 0

Вот такой скрипт вставляю

Цитата

<script>
var dataTitle="Синяя бездна 2";
var my_script_play = document.createElement("script");
my_script_play.setAttribute("src","//pleer.uitools.space/get_player?w=100%&h=450&type=widget&name=&players=trailer&data_title="+dataTitle);
my_script_play.async = true;
document.head.appendChild(my_script_play);
</script

Где тут что подправить не могу понять

Link to comment
Share on other sites

  • 0
после
document.head.appendChild(my_script_play);
добавить свой код вставки вашей информации, но перед этим проверить пусто там или что-то есть
подозреваю что скрипт отрабатывает с задержкой, возможно понадобится setInterval
данный скрипт куда вставляет информацию?
если он не найдет фильм он вставит пустой блок или вообще ни чего не вставит?
Link to comment
Share on other sites

  • 0

Информация со скрипта вставляется в блок.

Вот так он выглядит в шаблоне:

Цитата

<div class="uitools" id="uitools"></div>

 

Если трейлер найден

Цитата

<div class="uitools" id="uitools" style="width: 100%; height: 450px; border: 0px none; margin: 0px; padding: 0px; overflow: hidden; position: relative; display: block;"><iframe id="my_iframe_uitools" allowfullscreen="allowfullscreen" style="width: 100%; height: 450px; border: 0px none; margin: 0px; padding: 0px; overflow: hidden; position: relative; display: block;" src="https://www.youtube.com/embed/NldJRFhvAlU?showinfo=0&amp;rel=0" width="100%" height="450" frameborder="0"></iframe><ul id="uitools_buttons" style="right: -90px; width: 110px; padding-left: 0px;"><li class="uitools_active" date_url="https://www.youtube.com/embed/NldJRFhvAlU?showinfo=0&amp;rel=0" onclick="changeIframeSrcuitools(this,'https://www.youtube.com/embed/NldJRFhvAlU?showinfo=0&amp;rel=0');">1 ТРЕЙЛЕР</li></ul></div>

Если НЕТ остается как есть

Цитата

<div class="uitools" id="uitools"></div>

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy