Hi Dave,

the problem is: media files are only retrievable through an encrypted URL
like:
http://blog.datazuul.com/roller/mediaresource/eced4813-5f8c-4185-a4c1-ad27bf785da6
(I put AlexWarp.class and BillSmall.gif" into "mediafiles/applets")

but I need an URL like:
http://blog.datazuul.com/roller/mediaresource/applets/AlexWarp.class

so that I could embed the java class as an applet (sorry for the deprecated
"applet" tag, here is the new one):

    


also all file names visible in the media files browser are transformed to
lowercase... Bad idea for Java class names.

So two requirements:
- an alias input field for each media file (e.g. alias=
applets/AlexWarp.class (relative to absolute "mediaresource" URL)) that can
be used in absolute urls:
http://blog.datazuul.com/roller/mediaresource/applets/AlexWarp.class
- no lowercase transformation for file names (maybe this not necessary, when
alias works...)

By the way: how can I commit my "lightword" theme to rollerthemes.com?

-- 
View this message in context: 
http://old.nabble.com/Embedding-applet-in-post-tp30463375s12275p30481293.html
Sent from the Roller - User mailing list archive at Nabble.com.

Reply via email to