r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Plugin-2] Browser Plugins

MaxV
14-Jul-2011
[2052]
Yes, bubbles take a little too time the first time it's launched, 
but it's very impressive,; so I put it first.
If you want more scripts, just email me: [maxint-:-tiscali-:-it]
Pekr
14-Jul-2011
[2053x2]
is that just rebranded RT's old plugin, or any new implementation?
it would be cool to have R3 based one, as the gfx engine is really 
enhanced
BrianH
14-Jul-2011
[2055]
It would be cool to have an R3-based one for the security enhancements. 
R2 isn't secure enough for the browser.
Pekr
15-Jul-2011
[2056x2]
Following wiki article claims, that there is only 15 functions needed 
to produce a plugin interface. I wonder - with R3 and extensions, 
wouldn't it be "rather easy" for a C skilled person, to create a 
R3 plugin for a plugin? :-) 

http://en.wikipedia.org/wiki/NPAPI
I asked Carl to free plugin source several times, sadly with zero 
response each time I tried. I think that plugin was not part of RT's 
revenue stream, so it is a pity it never happened, as someone could 
pick-up, do some fixes, improvements, etc.
Kaj
15-Jul-2011
[2058]
There are a million things that are rather easy for a C skilled person, 
and that's the problem: there are fewer C programmers than tasks
amacleod
16-Jul-2011
[2059]
New Plugin...works in Chrome very well
jocko
18-Jul-2011
[2060]
another challenge, which would render this plugin really useful, 
and exploitable on public sites, would be to get also the versions 
for linux and mac-os.
Pekr
18-Jul-2011
[2061]
I just wonder, if R3 could be made a DLL too? We have R3 core library, 
and the hostkit sources. Then we have rather powerfull extension 
architecture, which could serve to link to plugin library. Having 
R3 available would be much more interesting imo, as it has new gfx 
core.
DideC
20-Jul-2011
[2062]
amacleod: where did you put the DLL, witch folder ?
Alan
26-Jul-2011
[2063]
c:\documents and settings\user name\local settings\application settings\google\chrome\application\version 
# in the root of version. This is for Chrome
DideC
27-Jul-2011
[2064]
Ah, need to put the files directly in the Application folder (I had 
created a Plugins folder first).
Thanks Alan.
Gregg
29-Jul-2011
[2065]
Should it be "application data" rather than "application settings"? 
I don't have the latter, so maybe an OS version difference.
DideC
1-Aug-2011
[2066]
Application data
 on XP.
Gregg
1-Aug-2011
[2067:last]
I tried that, but no luck. Will try again soon to see if it was operator 
error.