开发者

Flash Projector with multiple windows, each with a new flashPlayer instance

开发者 https://www.devze.com 2023-01-21 04:46 出处:网络
Does anyone know of a flash projector \'project\' or \'framework\' that uses a new flashPlayer for each window?

Does anyone know of a flash projector 'project' or 'framework' that uses a new flashPlayer for each window?

We've used mPro开发者_StackOverflow社区jector, which works well to a point, but I'm very disappointed in the fileIO patterns they use. It is very buggy with regard to reading and writing files.

mdm zinc uses multiple windows, but it is all sits on one flashPlayer 'session'. The same applies for AIR. It is great, but there isn't a way to make each window run on a seperate flashPlayer... extreme number crunching on one window will lock up all other windows.

Thank you in advance. --jeremy

edit - Just to clarify my needs (since I'm adding a little bounty), the app is an ERP application, built on Flex 3.x, and the size and scope of the project == huge.

tl;dr -- I need an exe wrapper (for windows), similar to AIR, that can have multiple windows, running each window on a seperate flashPlayer instance, and when a window is closed, it blows-away that flashPlayer instance / stage / etc.


How about a DotNet application to handle the wrapper? It can spawn windows each with it's own instance of the Flash Player (ActiveX dll) running in it.


I'm Sorry I found this too late to help you, but hopefully this saves someone else some work.

You can use SWF Studio to do this.

What you do is create a stub EXE that takes command line parameters to tell it which SWF to load. The parameter tells the EXE which SWF to load from its internal collection of files added to the SWF studio Files Tab. Whenever you need to open a new "window" you just execute your own EXE again and pass it the name of the SWF to use.

SWF Studio's App.sendData commands allows you to send data between youe various windows with very little effort so your separate applications can easily behave like they are all parts of a single application.

0

精彩评论

暂无评论...
验证码 换一张
取 消