How to open flash projector on a specific screen?

Is it possible to run Flash projector files (EXEs) on Windows CE?

  • Is it possible to run Flash projector files (EXEs) on Windows CE? I assume it's possible to run Flash files using the Windows CE Active X plugins that are available as part of the http://www.adobe.com/products/flashplayer_sdk/, but that's not a viable option for me. Instead, I would prefer to just take an EXE created with Flash, and run it on a Windows CE device. Has anybody tried this? Any other ideas forrunning a full-screen Flash file on a Windows CE device?

  • Answer:

    An EXE file is a native executable, which means it isn't portable from one kind of processor to another. An SWF file is in pcode which is interpreted by a previously installed execution package, which is why SWF files are portable from one kind of processor to another. The EXE files that Flash produces consist of the pcode plus the native executable code for the interpreter, so that they can be run without having the Flash interpreter installed on the machine. But EXE is a Windows format; it means that the code is x86 and it's designed to run on the Windows OS. WinCE is similar (but not identical) to Windows as an OS, but most of the WinCE devices out there run on processors like ARM, and those aren't binary compatible with x86. WinCE also runs on x86; the question would be what processor the specific WinCE device was based on. And then you'd have to ask whether the Flash EXE file tries to use Windows calls which are not present in WinCE, and whether the EXE file format is actually portable between them. That's why I suspect you'd be better off trying to figure out how to get the native Flash interpreter to install on your WinCE device and run SWF files on it.

ciocarlia at Ask.Metafilter.Com Visit the source

Was this solution helpful to you?

Other answers

Abridged version of SCDB: Try it and see. If it doesn't work, try the Flash interpreter.

Aloysius Bear

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.