Thanks God I found “XML Slideshow/PhotoGallery - Hyperlinking Each Image” Kirupa’s modification.
Now I am trying to solve another problem. I want to open each time a blank window with a specific size and no toolbars. It would be nice if every picture is loading in one and only .html page.
I also found that script:
[COLOR=“Red”]for index.html[/COLOR]
<script language=“JavaScript”>
<!–
function spawnWindow(URL,Name,features) {
window.open(URL,Name,features);
}
//–>
</script>
[COLOR=“Red”]for the .fla.[/COLOR]
on (release) {
getURL(“javascript:spawnWindow(‘theonlyone.html’,‘popup’,‘toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=800,height=600’)”);
}
Thanks a lot!!!:to: