I just failed. I am now having the same problem as someone posted here previously in another thread. I tried to load a NPAPI plugin sample downloaded from the Mozilla web site: npsimple.
I was using script like this to access the plugin, but failed, the attribute of the object is undefined.....
script:
<embed type="application/simple-plugin" width=1 height=1 hidden="true">
<script>
var embed = document.embeds[0];
</script>
Has anyone been successful with that? Could you provide a demo for me? Thank you~


LinkBack URL
About LinkBacks



Reply With Quote