views:

86

answers:

2

Is there any way to load a swf file and display it in a NSView?

+7  A: 

You should probably just use a web view.

+1  A: 

You could also use the Flash in App framework.

I have never used it, I'm just pointing it out.

Note that you cannot load the Flash plug-in in a Garbage-Collected app nor in a 64-bit app, so either method of displaying SWF content will fail in those environments.

Rob Keniger