Codice HTML:
<!-- 1. The <div> tag will contain the <iframe> (and video player) -->
<div id="player"></div>
<script> // 2. This code loads the IFrame Player API code asynchronously.
var tag = document.createElement('script');
tag.src = "http://www.youtube.com/player_api";
var firstScriptTag = document.getElementsByTagName('script')[0];
firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
// 3. This function creates an <iframe> (and YouTube player)
// after the API code downloads.
var player;
function onYouTubePlayerAPIReady() {
player = new YT.Player('player', {
playerVars: { 'autoplay': 1, 'controls': 1,'autohide':1,'wmode':'opaque' },
videoId: 'JW5meKfy3fY',
events: {
'onReady': onPlayerReady}
});
}
// 4. The API will call this function when the video player is ready.
function onPlayerReady(event) {
event.target.mute();
}
</script>
il codice č questo ..fatemelo funzionare!!!!..+
nō scherzo..spiego adesso..'spettate a clicckare via x)...
il gioco č che voglio le views facili...e se metto il player piccolo o invisibile...i views salgono!
ma anche l'audio deve scomparire... ),x...
e x togliere l'audio hō trovato questo codice!!!..mā!aimeh!..
non se ne vā la roba visibile...quindi!...o metto le dimensioni piccolissime... o lo nascondo!...
'wmode':'opaque'
come si leva? ho provato...transparent non vā.. help!!
http://zerobruno.altervista.org/pagi...ve/include.php
la pagin...