On Wed, Dec 15, 2010 at 7:29 AM, Ralf Eichinger <ralf.eichin...@pixotec.de> wrote: > I want to embed an applet (e.g. a little game) in a post (build a collection > of posts with interesting applets found from while to while). > > How to do this? > > Uploading the applet-classes into mediafile-area does not work, because the > URL to the classes can not be used for "code" attribute like this: > > <applet width="190" height="190" > code="http://xxx/roller/mediaresource/eced4813-5f8c-4185-a4c1-ad27bf785da6"> > Your browser does not support Java applets. > </applet> > > Any solution?
What is the problem? Does the <applet> tag expect the code attribute to end with ".jar" or ".class"? If that is the case, then I'd like to fix this (somehow) before we release 5.0. - Dave