I use svn to get the source code from
https://code.google.com/p/ff-activex-host/
, but where i use vs2008 to open the source, i found that the version
in resource file is 1.1.0.0, and when i compile the solution, there's
some errors, like “npupp.h”: No such file or directory. i googled it
and found that this file was replaced by npfunctions.h. And i fix
other errors and compiled the solution. But when i go to test the dll
in a page, the page code is:
<object
id="Control"
TYPE="application/x-itst-activex"
ALIGN="baseline" BORDER="0"
WIDTH="300" HEIGHT="300"
clsid="{D27CDB6E-AE6D-11cf-96B8-444553540000}"
progid="ShockwaveFlash.ShockwaveFlash"
event_OnReadyStateChange="OnReady"
param_src="
http://www.youtube.com/v/53RdNYwImYc">
</object>
chorme is ok, but firefox displays nothing.
but when i download the ffactivex-setup-r39.exe from
http://code.google.com/p/ff-activex-host/, and install it, it works
well also in chorme and firefox.
So what i think is that, is the source code in
https://code.google.com/p/ff-activex-host/
the lastest? If not, where can i get the lastest source of ff-activex-
host? If the source code is the lastest, why i complie myself, it does
not work? Thank you!