How to embed flash into XNA on windows mobile

我只是一个虾纸丫 提交于 2019-12-04 14:20:14

1th question:

Its 100% possible to embed flash in XNA if person finds a SWFWiever for Windows Forms.I have written an article about xna-windows controls-wpf integration here:

XNA-Windows Controls-WPF Integration

There is no way directly (especially not if you want to deploy your code to an Xbox 360). Workarounds would include using a Browser (with Flash installed) and render the Data to a Texture. It was discussed in this blog.

However I do not believe that this will result in a good performance. Other solution (but I do not know how they play with XNA) used by games like Crysis use Scaleform. But it's not free and you might to a lot of magic to get it working. Also, this won't work on an Xbox 360.

P.S. There is also gameswf. Same issues as with Scaleform, you would have to find a way to share your DirectX contexts.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!