Login Password Remember me Sign up Forgot your password?
Because of a busy schedule I am unable to answer the forums at the moment. Please, email me at if you have any questions.

Topic

Search forums
Keywords

exposé » Questions & answersLog in to post a reply

Hello,
I`m trying to modify expose4.6 for my website. I want to translate the
menu into german. In the documentation that comes with the expose download is written that you have to change the language element in config.xml. This is what I read in some forums. But when I open the config.xml there is no language element. Its working if I change the english text but I want different versions for different languages settings on my webpage.
meeper1

Replies
#1by meeper110 Jun 2009 @ 7:51am
ok
I found the parameter it`s in the JS in the code of expose.html
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
'width', '900',
'height', '510',
'src', 'expose/swf/expose',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'id', 'expose',
'bgcolor', '#000000',
'name', 'expose',
'menu', 'false',
'allowScriptAccess','sameDomain',
'movie', 'expose/swf/expose',
'salign', '',
'FlashVars', 'bgColor=000000&albumsXMLURL=xml/albums.xml&stringsXMLURL=config/strings.xml&formatsXMLURL=config/formats.xml&configXMLURL=config/config.xml&baseXMLURL=xml/&baseImageURL=img/&baseVideoURL=expose/img/&baseAudioURL=img/&topLevelCollectionID=' + topLevelCollectionID + '&autoLoadAlbumID=' + autoLoadAlbumID + '&autoLoadPhotoID=' + autoLoadPhotoID + '&autoStartSlideShow=' + autoStartSlideShow + '&bgImageURL=&fgImageURL=&language=english&useEmbeddedFonts=yes',
'base', 'expose'
);
Ivan Dramaliev // 2003-2006 // junkeratsloozdotcom