[SWFObject] SWFObject Digest, Vol 2, Issue 80

Danya Henninger danya at imagicdigital.com
Tue May 30 11:04:48 PDT 2006


Shouldn't it be so.addVariable, not so.addParam?

so.addVariable("var1","main_sites/default.htm");

-- 
Danya Henninger
Imagic  |  www.imagicdigital.com
On 5/30/06, swfobject-request at lists.deconcept.com <
swfobject-request at lists.deconcept.com> wrote:

>
>
> Message: 1
> Date: Tue, 30 May 2006 17:29:31 +0200
> From: "Jan Kratochv?l, FlashMedia.cz"   <kratochvil at flashmedia.cz>
> Subject: [SWFObject] [Fwd: RE: Re:  How to add Parameter]
>
> But if I set this :
> so.addParam("var1","main_sites/default.htm");
>
> I need this var in the Flash movie for btn link like this:
> Root timeline first frame:
>
> czech_btn.onRelease = function ()
> {
>    getURL(var1, "_self");
> };
>
> ----------
>
> But I cant recieve the var1 from HTML into Flash.
>
> Message: 3
> Date: Tue, 30 May 2006 11:53:14 -0400
> From: Geoff Stearns <geoff at deconcept.com>
> Subject: Re: [SWFObject] [Fwd: RE: Re:  How to add Parameter]
> To: swfobject at lists.deconcept.com
> Message-ID: <52DEBE94-0589-4BF6-8E4A-730F9D0799C7 at deconcept.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> you probably need to use this instead:
>
> czech_btn.onRelease = function ()
> {
>     getURL(_root.var1, "_self");
> };
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.deconcept.com/pipermail/swfobject-deconcept.com/attachments/20060530/ca7c92c0/attachment-0004.htm>


More information about the Swfobject mailing list