|
|
| Voir le sujet précédent
:: Voir le sujet suivant
|
redmo
Nouveau


Inscrit le: 01 Jan 1970
Messages: 30
|
Posté le:
Lun Avr 25, 2005 10:18 pm Sujet du message:
Changer la mappe d'une photo jpg a un SWF |
|
|
|
Bonjour,
je suis entrain de faire quelque modification sur mon prochain site mis a jour donc j'avais un logo en jpg mappé c'est a dire les boutons sur l'image. et j'ai modifier l'image pour metre quelque effect sur l'image avec flash puis je l'ai enregistrer sous forme de swf mais j'ai un probleme comment l'insérer (j'ai esssayer de l'intégrer comme enfait d'abitude donc c'est bon je voix mon image enswf mais la mappe disparesse et les bouton marche pas.)
voici l'image en jpg:
|
|
apres la modification j'ai obtenue cette animation
http://membres.lycos.fr/redme12/up/tout/hl2.swf
mais j'arrive pas a l'intégrer et la mappe disparesse
voici le code original avec l'image jpg :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="themes/HL2/images/hmm.jpg">
<tr>
<td width="316" height="300" valign="top"><map name="FPMap0">
<area href="index.php" shape="rect" coords="54, 230, 118, 245">
<area href="modules.php?name=Your_Account" shape="rect" coords="131, 229, 191, 244">
<area href="modules.php?name=Forums" shape="rect" coords="207, 231, 266, 243">
<area href="modules.php?name=Downloads" shape="rect" coords="281, 230, 342, 243"></map><img border="0" src="themes/HL2/images/hl2.jpg" usemap="#FPMap0" width="361" height="300"></td>
<td width="100%" align="center" valign="top"> </td>
<td width="361" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="361" height="300" valign="top"><map name="FPMap1">
<area href="modules.php?name=Your_Account" coords="230, 233, 321, 251" shape="rect">
<area href="modules.php?name=Your_Account" shape="rect" coords="234, 232, 317, 249"></map><img border="0" src="themes/HL2/images/hr2.jpg" usemap="#FPMap1" width="361" height="300"></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
alors c'est quelqu'un a une idee ou peux transformer le code te le metre ici ca serai sympa de votre part.
et merci  |
|
| Revenir en haut de page |
|
|
mumulafrite
Administrateur


Inscrit le: 01 Jan 1970
Messages: 1260
Localisation: Marseille
|
Posté le:
Lun Avr 25, 2005 11:12 pm Sujet du message:
|
|
|
|
Bon j'ai deplacer ton sujet...
Voici ton code modifié:
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="themes/HL2/images/hmm.jpg">
<tr>
<td width="316" height="300" valign="top"> <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="361" height="300">
<param name="movie" value="themes/HL2/images/hl2.swf">
<param name="quality" value="high">
<embed src="themes/HL2/images/hl2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="361" height="300"></embed></object></td>
<td width="100%" align="center" valign="top"> ;; </td>
<td width="361" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="361" height="300" valign="top"><map name="FPMap1">
<area href="modules.php?name=Your_Account" coords="230, 233, 321, 251" shape="rect">
<area href="modules.php?name=Your_Account" shape="rect" coords="234, 232, 317, 249"></map><img border="0" src="themes/HL2/images/hr2.jpg" usemap="#FPMap1" width="361" height="300"></td>
</tr>
</table></td>
</tr>
</table>
Cependant il va falloir que tu modifie le .fla pour que les liens apparaissent. De plus je dois tavouer que le passage blachatre n'est pas tres artistique _________________
 |
|
| Revenir en haut de page |
|
|
redmo
Nouveau


Inscrit le: 01 Jan 1970
Messages: 30
|
Posté le:
Mar Avr 26, 2005 1:08 am Sujet du message:
|
|
|
|
« mumulafrite » a écrit: Bon j'ai deplacer ton sujet...
Voici ton code modifié:
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="themes/HL2/images/hmm.jpg">
<tr>
<td width="316" height="300" valign="top"> <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="361" height="300">
<param name="movie" value="themes/HL2/images/hl2.swf">
<param name="quality" value="high">
<embed src="themes/HL2/images/hl2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="361" height="300"></embed></object></td>
<td width="100%" align="center" valign="top"> ;; </td>
<td width="361" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="361" height="300" valign="top"><map name="FPMap1">
<area href="modules.php?name=Your_Account" coords="230, 233, 321, 251" shape="rect">
<area href="modules.php?name=Your_Account" shape="rect" coords="234, 232, 317, 249"></map><img border="0" src="themes/HL2/images/hr2.jpg" usemap="#FPMap1" width="361" height="300"></td>
</tr>
</table></td>
</tr>
</table>
Cependant il va falloir que tu modifie le .fla pour que les liens apparaissent. De plus je dois tavouer que le passage blachatre n'est pas tres artistique
merci mais ca marchera pas comme ca car je la connais cette methode regarde bien mon code l'image avant été mappé c'est ca le probleme et je veux gardez la mappe pour le swf si si possible
< |
|
| Revenir en haut de page |
|
|
mumulafrite
Administrateur


Inscrit le: 01 Jan 1970
Messages: 1260
Localisation: Marseille
|
Posté le:
Mar Avr 26, 2005 6:44 am Sujet du message:
|
|
|
|
Mais tu ne peux pas mapper un swf, logiquement celui-ci a directement les liens, passe moi le fla que je test voir si on peut pas mettre des zones cliquable dessus. Mais je ne ta garantie rien jy connais rien en flash _________________
 |
|
| Revenir en haut de page |
|
|
|
|
|
Vous ne pouvez pas poster de nouveaux sujets dans ce forum Vous ne pouvez pas répondre aux sujets dans ce forum Vous ne pouvez pas éditer vos messages dans ce forum Vous ne pouvez pas supprimer vos messages dans ce forum Vous ne pouvez pas voter dans les sondages de ce forum
|
|
|
|
|