<script type="text/javascript">
function setFlashText(text){
window.document.flash.SetVariable("minVariabel", text)
}
</script>
<body>
<OBJECT WIDTH=750 HEIGHT=202 classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" id="flash">
<param NAME=movie VALUE="minflashfilm">
<embed src="minflashfilm.swf" WIDTH=750 HEIGHT=202 TYPE="application/x-shockwave-flash" PLUGINSPAGE="
http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" id="flash" name="flash">
</embed>
</OBJECT>
<a href="#" onmouseover="setFlashText('hej')" onmouseout="setFlashText('');">link</a>
<form name="f">
<input type="text" name="t" value="">
<input type="button" value="klik sgu" onclick="setFlashText(document.f.t.value);">
</form>
så får du "minVariabel" ind i flash og kan så gøre med den hvad du vil. F.eks have den som et tekstfelt.
Når du ændrer i flashkoden så husk at bibeholde name og id = "flash"