I am using an tag to load a NPAPI plugin in my HTML page. At certain point in time,
I am trying to hide the and in order to do so, I am changing the width and height of the object to 0px using JavaScript. But this is not affecting the tag.
Here is the syntax:
"object width='100px' height='100px' id="pluginmedia" type="application/x-wcfmedia">"
Can some one please let me know how to hide the ?
Thanks and Regards,
Souvik