Hi,
How do I add the 'wmode' parameter to the object and embed tags using the ova configuration?
Using the ova javascript api 'onCompanionAdShow()', I was able to add the parameters to the object/embed tags but the parameters don't take effect in firefox. However it does work for chrome.
Interesting...
So there isn't a way to get OVA to do it, but I could add that feature somehow (via config)..
I'm intrigued though about the Firefox issue.
I'd imagine it's because OVA will already have inserted the object into the page by the time that call is made, so your overriding it may not be having any effect.
Are you getting OVA to insert the companions using the AS3 insertion or the Javascript (JQuery) based insertion?
One thing may be for you to use the JQuery based insertion and modify the ova-jquery-companions.js Javascript/JQuery code to do the manipulation on the embed code before it's actually inserted into the page....
Sound feasible?
If you need a config variable added to get OVA to add the wmode I can do that as well...
Paul