jeg har frameset koden der ser således ud:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "
http://www.w3.org/TR/html4/frameset.dtd"><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<frameset rows="*" cols="*,447" framespacing="0" frameborder="NO" border="0">
<frameset rows="*,80" frameborder="NO" border="0" framespacing="0">
<frame src="Untitled-1.htm" name="mainFrame">
<frame src="UntitledFrame-2.htm" name="bottomFrame" scrolling="NO" noresize>
</frameset>
<frame src="UntitledFrame-3.htm" name="rightFrame" scrolling="NO" noresize>
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>
så har jeg input htmlen:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body>
<form name="form1" id="form1" method="post" action="">
<input type="text" name="textfield" />
</form>
<a href="#" onclick="top.frames['rightFrame'].myFlash.SetVariable('_root.myVar',document.getElementById('form1').value);return false;">Klik så her, klåge åge</a>
</body>
</html>
og så har jeg flash htmlen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="400" height="537" id="myFlash">
<param name="movie" value="testNr.swf">
<param name="quality" value="high">
<embed src="testNr.swf" quality="high" pluginspage="
http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="537" id="myFlash"></embed>
</object>
</body>
</html>
i flash har jeg en var der hedder: _root.myVar og som er i et dynamisk tekstfelt
men der sker ikke rigtig noget så jeg må jo gøre et eller andet forkert ;)