[SWFObject] Check if and what the value is of object/embed tag
Geoff Stearns
geoff at deconcept.com
Thu Oct 5 10:01:22 PDT 2006
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
More information about the Swfobject
mailing list