Forum closed. New forum available at http://community.wymeditor.org/
<script type="text/javascript" src="jquery/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('#example').flash(
{ src: 'flash/agence.swf',
width: 720,
height: 126 },
{ version: 8 }
);
});
$(document).ready(function(){
$('a[@href^="http://youtube.com"]').flash(
{ height: 370, width: 450 },
{ version: 8 },
function(htmlOptions) {
$this = $(this);
htmlOptions.src = $this.attr('href');
$this.before($.fn.flash.transform(htmlOptions));
}
);
});
</script>
<div id="example"></div>
<p><a href="http://fr.youtube.com/v/8nm_mv0Nduc">My great YouTube video</a></p>
$('a[@href^="http://youtube.com"]').flash(
$('a[@href^="http://dailymotion.com"]').flash(
jQuery(document).ready(function() {
jQuery('a.media').media({ width: 400, height: 320, autoplay: false } );
});
<a class="media" "href="http://youtube.com/v/TyvN59L4hJU">Youtube Video</a>
Ben non, le fichier est encodé en ISO-8859-1, c'est peut-être parce que j'ai fait des modifications avec le bloc-note ?gtraxx wrote:ta page n'est pas bien encodé tu travail en utf-8 ???
<script type="text/javascript">
$(function() {
$('a.media').media();
});
jQuery(document).ready(function() {
jQuery('a.media').media({ width: 400, height: 320, autoplay: false } );
});
</script>
<script type="text/javascript">
$(document).ready(function() {
$('a.media').media({ width: 400, height: 320, autoplay: false ,type:'swf'} );
});
</script>
Peut-être, oui, je ne connaissais pas, je viens de l'installer. Après y avoir jeter un coup d'œil, je pense qu'il me faudra un certain temps pour tout comprendre ce qu'il fait...gtraxx wrote:PS: firebug est ton ami
$(function() {
$('a.media').media({ width: 400, height: 320, autoplay: false, type:'swf'});
});
$(document).ready(function() {
$('a.media').media({ width: 400, height: 320, autoplay: false, type:'swf'});
});
$(document).ready(function() {
$('a.flash').media({ width: 856, height: 126, autoplay: false, type:'swf'});
});
<a class="flash" href="agence.swf">SWF</a>
Users browsing this forum: No registered users and 1 guest