vote up 1 vote down star

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.

flag

76% accept rate

3 Answers

vote up 1 vote down check

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)

link|flag
vote up 0 vote down

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.

link|flag
Unfortunately that looks like Flash Video (.flv) not a .swf. Thanks. – dan Mar 19 at 3:42
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.