[SWFObject] Check if and what the value is of object/embed tag

Geoff Stearns geoff at deconcept.com
Thu Oct 5 10:32:25 PDT 2006


well some (if not most) of the parameters have Stage counterparts...

usually you can set it inside the swf or from the html, so there  
should be a way to test the value. just check the flash help file for  
the specific ones you want to check.




On Oct 5, 2006, at 1:11 PM, Owen van Dijk wrote:

> 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
> _______________________________________________
> SWFObject mailing list
> SWFObject at lists.deconcept.com
> http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com




More information about the Swfobject mailing list