Hallo zusammen,
durch Paulemann bin ich auf die Idee gekommen, Jalbum auszuprobieren.
Ist auch ein tolles Programm, aber ich habe massive Probleme es anständig in
W2D zu integrieren.
Ich möchte das Album nicht nur in einem kleinen Frame sondern Formatfüllend. Auf der HP des Albumentwicklers steht auch wie man es machen soll, aber natürlich nicht wie ich es direkt in
w2d integriere.
ist zwar unübersichtlich, aber ich kopier mal die Anweisung hier herein:
----------------------------------------------------------------
When you want that slide images are opened over the whole screen insted to show them inside the iframe, you need to add some lines of html code to the embedding html page.
First, you need to include some css and javascript files into your web page. Add the following lines in the head section of your html page (replace "pathToYourAlbum" by the relative path to your album): <link rel="stylesheet" title="Standard" href="pathToYourAlbum/res/styles.css"
type="text/css" media="screen" />
<link rel="stylesheet" title="Standard"
href="pathToYourAlbum/res/lightwindow/css/lightwindow.css"
type="text/css" media="screen" />
<script type="text/javascript" src="pathToYourAlbum/res/lightflow/lightflow.
js" >
</script>
<script type="text/javascript"
src="pathToYourAlbum/res/lightwindow/
js/lightwindow.
js" >
</script>
Next, copy from the index.html of your album the javascript function "lightWindowInit" and paste it at the end of the head section of your html page.
Depending on your LightFlow settings, the javascript snippet to copy & paste should look like this: <script type="text/javascript">
function lightWindowInit() {
myLightWindow = new lightwindow({
rootPath: "pathToYourAlbum/res/lightwindow/",
loadingTxt: "loading or ",
cancelTxt: "cancel",
playTxt: "start slideshow",
stopTxt: "stop slideshow",
slowerTxt: "slower by 1 second",
fasterTxt: "faster by 1 second",
showSlideshow: false,
circular: true
});
}
</script>
Replace "pathToYourAlbum" by the relative path to your album.
Last but not least, you need to add the following javascript snippet just before the closing body tag of your html page: <script type="text/javascript">
lightWindowReadyTimer = window.setInterval(lightWindowReady, 100);
</script>
This technique requires that embedding and embedded page are both of the same domain.
-----------------------------------------------------------------------
So, nun hab ich alles in einen html-Absatz kopiert und bemerkt, dass es nicht geht.
Hat jemand ne Idee oder sogar ne Lösung ?
Gruß
Siku99