title problem (groupfolder/imagefolder) on html page
Posted: 26 Nov 2007, 05:29
Hello,
in a html page, I put "imagevue.swf" with this code :
I want that the animation opens on a page with vignettes of one of my image files. It works but I have a problem with the title.
When I put the mouse on title I have to read 'group folder/image folder'. But I have ' - / image folder'.
I don't understand why I can't see the name of my "group folder".
Someone cant help me please ?
(sorry for my english)
in a html page, I put "imagevue.swf" with this code :
Code
<script>
var so = new SWFObject("/imagevue.swf?folder=content/Dubai/Golf-beach/", "imagevue", "700", "550", "6", "#FFFFFF");
so.addVariable("backimage", "false")
so.write("imagevue");
</script>
When I put the mouse on title I have to read 'group folder/image folder'. But I have ' - / image folder'.
I don't understand why I can't see the name of my "group folder".
Someone cant help me please ?
(sorry for my english)