Probléme avec un menu fla
Résolu/Fermé
bobo450
Messages postés
8
Date d'inscription
lundi 16 juillet 2007
Statut
Membre
Dernière intervention
18 juin 2008
-
6 janv. 2008 à 18:01
bugs20007 - 6 janv. 2008 à 18:59
bugs20007 - 6 janv. 2008 à 18:59
A voir également:
- Probléme avec un menu fla
- Menu déroulant excel - Guide
- Windows 11 menu démarrer classique - Guide
- Canon quick menu - Télécharger - Utilitaires
- Réinitialiser menu démarrer windows 10 - Guide
- Menu demarrer windows 10 - Guide
2 réponses
Voila un exemple ou j'ai créer un tableau et ou j'ai inserer l'annimation flash :
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>test</title>
<script src="DWConfiguration/ActiveContent/IncludeFiles/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<table width="200" border="1">
<tr>
<td><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','
width','1024','height','100','src'
,'file:///C|/Users/bugs/AppData/Local','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version
=ShockwaveFlash','movie','file:///C|/Local//Sharing Folders/djdumsss@hotmail.fr/oorang' ); //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="1024" height="100">
<param name="movie" value="file:///C|/Local/Microsoft/Sharing Folders/oorang.swf" />
<param name="quality" value="high" />
<embed src="file:///C|/Sharing Folders/djdumsss@hotmail.fr/oorang.swf" quality="high" pluginspage=
"https://get.adobe.com/flashplayer/" type=
"application/x-shockwave-flash" width="1024" height="100"></embed>
</object></noscript></td>
</tr>
</table>
</body>
</html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>test</title>
<script src="DWConfiguration/ActiveContent/IncludeFiles/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<table width="200" border="1">
<tr>
<td><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','
width','1024','height','100','src'
,'file:///C|/Users/bugs/AppData/Local','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version
=ShockwaveFlash','movie','file:///C|/Local//Sharing Folders/djdumsss@hotmail.fr/oorang' ); //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="1024" height="100">
<param name="movie" value="file:///C|/Local/Microsoft/Sharing Folders/oorang.swf" />
<param name="quality" value="high" />
<embed src="file:///C|/Sharing Folders/djdumsss@hotmail.fr/oorang.swf" quality="high" pluginspage=
"https://get.adobe.com/flashplayer/" type=
"application/x-shockwave-flash" width="1024" height="100"></embed>
</object></noscript></td>
</tr>
</table>
</body>
</html>