在VS2008中在Winform中播放SWF文件 [英] SWF file playing in winform in VS2008

查看:342
本文介绍了在VS2008中在Winform中播放SWF文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Visual Studio 2008是我的IDE

我在Winform中放置了Shockwave Flash对象控件.

但是无法加载文件并播放.

任何人都可以给我有关如何以我的形式播放swf文件的确切过程的信息.无需播放暂停控件.只是需要继续播放slidfeshow之类的东西.

谢谢

Visual Studio 2008 is my IDE

I placed a Shockwave flash object control in winform.

But cant get a file loaded and play.

can anybody give me the exact procedure on how to play a swf file in my form. No play pause controls needed. Just needs to keep playing something like a slidfeshow.

Thanks

推荐答案

使用此

Use this

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


您可能想看看 ^ ]列表.
[ [ ^ ]也可以.
You might want to check you have done everything correctly by taking a look at this[^] list.
This[^] is another useful link that provides steps to play an swf file in Windows Forms.
Finally, try this[^] out as well.


这篇关于在VS2008中在Winform中播放SWF文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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