1

I have no background in Eclipse-RCP. My understanding is that a eclipse-rcp app is a rich client technology similar to Adobe Air.

Is it possible to embed a swf flash movie in a panel inside a eclipse-rcp app? Can the flash talk via ExternalInterface to the application?

Thanks.

dan
  • 5,664
  • 8
  • 45
  • 59

3 Answers3

2

embed flash via browser component
swt / java and flash communication

I am assuming flash and swf is the same (being a long time since I did any director stuff)

zeroin23
  • 1,821
  • 4
  • 20
  • 26
0

In absence of a more direct option, you could embed the SWT browser widget with an html document that embeds your swf. Not the cleanest solution, but if you know there is a flash-enabled browser on your target platform, this will work.

0

Looks like you can find a reasonable tutorial at http://rcpquickstart.com/2009/03/03/video-and-eclipse/. Unfortunately it seems to have some issues with codecs, but hopefully it works for you.

Art Doler
  • 720
  • 5
  • 15