如何将Flash文件以ASPX格式放置 [英] How can i put a flash file in aspx form

查看:107
本文介绍了如何将Flash文件以ASPX格式放置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何从Flash文件中读取XML文件中的Flash文件?

How can i put a flash file in aspx form the flash file reading from xml file ?

推荐答案

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"

height="140" style="width: 650px">
<param name="movie" value="movie.swf">
<param name="quality" value="high">
<embed height="140" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high"

src="movie.swf" type="application/x-shockwave-flash" width="650px"></embed>
</object>



您应该将文件命名为电影
如果在flash movie.fla中
还是快写movie.swf
更改2部分
1-参数"部分:根据文件名名称"和值"
2-嵌入"部分:"src"属性
然后将此代码放入div



You should name your file to movie
if it is in flash movie.fla
or if it is swift write movie.swf
change 2 section
1- "param" section : "name" and "value" according to your file name
2- "embed" section : "src" property
then put this code in a div


看看下面的文章,这应该会有所帮助

如何在Asp.Net中播放SWF文件 [
Take a look at the following article, this should be helpful

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


此处的解决方案
我将Xml文件夹移到了根文件夹,并放置了此代码,现在可以正常使用了

The Solution here
I Moved Xml Folder to root folder and put this code It work nice now

<object classid=""clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"" codebase=""http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"" width=""100%"" height=""100%"><br" mode="hold" />      <param name="movie" value="Fla/Lines-Chart.swf" />
      <param name="quality" value="high" />
      <embed src="Fla/Lines-Chart.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="100%"></embed>
    </object>


这篇关于如何将Flash文件以ASPX格式放置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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