This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / 有哪位DX知道html页面中使用的plug-in程序应该什么做?先谢谢啦!
-dreamree(小旋子);
2002-6-27
(#603243@0)
-
I want to know too.
-bill_hu(huhu);
2002-6-27
(#604865@0)
-
Plug in of what kind?
-jeffrey815(Smartiecat);
2002-6-27
(#604901@0)
-
呵呵,我自己找到答案了。在Windows下其实就是ActiveX组件,在本地注册好以后,遇到特定的obj对象(其实也就是作为特殊多媒体数据)时,自动调用该对象。不过,仍就有几个问题。
1、在VC中应该选择Internet Explorer object还是HTML Object?
2、相应的注册表项好像不能自动生成(比如:如何指定自动处理那一类媒体文件)。
3、若是使用Linux或者Macintosh的浏览器的话,又该什么办?
有哪位大侠能告诉我?
-dreamree(小旋子);
2002-6-27
{356}
(#604922@0)
-
Man... if you do HTML plug in with ActiveX. User CAN choose not to install it because of security reason. Then it will be a waste of time.....unless your plug in is like Microsoft or Yahoo where people trust it.
-jeffrey815(Smartiecat);
2002-6-27
(#604929@0)
-
我指的plug-in不是网页自动下载的那种cab文件。而是,需要预先下载并安装的plug-in,就象quicktime在网页中播放电影的插件一样。
-dreamree(小旋子);
2002-6-27
(#604970@0)
-
对呀,但是user还没有下载的话,也是像那样。我那天看Minority Report的网站,就为我trust apple下载quick time否。因为我电脑没有Quicktime.
-jeffrey815(Smartiecat);
2002-6-27
(#605009@0)
-
这不是主要问题,我把网页做成不是自动下载就行了。强制用户另外安装。
如果你知道答案的话,请回答我提出的问题,谢谢!
-dreamree(小旋子);
2002-6-27
(#605066@0)
-
不懂,只会用plug-in. 试过用filesystemobject在IE上,想骗人,结果被看穿了。
-jeffrey815(Smartiecat);
2002-6-27
(#605080@0)
-
我只会用plug in, 之所以说了那么多也是想说现在很多人都不会download, 所以做了可能还会影响访问率。Pure and Simple是最好。
-jeffrey815(Smartiecat);
2002-6-27
(#605109@0)
-
你到是真能缠。可我并不是做商业或个人网站。所以,不存在访问率的问题。
-dreamree(小旋子);
2002-6-27
(#605122@0)
-
你是指的用java 写的applet 吧,运行时需要下载plug-in的java虚拟机,这是java用在网页中的写客户端程序的一种用法,用来显示股票信息画图什么的。
-xin(小妮);
2002-6-28
(#605503@0)
-
不是java applet,这东东我编过。不是这个。
-dreamree(小旋子);
2002-6-28
(#605518@0)
-
You will need to write the program and the user will install it on local. Then in your HTML, you need to embedded the object to load the program in IE. If that is you want.
-aiattendant(soho.aimoo.com);
2002-7-3
(#613706@0)