Niark !
LA grande question que je me pose depuis hier !
j'ai ma banniere flash, et à moins de passer par une iframe, je vois vraiment pas comment l'afficher sur un site !
sur cibleclick, ils passent par un js, mais je vois pas trop
solution ?
Passe par une iframe, c'est plus facile 😉
rooooh !<iframe scrolling="no" height="60" width="468" src="http://www.info-concept.net/pub.php"></iframe>
page où j'applle la page où se situe l'anim<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>
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
Comme ça
<!--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 -->
nice 🙂