Bonjour,
je souhaiterais charger une variable externe a flash dans mon swf.
j'ai tout simplement fait ceci:
[as]<param name="movie" value="test.swf?testy=2000" />
<embed src="test.swf?testy=2000" quality="high" ...>[/as]
et mis à la racine un champs texte dynamique qui a pour nom de variable testy.
je ne comprends pas pourquoi ça ne marche pas... il ne m'affiche rien
merci de votre aide
ma page html complete...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
[ Lien ]">
<html xmlns="
[ Lien ]">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
<title>Untitled Document</title>
<script src="AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<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','test','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','test' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
[ Lien ]" width="550" height="400">
<param name="movie" value="test.swf?testy=2000" />
<param name="quality" value="high" />
<embed src="test.swf?testy=2000" quality="high" pluginspage="
[ Lien ]" type="application/x-shockwave-flash" width="550" height="400"></embed>
</object></noscript>
</body>
</html>
</html>