如何嵌入一个Flash(.swf文件)文件到asp.net? [英] How to embed a flash (.swf) file into asp.net?

查看:120
本文介绍了如何嵌入一个Flash(.swf文件)文件到asp.net?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何显示使用Flash(.swf)文件到asp.net?

How to display a flash (.swf) file into asp.net ?

推荐答案

得到这个从YouTube

got this from YouTube

<object width="425" height="344">
    <param name="movie" value="http://www.youtube.com/v/Xt5t9BO6xkA&hl=en&fs=1"></param>
    <param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param>
    <embed src="http://www.youtube.com/v/Xt5t9BO6xkA&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed>
</object>

你只需要这样的:

You'd only need this:

<object width="425" height="344">
  <embed src="PATH_TO_YOUR_FILE" type="application/x-shockwave-flash" width="425" height="344"></embed>
</object>

这篇关于如何嵌入一个Flash(.swf文件)文件到asp.net?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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