intégration swf

Répondre


Cette question est un moyen d’empêcher des soumissions automatisées de formulaires par des robots.
Smileys
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: =D> #-o =P~ :^o :non: :priere: 8-|
Voir plus de smileys
  Revue du sujet
 

  Étendre la vue Revue du sujet : intégration swf

par Loeiz » 10 août 2006, 11:28

ça roule, merci bieng

par Tictac » 10 août 2006, 10:49

il faut enlever la ligne commençant par <img ! j'ai oublié de l'enlever ;)

par Loeiz » 10 août 2006, 10:39

je n'étais pas loin, merci tic tac je vais essayer !

par Tictac » 10 août 2006, 10:36

$aEcrire .= "<span style=\"width:420px;vertical-align:top;\">"; 
$aEcrire .= "<img style=\"width:420px;vertical-align:top;\""; 
$aEcrire .="<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\" width=\"_LARGEUR_DE_TON_SWF_\" height=\"_HAUTEUR_DE_TON_SWF_\">
  <param name=\"movie\" value=\"_URL_DE_TON_FICHIER_SWF_\" />
  <param name=\"quality\" value=\"high\" />
  <embed src=\"_URL_DE_TON_FICHIER_SWF_\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"_LARGEUR_DE_TON_SWF_\" height=\"_HAUTEUR_DE_TON_SWF_\"></embed>
</object>";
$aEcrire .= "</span>"; 

intégration swf

par Maxime » 10 août 2006, 10:28

bonjour,

je ne connais presque rien à PHP et j'ai une question. Je souhaiterais remplacer sur notre intranet (fichier inc) une image (bandeauHaut.gif) par une animation flash (bandeauHaut.swf) mais je ne connais pas la syntaxe. Pouvez-vous m'aider ? Pour l'instant voici ce qu'il y a :
$aEcrire .= "<span style=\"width:420px;vertical-align:top;\">";
$aEcrire .= "<img style=\"width:420px;vertical-align:top;\"";
$aEcrire .= " src=\"".RACINESITE."/images/BandeauHaut/bandeauhaut.gif\" />";
$aEcrire .= "</span>";


Merci bcp