[SWFObject] Passing URLs thru SWFObject

nacho rapallo nacho at yestoall.com
Wed Oct 11 01:10:21 PDT 2006


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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.deconcept.com/pipermail/swfobject-deconcept.com/attachments/20061011/9fcb243c/attachment-0005.htm>


More information about the Swfobject mailing list