[SWFObject] Check if and what the value is of object/embed tag
Owen van Dijk
owen.van.dijk at gmail.com
Thu Oct 5 10:11:57 PDT 2006
Hi Geoff,
Thanks. I forgot to mention that i want to check it from within the
SWF :) Is there a way to check it in the Stage properties? ( i think
not but let's try... )
--
Owen van Dijk
On 10/5/06, Geoff Stearns <geoff at deconcept.com> wrote:
> there's no direct 'getAttribute' method, but you can use something
> like this:
>
> if (so.getParams()['allowFullscreen'] == 'something') {
> // do stuff
> }
>
>
>
> (i think, didn't test it)
>
>
>
> On Oct 5, 2006, at 6:26 AM, Owen van Dijk wrote:
>
> > Hi all,
> >
> > I was wondering if it's possible to check if a parameter and value is
> > set in the object/embed tag? Something like the wmode parameter or the
> > new allowFullscreen parameter? :)
> >
> > --
> > Owen van Dijk
> > _______________________________________________
> > 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
>
--
Owen van Dijk
More information about the Swfobject
mailing list