DXImageTransform.Microsoft.AlphaImageLoader with asynchronous pluggable protocol
- From: "Bill Holt" <mailbill(NOSPAM)@21cn.com.nospam>
- Date: Tue, 22 Apr 2008 09:29:20 +0800
Hi,
I'm working on an asynchronous pluggable protocol (APP) that outputs PNG images. I've tested it on IE 7, using <img src="protocol://something" /> and it worked perfectly. However, as we know that IE 6 and below doesn't render PNGs with alpha channels, so as places like http://homepage.ntlworld.com/bobosola/ suggested, we use DXImageTransform.Microsoft.AlphaImageLoader to load that image. This appears to cause a deadlock in IE 6.
Has anyone tried this? Is it true that AlphaImageLoader doesn't support (APP)? Besides extracting the file to somewhere on the hard drive, what options do I have?
--
Best regards,
Bill Holt
.
- Follow-Ups:
- Prev by Date: Different proxy for different threads
- Next by Date: Re: mouse clicked Area from C# DOM
- Previous by thread: Different proxy for different threads
- Next by thread: Re: DXImageTransform.Microsoft.AlphaImageLoader with asynchronous pluggable protocol
- Index(es):
Relevant Pages
|
|