[SWFObject] Passing URLs thru SWFObject

Geoff Stearns geoff at deconcept.com
Wed Oct 11 07:37:54 PDT 2006


really? my test page uses addVariable and it seems to work fine...

are you using the latest version?


On Oct 11, 2006, at 4:10 AM, nacho rapallo wrote:

> it works with the non compressed js but with compressed version it  
> doesn't seems to work
>
> On 10/10/06, Geoff Stearns < geoff at deconcept.com> wrote:
> this part is correct:
>
> > so.addVariable("myURL", " http://www.myDomain.com/myPage.html");
>
> after that, you'll have a variable on your _root timeline called
> 'myURL' - what you do with it at that point is up to you...
>
> one quick fix would be:
>
> > on (release) {
> >       getURL(_root.myURL);
> > }
>
>
>
>
> On Oct 10, 2006, at 2:14 PM, Tim Vaught wrote:
>
> > Hello,
> >
> > I want to use SWF Object to pass URLs to a button in the flash  
> movie.
> >
> > I assume my button's actionscript should be
> >
> > on (release) {
> >       getURL(myURL);
> > }
> >
> >
> > and the SWF Object code should be
> >
> > so.addVariable("myURL", " http://www.myDomain.com/myPage.html");
> >
> >
> > This code is not producing the desired results.  Has anyone
> > successfully done this before?  If so, where am I going wrong?
> >
> > Thanks,
> > Tim
> >
> > _______________________________________________
> > SWFObject mailing list
> > SWFObject at lists.deconcept.com
> > http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com
>
> _______________________________________________
> SWFObject mailing list
> SWFObject at lists.deconcept.com
> http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com
>
>
>
> -- 
>
> // nacho
> // (sigo mi terapia en http://cache.yestoall.com)
> _______________________________________________
> SWFObject mailing list
> SWFObject at lists.deconcept.com
> http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.deconcept.com/pipermail/swfobject-deconcept.com/attachments/20061011/b993c118/attachment-0005.htm>


More information about the Swfobject mailing list