Auteur: Tujague ((---.free.fr)
Date: 17-06-2002 22:39
[ msg ]
|
Bonsoir,
J'ai un petit souci pour sortir de ma page html…
J'ai une première page contenant ces codes sources:
(Ouvrir la page wlto.html en plein écran)
<html>
<head>
<SCRIPT>
function aide()
{
window.open('wlto.html','fenetre','fullscreen=yes,scrollbars=no')
}
</script>
</head>
<body onload="aide()">
</body>
</html>
Sur mon autre page html, j'ai ces codes ci-dessous:
(ouverture du fichier wlto.swf)
<HEAD>
<TITLE>WLTO</TITLE>
</HEAD>
<BODY bgcolor="#460000">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=100% HEIGHT=100%>
<PARAM NAME=movie VALUE="WLTO.swf"> <PARAM NAME=quality VALUE=best> <PARAM NAME=bgcolor VALUE=#460000> <EMBED src="WLTO.swf" quality=best bgcolor=#460000 WIDTH=100% HEIGHT=100% TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
</BODY>
Je récapitule:
La page index.html, ouvre en plein écran la page wlto.html, qui ouvre le fichier wlto.swf.
Le problème c'est que lorsque la page wlto.html est ouverte en plein écran, je suis obligé de faire un Ctrl+Alt+Sup pour en sortir o:)))
|