Inclure banniere flash
- MystM
- Actif
- Messages : 1363
- Enregistré le : 30 juil. 2003, 00:00
- Localisation : La Louviere (.be)
- Âge : 38
- Contact :
rooooh !
page où j'applle la page où se situe l'anim
page où est appellée l'anim !
et malgré tout ca il y a un rebord a la frame ! juge en par toi même : http://www.info-concept.net/liens.php
j'ai dejà testé le border = 0 etc.., quedal
edit, tellement pressé que c'etait illisible xD
Code : Tout sélectionner
<iframe scrolling="no" height="60" width="468" src="http://www.info-concept.net/pub.php"></iframe>Code : Tout sélectionner
<body leftmargin=0 topmargin=0><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="468" height="60">
<param name="movie" value="images/pub/ban.swf">
<param name="quality" value="high">
<embed src="images/pub/ban.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="468" height="60"></embed></object></body> et malgré tout ca il y a un rebord a la frame ! juge en par toi même : http://www.info-concept.net/liens.php
j'ai dejà testé le border = 0 etc.., quedal
edit, tellement pressé que c'etait illisible xD
- Malouk
- Flooder
- Messages : 6215
- Enregistré le : 18 avr. 2003, 00:00
- Localisation : Belgique - Gembloux
- Âge : 45
- Contact :
Comme ça
Code : Tout sélectionner
<!--debut iframe -->
<iframe src="http://www.info-concept.net/pub.php" frameborder="0" width="468" height="60" scrolling="NO" noresize marginwidth=0 marginheight=0>
</iframe>
<!--fin iframe -->
Dans le doute, reboot ! Dans la tomate, Format !
- MystM
- Actif
- Messages : 1363
- Enregistré le : 30 juil. 2003, 00:00
- Localisation : La Louviere (.be)
- Âge : 38
- Contact :
Code : Tout sélectionner
<body leftmargin=0 topmargin=0><a href="http://www.info-concept.net" target="_blank"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="468" height="60">
<param name="movie" value="images/pub/ban.swf">
<param name="quality" value="high">
<embed src="images/pub/ban.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="468" height="60"></embed></object></a></body> - Malouk
- Flooder
- Messages : 6215
- Enregistré le : 18 avr. 2003, 00:00
- Localisation : Belgique - Gembloux
- Âge : 45
- Contact :
Ben alors faut mettre le lien dans ton flash
Avec un rectangle 468*60 en fond (de la bannière) que tu tranformes en bouton. Et dans action, tu mets un truc du style :
Avec un rectangle 468*60 en fond (de la bannière) que tu tranformes en bouton. Et dans action, tu mets un truc du style :
Code : Tout sélectionner
on (press){
getURL("http://www.info-concept.net", "_blanck", "POST");
}Dans le doute, reboot ! Dans la tomate, Format !