本文介绍了使用C#播放多个Flash文件(.swf)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在使用AxShockwaveFlash在C#Windows应用程序中播放.swf文件.
对象名称是flshheader,通过代码,
它可以与单个文件完美配合
flshheader.loadMovie(0,headerpath); //headerpath contains the filepath


但我的要求是顺序播放多个文件.
还有一件事,我需要在对象中显示为 stretch .

任何人都可以帮助我吗?


在此先感谢
Rakesh

Hi,

I am using AxShockwaveFlash to play .swf file in my C# windows application.
object name is flshheader, and its working perfectly with single file by the code ,

flshheader.loadMovie(0,headerpath); //headerpath contains the filepath


but my requirement is to play multiple files sequentially.
and one more thing , I need the display as stretch in the object .

Any body can Help me please ?


Thanks in Advance
Rakesh

推荐答案


这篇关于使用C#播放多个Flash文件(.swf)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-27 01:27
查看更多