Andrey Tsvetkov

Results 3 issues of Andrey Tsvetkov

I have inserted swf-player on the page as `` and in some browsers(Opera, Safari, Chrome) I get invalid result of viewability, because some browsers ignoring tag `` and it has...

``` if (!externalInterfaceIsAvailable()) { dispatchEvent(new OVVEvent(OVVEvent.OVVError, { "message": "ExternalInterface unavailable" })); return; } ``` this event will never catch, because I can subscribe on "OVVError" only after run constructor

It would be not bad to add a check if the parent elements and their dimensions are smaller than the size of the SWF object, then display the appropriate information.

enhancement