erwinwinata / ff-activex-host

Automatically exported from code.google.com/p/ff-activex-host
0 stars 0 forks source link

how to use this plugin to run with TYPE="application/x-ocx-container-plugin" ? #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
here is the embed code :

<object
                id="Control"
                TYPE="application/x-ocx-container-plugin"
                ALIGN="baseline" BORDER="0"
                WIDTH="300" HEIGHT="300"
                clsid="{A311A84D-9F65-49FC-A505-40E072CA1F58}"
                param_src="http://localhost/efl/ocx/Package%20%282%29/Dummy.ocx#version=1,0,0,0">
        </object>

and the result is just still find plugin that suit for my embed code above.. 
anything was wrong with my code above? please help me.. thanks..

best regards,

agung nugroho
agindanoe@gmail.com

Original issue reported on code.google.com by aginda...@gmail.com on 6 Feb 2011 at 4:21

GoogleCodeExporter commented 8 years ago
Please take a look at 
http://code.google.com/p/ff-activex-host/wiki/Documentation#Declaring_the_MIME_T
ype. And Visit the google group (link on the homepage). You need to modify the 
plugin's code and compile it.

The Wiki area of this site, and the group both host a wealth of information on 
how to use this plugin. This bug tracker is not the place to ask these 
questions.

Original comment by leeor.ah...@gmail.com on 13 Feb 2011 at 9:04