0

I am using an AxShockwaveFlash control in WPF (hosted in WindowsFormsHost).

I have a player.swf file which uses external swf files from a folder (the path of the folder is relative to the player.swf file and the player.swf file works with this relative path).

I would like to play the player.swf file in the AxShockwaveFlash control but it cannot find the external swf files in the folder which is given by a relative path.

How can I solve this problem?

4

1 回答 1

0

axShockwaveFlash.Base 设置 .swf 将查找其资源的目录。请注意,@"C:\Resoruces" 之类的路径似乎不起作用,需要尾部反斜杠。@"C:\资源\"

于 2013-04-15T13:28:20.917 回答