在Asp.net中使用swf,请输入代码或使用的标签 [英] use swf in Asp.net please type code or tages that you use it

查看:90
本文介绍了在Asp.net中使用swf,请输入代码或使用的标签的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我想在asp.net中使用SWF文件


I want to use swf files in asp.net

what do i do?

推荐答案

一起使用objectembed html标签.我将整个标签如下所示:

Use object and embed html tags together. I put the whole tag as follows

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

      codebase="http://download.macromedia.com/pub/shockwave/cabs
                /flash/swflash.cab#version=6,0,29,0"

       width="225" height="113">
      <param name="quality" value="high">
      <embed src="fileName.swf" quality="high" pluginspage=
       "http://www.macromedia.com/go/getflashplayer"

         type="application/x-shockwave-flash" width="225"

                   height="113">
      </embed>
    </object>



我希望这能帮到您.注意:用您的Flash Swift文件名替换fileName.swf.



I hope this will help you. Note: Replace fileName.swf with your flash swift file name.


在这里您

如何在Asp.Net中播放SWF文件 [ ^ ]

如何将Flash(.swf)文件嵌入ASP .net吗? [ ^ ]
Here you go

How To Play SWF File In Asp.Net[^]

How to embed a flash (.swf) file into asp.net ?[^]


这篇关于在Asp.net中使用swf,请输入代码或使用的标签的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆