浏览器不支持这个格式,所以只有转换了,要不你还能让用户下载插件不成

解决方案 »

  1.   

    知道我插件的下载地址也行,帮帮吧!!!!!!!
      

  2.   

    according to MSDN documetation, in IE5 and above, IMG tag support WMF files (http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/img.asp?frame=true):
    The following image and video file formats are supported as of Internet Explorer 5. .avi—Audio-Visual Interleaved (AVI) 
    .bmp—Windows Bitmap (BMP)
    .emf—Windows Enhanced Metafile (EMF)
    .gif—Graphics Interchange Format (GIF)
    .jpg, .jpeg—Joint Photographic Experts Group (JPEG) 
    .mov—Apple QuickTime Movie (MOV)
    .mpg, .mpeg—Motion Picture Experts Group (MPEG)
    .png—Portable Network Graphics (PNG)
    .wmf—Windows Metafile (WMF)
    .xbm—X Bitmap (XBM)
    or use the image control in isctrls.ocx, for example:<img src="SATEDISH.WMF">
    <OBJECT ID="Image1" style="width:100%; height:75mm; border:thin solid"
     CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF">
        <PARAM NAME="PicturePath" VALUE="SATEDISH.WMF">
        <PARAM NAME="BorderStyle" VALUE="0">
        <PARAM NAME="SizeMode" VALUE="3">
        <PARAM NAME="Size" VALUE="2540;2540">
        <PARAM NAME="PictureAlignment" VALUE="0">
        <PARAM NAME="VariousPropertyBits" VALUE="19">
    </OBJECT>