MyInternet plugin (1 Viewer)

A

Anonymous

Guest
I am working on an internet explorer plugin that will hopefully be internal rather then just launching intenet explorer in fullscreen mode
 
A

Anonymous

Guest
Ill look into it, main reason I was going to use IE was ease of codeing as the activeX basically handles everything, not sure if firefox has an activeX control, was hopeing to be able to create the activeX in MP, if not I should be able to just do it offscreen and Blit it
 

cheezey

Community Plugin Dev
August 26, 2004
1,559
312
57
West Yorks, UK
Home Country
United Kingdom United Kingdom
GregMM said:
main reason I was going to use IE was ease of codeing as the activeX basically handles everything


ActiveX is also one of the biggest security concerns with the browser, another reason why non-IE browsers are increasing their market share.
 
A

Anonymous

Guest
GregMM said:
Ill look into it, main reason I was going to use IE was ease of codeing as the activeX basically handles everything, not sure if firefox has an activeX control, was hopeing to be able to create the activeX in MP, if not I should be able to just do it offscreen and Blit it

I think it is great that you are putting the time and effort in, use what you think will give the best results. If someone has a problem using explorer then there is the option of not using it, or an other option, develop it yourself.
 

samuel337

Portal Pro
August 25, 2004
772
0
Melbourne, Australia
GregMM said:
Ill look into it, main reason I was going to use IE was ease of codeing as the activeX basically handles everything, not sure if firefox has an activeX control, was hopeing to be able to create the activeX in MP, if not I should be able to just do it offscreen and Blit it

There is an activex version of firefox (or should I say, the mozilla browser component). Check it out at: http://www.iol.ie/~locka/mozilla/mozilla.htm

I've never used it before, but its designed to have similar functions exposed so you can easily switch between the IE activex control and the firefox activex control without having to change much of your code.

cheezey:
I'm not sure if I get what you mean, but if you mean that activex shouldn't be used, then read on. If you mean that IE supports activex and therefore shouldn't be used, sorry, I misunderstood you. ActiveX certainly is a security hazard for users when the activeX control is embedded in webpages. However, the ActiveX technology is a way of putting a control/program into a reusable form for other programmers and is often used (though not as much with the advent of .NET). The danger of activeX lies in the fact that IE allows loading of activeX controls with minimal restrictions. Just thought I'd point this out to avoid confusion...

HTH

Looking forward to the plugin!

Sam
 
A

Anonymous

Guest
little status update

just writing to let you know that im still working on it, solved most of my problems, am able to draw to MP directly with D3D which will be cool, going to add virtual resolution to configuration so that people running high resolution eg 1920x1080 for HDTV output can set virtual res to like 1024x768 and it will be enlarged and easy to read rather then the normal ie way (to see what I mean set your resolution to the highest it goes probly 2048x1536 if your monitor supports it and try an brwse the internet maximized, you probly wont be able to read anything and fixed size sites will have the whole site taking up like 1/3 the width of the browser), Im probly going to rewrite in C++ because the .net framework doesnt expose the IViewObject/IViewObject2 interface so I need to go back to native C++ to get these interfaces...hopefully a bneta should be ready in the next week or two
 

Users who are viewing this thread

Similar threads

thanks for the information!
thanks for the information!
I watched a recorded program, (that I thought I'd allready watched previously) After watching it (for the second time) I tried to...
Replies
2
Views
939
Are the media/video folders on the Mint host?
Are the media/video folders on the Mint host?
I've used Mediaportal for years on a Windows Host with restricted online-access. Lately I reinstalled...
Replies
1
Views
1K
Got a reply from SD ... "Looks like your last successful download was on 5/23. On 5/24 for some reason we received 194 connections between 10:54 and 11:05 triggering a denial of service attack ban. The logs show it was lifted on 5/25, but I still see the entry in iptables. I reset fail2ban and hopefully you're working again." Weird...
Got a reply from SD ... "Looks like your last successful download was on 5/23. On 5/24 for some reason we received 194...
I'm using MediaPortal 1.38.1 x64 and have an SD-DD lineup account. In the last week, I have not been able to update my EPG, and...
Replies
3
Views
288
MP1 MP2 MP Shutting down DE
I got a similar error yesterday just when a watched episode ended... Didn't copy the logs unfortunately but now i'm in a weird situation. Trakt website shows that episode as watched, but in onlinevideos (where i watched that episode) it still is not flagged as watched. The watched.json doesn't contain that episode but i think it...
I got a similar error yesterday just when a watched episode ended... Didn't copy the logs unfortunately but now i'm in a weird...
I have an issue that started in 1.37 and so I updated to 1.38 and updated all my installed plugins but the issue has continued. My...
Replies
6
Views
455
I don't think so, because MP has no way of knowing at which timestamp the external player stopped playback. Best way to achieve this would be to use an auto-resume feature in your external player itself. (MPC-HC can do that, I don't know about VLC)
I don't think so, because MP has no way of knowing at which timestamp the external player stopped playback. Best way to achieve...
Hello Folks, Is it possible to enable MP to resume in an External Player, where it left off ? I guess the question also is, can...
Replies
2
Views
1K
Top Bottom