<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">Hey guys, I'm having a rather unusual problem with variables passed through SWF object to flash, and I can't figure out any other way to do this properly.<BR><DIV>I'm trying to get the referrer (generated by PHP) sent to a flash "enter" button to enter my site.  When the button is pressed it sends many variables to a PHP form to store this data for me to see later - all transparent to the user.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>ANYWAY - say someone finds my site via google, so the referrer is set to "<A href="http://www.google.com/search?client=safari&rls=en&q=eject+media">http://www.google.com/search?client=safari&rls=en&q=eject+media</A>".  In setting up the flash object I set it to add a variable to my flash movie like this - so.addVariable("referrer", "<A href="http://www.google.com/search?client=safari&rls=en&q=eject+media">http://www.google.com/search?client=safari&rls=en&q=eject+media</A>");<BR><BR></DIV><DIV>And as you may think, that works just fine...to a point.  Flash only sees the variable up to the first & symbol!  Meaning all I get in flash is "<A href="http://www.google.com/search?client=safari">http://www.google.com/search?client=safari</A>" - I don't get to see what the actual google query is!  </DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>This is a very odd problem, but I see no other way to get this var passed into flash properly.  Any ideas?</DIV><DIV><BR> <DIV id="sig" style="padding:8px 0  8px 0; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-size: 11px; color: #333333; border-top:1px dashed #333333; border-bottom:1px dashed #333333;">             <STRONG>Chris Barr</STRONG> | media designer | <A href="http://www.ejectmedia.net" style="color:#2690D6; border-bottom:1px dotted #333333; text-decoration:none;">ejectmedia.net</A>                <UL style=" list-style:square; margin:8px 0 0 -18px;">          <LI><A href="mailto:chris@ejectmedia.net" style="color: #2690D6; border-bottom:1px dotted #333333; text-decoration:none;">chris@ejectmedia.net</A></LI>             <LI>336.413.0221</LI>               <LI>aim: ejectmedia</LI>            </UL> </DIV> </DIV><BR></BODY></HTML>