A voir également:
- Faire disparaitre une animation flash :)
- Flash drive tester - Télécharger - Divers Utilitaires
- Adobe flash player - Télécharger - Divers Web & Internet
- Flash video downloader - Télécharger - Téléchargement & Transfert
- Shockwave flash - Télécharger - Divers Web & Internet
- Check flash - Télécharger - Sécurité
2 réponses
Tu peux faire ça en Javascript :
<script type="text/javascript"><!--
function masquerAnimation() {
var animation = document.getElementById('animation');
animation.style.display = 'none';
}
window.onload = function() {
setTimeout("masquerAnimation();",5000);
};
// --></script>
</head>Ajoute « id="animation" » sur ton object ou embed.