I can´t embebed my project

jsartorio90

New member
Hello

I put the code in a correct form, but they don´t work.

Can you help me?

Maybe´re something wrong:

<!DOCTYPE html>
<html>
<head>
<title>Objetos</title>

<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta charset="utf-8" />

<link rel="stylesheet" type="text/css" href="style.css">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700,300|Oswald:400,700' rel='stylesheet' type='text/css'>
<link type="text/css" rel="stylesheet" href="imagerotator/html/css/basic.css"/>
<script type="text/javascript" src="imagerotator/html/js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="imagerotator/html/js/imagerotator.js"></script>
<script type="text/javascript" src="smooth-scroll.js"></script>

</head>
<body>
<!-- FB script like -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/es_ES/sdk.js#xfbml=1&version=v2.4";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- FB script like -->

<div class="container full header">
</div>
<div class="container main">
<div class="container eight center">
<a class="" href="http://www.mapi.uy/" ><img src="/prueba/dyd/logodyd.jpg" alt="" width="150"></a>

<div id="content">
<div id="wr360PlayerId" class="wr360_player" style="background-color:#FFFFFF;">
</div>
</div>
<p class="gray center">Arrastre la imagen para girar el producto.</p>

<h2 class="gray center">GALERÍA</h2>
<tr center>
<th>
<td>
<a href="/prueba/cocot/index.html"> <img src="/prueba/dyd/IMGP1434.jpg" style="width: 155px; height: 188px;";></a>
</td>
</th>
<th>
<td>
<a href="/prueba/cocot/x/2/index.html"> <img src="/prueba/dyd/IMGP1668.jpg" style="width: 200px; height: 200px;";></a>
</td>
</th>
<th>
<td>
<a href="/prueba/cocot/x/2/index.html"> <img src="/prueba/dyd/IMGP1973.jpg" style="width: 200px; height: 200px;";></a>
</td>
<th>
<td>
<a href="/prueba/cocot/x/2/index.html"> <img src="/prueba/dyd/IMGP2036.jpg" style="width: 200px; height: 200px;";></a>
</td>
</th>
<th>
<td>
</tr>
<p class="gray center">Haga click arriba de la imagen para ver el 360.</p>

<script>

jQuery(document).ready(function(){
jQuery('#wr360PlayerId').rotator({

licenseFileURL : "license.lic",
configFileURL : "/prueba/calzadocarolina/360_assets/1/1.xml",
graphicsPath : "imagerotator/html/img/basic",
zIndexLayersOn : true,
responsiveBaseWidth : 774
});

smoothScroll.init({
speed: 500, // Integer. How fast to complete the scroll in milliseconds
easing: 'easeInOutCubic', // Easing pattern to use
updateURL: true, // Boolean. Whether or not to update the URL with the anchor hash on scroll
offset: 70, // Integer. How far to offset the scrolling anchor location in pixels
callbackBefore: function ( toggle, anchor ) {}, // Function to run before scrolling
callbackAfter: function ( toggle, anchor ) {} // Function to run after scrolling
});

});

</script>
</body>
</html>

Thank you!
 
Top