DreamWeaver et Flash
danDD
Messages postés
2
Statut
Membre
-
danDD Messages postés 2 Statut Membre -
danDD Messages postés 2 Statut Membre -
Bonjour,
Création d'un site Internet avec Dreamweaver.
L'animation Flash est visible en activant le bouton "lecture" dans la barre des propriétés mais n'est pas visible
dans l'aperçu d' Internet explorer en activant la touche F12 du clavier.
Merci de m'aider.
Dan
Création d'un site Internet avec Dreamweaver.
L'animation Flash est visible en activant le bouton "lecture" dans la barre des propriétés mais n'est pas visible
dans l'aperçu d' Internet explorer en activant la touche F12 du clavier.
Merci de m'aider.
Dan
Configuration: Windows XP Internet Explorer 6.0
A voir également:
- DreamWeaver et Flash
- Adobe flash player - Télécharger - Divers Web & Internet
- Flash drive tester - Télécharger - Divers Utilitaires
- Flash disque non reconnu - Guide
- Check flash - Télécharger - Sécurité
- Shockwave flash - Télécharger - Divers Web & Internet
2 réponses
Re bonjour
Code de la page: de Dan
<body>
<div align="center"></div>
<table width="600" border="1" align="center">
<tr>
<td><div align="center">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','550','height','400','src','../images/logo','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','../images/logo' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="550" height="400">
<param name="movie" value="../images/logo.swf" />
<param name="quality" value="high" />
<embed src="../images/logo.swf" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" width="550" height="400"></embed>
</object>
</noscript></div></td>
</tr>
</table>
<p> </p>
</body>
Merci
Code de la page: de Dan
<body>
<div align="center"></div>
<table width="600" border="1" align="center">
<tr>
<td><div align="center">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','550','height','400','src','../images/logo','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','../images/logo' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="550" height="400">
<param name="movie" value="../images/logo.swf" />
<param name="quality" value="high" />
<embed src="../images/logo.swf" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" width="550" height="400"></embed>
</object>
</noscript></div></td>
</tr>
</table>
<p> </p>
</body>
Merci