User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
Im building an application which makes quite heavy use of the swt
browser to embed flash content within the application (via a class which
just wraps the swt browser)
The problem i am facing is that when i export the product and my plugins
are made into .jar files, the browser cant access the files.
So im wondering what is the best way to go about delivering the assets
with the product and how best to access them.
Should I make a single plugin containing the assets but deliver it unjar'ed?
If so, is there a way to configure the product export so that this one
plugin is not archived, or would I have to do some hand assembling at
the end?