Guest User

Untitled

a guest
Jun 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. if (!(getUrl.indexOf('watch?v=')+1)) {
  2. $('#previewYouTubeVideo').html('<object width="425" height="344"><param name="movie" id="movie" value="' + newUrl + '"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="' + newUrl + '" id="movieEmbed" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>').show();
  3. } else {
  4. alert("go home");
  5. }
Add Comment
Please, Sign In to add comment