<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">ah, good catch, that too.<DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR><DIV><DIV>On May 30, 2006, at 2:04 PM, Danya Henninger wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><DIV>Shouldn't it be so.addVariable, not so.addParam?</DIV> <DIV> </DIV> <DIV>so.addVariable("var1","main_sites/default.htm");<BR><BR>-- <BR>Danya Henninger<BR>Imagic  |  <A href="http://www.imagicdigital.com">www.imagicdigital.com</A><BR><SPAN class="gmail_quote"></SPAN></DIV> <DIV><SPAN class="gmail_quote">On 5/30/06, <B class="gmail_sendername"><A href="mailto:swfobject-request@lists.deconcept.com">swfobject-request@lists.deconcept.com</A></B> <<A href="mailto:swfobject-request@lists.deconcept.com"> swfobject-request@lists.deconcept.com</A>> wrote:</SPAN></DIV> <DIV> <BLOCKQUOTE class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><BR><BR>Message: 1<BR>Date: Tue, 30 May 2006 17:29:31 +0200<BR>From: "Jan Kratochv?l, FlashMedia.cz"   < <A href="mailto:kratochvil@flashmedia.cz">kratochvil@flashmedia.cz</A>><BR>Subject: [SWFObject] [Fwd: RE: Re:  How to add Parameter]<BR><BR>But if I set this :<BR>so.addParam("var1","main_sites/default.htm"); <BR><BR>I need this var in the Flash movie for btn link like this:<BR>Root timeline first frame:<BR><BR>czech_btn.onRelease = function ()<BR>{<BR>   getURL(var1, "_self");<BR>};<BR><BR>----------<BR><BR>But I cant recieve the var1 from HTML into Flash. <BR><BR>Message: 3<BR>Date: Tue, 30 May 2006 11:53:14 -0400<BR>From: Geoff Stearns <<A href="mailto:geoff@deconcept.com">geoff@deconcept.com</A>><BR>Subject: Re: [SWFObject] [Fwd: RE: Re:  How to add Parameter]<BR>To: <A href="mailto:swfobject@lists.deconcept.com">swfobject@lists.deconcept.com</A><BR>Message-ID: <<A href="mailto:52DEBE94-0589-4BF6-8E4A-730F9D0799C7@deconcept.com">52DEBE94-0589-4BF6-8E4A-730F9D0799C7@deconcept.com</A> ><BR>Content-Type: text/plain; charset="iso-8859-1"<BR><BR>you probably need to use this instead:<BR><BR>czech_btn.onRelease = function ()<BR>{<BR>    getURL(_root.var1, "_self");<BR>};<BR><BR></BLOCKQUOTE> </DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________________________________</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">SWFObject mailing list</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="mailto:SWFObject@lists.deconcept.com">SWFObject@lists.deconcept.com</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com">http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com</A></DIV> </BLOCKQUOTE></DIV><BR></DIV></BODY></HTML>