<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>