A voir également:
- Creer un index.htlm pour hébergement
- Créer un compte google - Guide
- Comment créer un groupe whatsapp - Guide
- Créer un lien pour partager des photos - Guide
- Créer un compte gmail - Guide
- Créer un compte instagram sur google - Guide
1 réponse
salut,
voici un code trés pratique pour insérrer ton site flash, c'est un code exeptionnel vraiment t'as de la chance car je suis passé par ici,un code en html avec effet de vibration a l'instart de l'affichage de ton site ,un cntrole prédéfinie de la résolution d'affichage de ton site , s'adapte avec toutes les résolutions des navigateurs ,
voici le code :
code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>nom de ton site</title>
<!-- Begin
function expand() {
for(x = 0; x < 10; x++) {
window.moveTo(screen.availWidth * -(x - 50) / 100, screen.availHeight * -(x - 50) / 100);
window.resizeTo(screen.availWidth * x / 50, screen.availHeight * x / 50);
}
window.moveTo(0,0);
window.resizeTo(screen.availWidth, screen.availHeight);
}
// End -->
function MM_callJS(jsStr) { //v2.0
return eval(jsStr)
}
</script>
<style type="text/css">
<!--
body {
background-color: #000000;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="700" height="550" hspace="0" vspace="0" align="middle">
<param name="movie" value="répértoire de ton site.swf ici">
<param name="quality" value="high">
<param name="menu" value="false">
<embed src="lrépértoir de ton site.swf ici" width="700" height="550" hspace="0" vspace="0" align="middle" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" menu="false"></embed>
</object></td>
</tr>
</table>
<br>
<br>
</div>
</body>
</html>
voici un code trés pratique pour insérrer ton site flash, c'est un code exeptionnel vraiment t'as de la chance car je suis passé par ici,un code en html avec effet de vibration a l'instart de l'affichage de ton site ,un cntrole prédéfinie de la résolution d'affichage de ton site , s'adapte avec toutes les résolutions des navigateurs ,
voici le code :
code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>nom de ton site</title>
<!-- Begin
function expand() {
for(x = 0; x < 10; x++) {
window.moveTo(screen.availWidth * -(x - 50) / 100, screen.availHeight * -(x - 50) / 100);
window.resizeTo(screen.availWidth * x / 50, screen.availHeight * x / 50);
}
window.moveTo(0,0);
window.resizeTo(screen.availWidth, screen.availHeight);
}
// End -->
function MM_callJS(jsStr) { //v2.0
return eval(jsStr)
}
</script>
<style type="text/css">
<!--
body {
background-color: #000000;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="700" height="550" hspace="0" vspace="0" align="middle">
<param name="movie" value="répértoire de ton site.swf ici">
<param name="quality" value="high">
<param name="menu" value="false">
<embed src="lrépértoir de ton site.swf ici" width="700" height="550" hspace="0" vspace="0" align="middle" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" menu="false"></embed>
</object></td>
</tr>
</table>
<br>
<br>
</div>
</body>
</html>