Du übergibst von html eine Var an Flash.
PHP-Code:
<?php
$menue = "testEintrag";
?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>lupe</title>
</head>
<body bgcolor="#ffffff">
<!--Im Film verwendete URLs-->
<!--Im Film verwendeter Text-->
<!-- saved from url=(0013)about:internet -->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="600" height="600" id="lupe" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="deinSWF.swf" />
<param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />
<param name="FlashVars" value="Menue=<? echo $menue ?>"/>
<embed src="deinSWF.swf" FlashVars="Menue=<? echo $menue ?>" quality="high" bgcolor="#ffffff" width="600" height="600" name="lupe" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>
so und im Flashfilm verarbeitest du sie so:
deineVar = _level0.Menue
und mit deineVar kannst du weiter arbeiten.
Es kommt da jetzt drauf an, wie du deinen Film aufgebaut hast.