Não consigo inserir este vídeo aqui
2 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre HTML e BBCode
Página 1 de 1
Não consigo inserir este vídeo aqui
Qual é minha questão:
Então Galerinha, no meu forum ja tem um video, ao acessar ele vocês vão ver, estou querendo tirar aquele video e por outro, este aqui: https://www.youtube.com/watch?v=2uSJU04Jq0k&feature=plcp
Então queria que vocês modificassem o código pra mim que não estou conseguindo, vou deixar o código aqui, vlw, abraços.
Links e imagens do meu problema:
-
Endereço do meu fórum:
http://bbg-rp.forumeiros.com
Versão do meu fórum:
PHPBB3
Então Galerinha, no meu forum ja tem um video, ao acessar ele vocês vão ver, estou querendo tirar aquele video e por outro, este aqui: https://www.youtube.com/watch?v=2uSJU04Jq0k&feature=plcp
Então queria que vocês modificassem o código pra mim que não estou conseguindo, vou deixar o código aqui, vlw, abraços.
- Código:
<head>
<a href="http://www.forumeiros.com" target="_blank"></a>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Brasil Brothers Game</title>
<style>
/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body { line-height: 1;}
ol, ul {list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table { border-collapse: collapse; border-spacing: 0;}
/*RESET*/
body{*width:100%}
body, div#wrapper { background: url(http://i50.tinypic.com/oif14l.png) no-repeat center top #000000;}
div#wrapper { margin: 0 auto; width: 960px; position:relative; height:610px;}
div#wrapper a, div#wrapper div, div#wrapper object, #topo { position:absolute;}
/*BOTÕES*/
div#wrapper #logo {left: 35px; top: 64px;}
div#wrapper #video-topper {left: 100px; top: 165px; z-index: 10;}
div#wrapper #bt-esq {left: 752px; top: 570px; background:url(http://i46.tinypic.com/155i55e.png) top center no-repeat transparent;}
div#wrapper #bt-dir {left: 490px; top: 570px; background:url(http://i47.tinypic.com/288tjn.png) top center no-repeat transparent;}
div#wrapper #video { left: 29px; top: 370px;}
#topo { top:0; width:100%; height:60px; background:url(images/splash_sa_renegados_topper-banner-bg.jpg) top center repeat-x transparent;}
#topo div { position:relative; width:1001px; margin:0 auto;}
#topo div p { color: #858585; font: 10px arial; position: relative; text-align: center; top: -35px; *top: -39px; width: 700px; left: 135px;}
</style>
</head>
<body>
<div id="wrapper">
<a id="logo" href="/portal"><img src="http://i47.tinypic.com/15ysyki.png" alt="Brothers Game" /></a>
<a id="bt-esq" href="samp://184.164.147.124:7787/"><img id="bt-esq-img" src="http://i46.tinypic.com/155i55e.png" alt="Clique Aqui Para Jogar" /></a>
<a id="bt-dir" href="/forum"><img id="bt-dir-img" src="http://i47.tinypic.com/288tjn.png" alt="Continuar para o Forum BBG!" /></a>
<div id="video"> <object width="413" height="250"><param name="movie" value="http://www.youtube.com/v/_Dudxbqo54Y?version=3&hl=pt_BR&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/_Dudxbqo54Y?version=3&hl=pt_BR&rel=0" type="application/x-shockwave-flash" width="412" height="248" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script>
<script src="/commonJS/swfobject.js" type="text/javascript"></script>
<script>
$(document).ready(function() {
$('#bt-esq-img').animate({opacity: 0.01}, 500, function() { });
$('#bt-dir-img').animate({opacity: 0.01}, 500, function() { });
$("#bt-esq").mouseover(function () {
$('#bt-esq-img').animate({opacity: 1}, 100, function() { });
});
$("#bt-esq").mouseout(function () {
$('#bt-esq-img').animate({opacity: 0.01}, 100, function() { });
});
$("#bt-dir").mouseover(function () {
$('#bt-dir-img').animate({opacity: 1}, 100, function() { });
});
$("#bt-dir").mouseout(function () {
$('#bt-dir-img').animate({opacity: 0.01}, 100, function() { });
});
});
</script>
<script type="text/javascript"> var params = { allowScriptAccess: "always" , wmode :"opaque"}; swfobject.embedSWF("http://www.youtube.com/v/uxxnYwtCT3g&enablejsapi=1&playerapiid=ytapiplayer&autoplay=1&autohide=0&&rel=0;", "video", "413", "250", "8", null, null, params);</script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-299779-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>
Links e imagens do meu problema:
-
Endereço do meu fórum:
http://bbg-rp.forumeiros.com
Versão do meu fórum:
PHPBB3
- Código:
- Código:
Última edição por Gustavo Morais em 16.10.12 23:23, editado 1 vez(es)
Re: Não consigo inserir este vídeo aqui
Olá!
Substitua o código por este:
Abraços.
Substitua o código por este:
- Código:
<iframe width="560" height="315" src="http://www.youtube.com/embed/2uSJU04Jq0k" frameborder="0" allowfullscreen></iframe>
Abraços.
Tópicos semelhantes
» Colocar este video em meu Fórum
» Não consigo colocar video no fórum
» Nao consigo fazer este codigo html resultar
» Não consigo inserir a logo do fórum na versão PUNBB
» Como colocar vídeo abertura no fórum
» Não consigo colocar video no fórum
» Nao consigo fazer este codigo html resultar
» Não consigo inserir a logo do fórum na versão PUNBB
» Como colocar vídeo abertura no fórum
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre HTML e BBCode
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos