bonjour à tous,
je fais mon site en flash et j'ai une image callée en haut à gauche de ma page,
mais lorsque je le publie et que j'ouvres mon .html, il y a une marge qui décale mon image !
par exemple > http://www.yoanndovier.com > je voudrais que mon cercle soit collé à la fenêtre sans marge
je donne le code html si besoin est :
voilà c'est peut-être tout bête mais je galères, si quelqu'un pouvait m'aider ça serait vraiment cool,
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <script language="JavaScript"> function openWin(url, w, h) { var winprop = "width=" + w + ",height=" + h; openwin = window.open(url,'',winprop); } </script> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>enter menu</title> </head> <body bgcolor="#ffffff"> <!--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=7,0,0,0" width="1800" height="1200" id="enter menu" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="enter menu.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" /> <embed src="enter menu.swf" quality="high" bgcolor="#ffffff" width="1800" height="1200" name="enter menu" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </body> </html>
merci
Partager