Reputation: 5784
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.
Upvotes: 1
Views: 2868
Reputation: 186
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.
Upvotes: 0
Reputation: 1821
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)
Upvotes: 2
Reputation: 720
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.
Upvotes: 0