如何在asp.net中插入SWF文件 [英] how to insert swf files in asp.net

查看:74
本文介绍了如何在asp.net中插入SWF文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我如何在asp.net中插入一个简单的swf文件.

how can i insert one simple swf files in asp.net

推荐答案

您可以使用对象标记嵌入swf文件,如下所示.

You can embed swf file using object tag as following.

<object width="640" height="385"><embed src="swf file url" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object>



您也可以尝试使用此免费控件.

http://www.flash-control.net/ [



You can also try this free control.

http://www.flash-control.net/[^]


这篇关于如何在asp.net中插入SWF文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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