so now i have it almost working if you go to
http://www.bijaxous.com/valentine/default.php?friend=Sally%20Jones you'll see
that at the end of the movie it will say 'Happy Valentine's Day friend=Sally
Jones' - not exactly what I want - I would prefer that the variable friend
simply pass the info along into flash - like described below - but - just not
sure what I'm doing wrong ... i've added the php code i have thusfar just in
case someone can figure out what i'm doing wrong ... thanks again
<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<TITLE>...::: BXOS !nteractive! wishes you a happy valentine's day
:::...</TITLE>
</HEAD>
<BODY bgcolor="#333333" leftmargin="0" topmargin="0" marginwidth="0"
marginheight="0" scroll="no">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="middle">
<div align="center">
<table width="400" border="1" cellpadding="0" cellspacing="0"
bordercolor="#000000">
<tr>
<td><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=6,0,0,0"
WIDTH="400" HEIGHT="400">
<PARAM NAME=movie VALUE="valentine4.swf?friend=<? echo
$QUERY_STRING; ?>">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<PARAM NAME=menu VALUE=false>
<EMBED src="valentine4.swf?friend=<? echo $QUERY_STRING; ?>"
quality=high bgcolor=#FFFFFF WIDTH="400" HEIGHT="400"
TYPE="application/x-shockwave-flash" MENU="false"
PLUGINSPAGE="
http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT></td>
</tr>
</table>
</div></td>
</tr>
</table>
</BODY>
</HTML>