如何使用Flash图片 [英] How to use flash pics

查看:96
本文介绍了如何使用Flash图片的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,
我想在Web应用程序上使用Flash图像.这意味着图像每30秒更改一次.我从没干过我的事.因此,请从一开始就为我提供最简单的方法.
在此先感谢

Hello All,
I want to use flash images on my web application. it means images change in every 30 secs. I have never worked me in flash. So please provide me easiest way from beginning.
Thanks in advance

推荐答案

hii neetesh

您可以使用以下代码在应用程序中显示Flash文件.文件格式应为.swf表示Flash文件.

因此,请尝试以下代码,将其粘贴到设计页面中

hii neetesh

you can use below code to display flash file in your application.File format should be .swf means flash file.

so try this below code,paste it in your design page

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">

              codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0"
               align="top" width="432"  height="240">
              <param name="movie" value="img/sidebanner.swf" />
              <param name="menu" value="false" />
              <param name="quality" value="high" />
              <embed src="img/sidebanner.swf" menu="false" quality="high" width="432px" height="240" name="flash" align="top" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
          </embed></object>



在这里,您必须更改路径并给您文件名路径.

希望它对你有用

thanx



here you have to change path and give you file name path.

hope it will work for u

thanx


http://forums.asp.net/t/1457887.aspx

http://forums.asp.net/t/1457887.aspx

<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="200" height="100">
    <param name="movie" value="http://www.honda.com/images/banners/CFC_Honda.com_259x168.swf" />
    <param name="quality" value="high" />
    <embed src="http://www.honda.com/images/banners/CFC_Honda.com_259x168.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="200" height="100"></embed>
    </object>



希望它对你有用



hope it will work for u


这篇关于如何使用Flash图片的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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