Bundling the OpenNETCF SDF 1.1 and Macromedia Flash player in my app

  • Thread starter Thread starter Razvan Dragomirescu
  • Start date Start date
R

Razvan Dragomirescu

Hello everyone,

Could anyone tell me what would be the easiest way to bundle the OpenNETCF
SDF 1.1 and maybe the Macromedia Flash Player 6 plugin for Pocket IE with my
..NET CF application? Is that possible (both tehnically and in terms of
licensing)? My application depends on both, so I would like to make sure
people have them installed or install them myself. Any clues on how that can
be done?

Thanks,
Razvan
 
The SDF is simple - just add the appropriate DLLs to your INF for the CAB
build. There is no licensing issue there if you follow the EULA that came
with it.
 
BTW,

Razvan, what are you currently using for Flash <-> .NET CF communication?

We have something we call FlashTalk which is using unparsed text (.readData)
over xml sockets.

It is pretty efficient.

But we create a stand-alone projector for Flash and bundle that with our
..net CF application.
 
For this project, I just need the Flash plugin because the NET CF
application triggers a Pocket IE window to display Flash content. The Flash
content is static, it doesn't need to talk to the NET CF app. See my recent
message about Pocket Rendezvous, that's the application I'm talking about.

Razvan
 
Back
Top