Page 1 of 1
imagevue inside gallery
Posted: 20 Dec 2008, 18:18
by RobertMaj
how can I create somethig like this:
http://lubas.at/chr/web/gallery/gallery ... t/gallery/
http://www.tank.no/?go=jobber
I saw somethig about this in forum but I can't find it Again.
Thank you for help!
Posted: 21 Dec 2008, 00:49
by mjau-mjau
Well, you can embed the Imagevue gallery into custom html pages just like any other SWF file. You only need to play with the configuration- and theme parameters to get it looking good in a minimized display.
Here are some other forum topics on the technical side of it:
viewtopic.php?t=3559
viewtopic.php?t=3664
Posted: 25 Dec 2008, 05:03
by RobertMaj
How can I change theme in embeded imagevue gallery?
http://robertmaj.pl/index-1.htm
I have my theme but when I put into html page it is reset by default.
sorry for my english

Posted: 25 Dec 2008, 05:23
by mjau-mjau
RobertMaj wrote:How can I change theme in embeded imagevue gallery?
http://robertmaj.pl/index-1.htm
I have my theme but when I put into html page it is reset by default.
sorry for my english

For your specific SWF embed code, add the following line, replacing [themename] with the theme you want to use:
<param name="flashvars" value="theme=[themename]">
Posted: 25 Dec 2008, 06:15
by RobertMaj
thak you

but...
where I have to put this code? I try a few options but still no effects.
this is my code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<style type="text/css">
<!--
body {
background-image: url();
}
-->
<link href="imagevue/themes/default/imagevue.css" rel="stylesheet" type="text/css">
</style>
</head>
<body>
<table width="100%" height="100%" border="0">
<tr>
<td><div align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/shoc ... n=6,0,29,0" width="900" height="900">
<param name="movie" value="imagevue/imagevue2.swf">
<param name="flashvars" value="theme=[abbys]">
<param name="quality" value="high">
<embed src="imagevue/imagevue2.swf" quality="high" pluginspage="
http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="900"></embed>
</object>
</div></td>
</tr>
</table>
</body>
</html>
Posted: 26 Dec 2008, 01:25
by mjau-mjau
Sorry, you can't use the [] brackets ... That was just to identify that you put your own value there. Also, isn't it "abyss" and not "abbys"? Use this:
<param name="flashvars" value="theme=abyss">
Posted: 26 Dec 2008, 04:41
by RobertMaj
Yes. Now it's works
Another question:
links in my text pages not working. (globapath?)
look:
http://www.robertmaj.pl/index-2.htm
Posted: 26 Dec 2008, 05:15
by mjau-mjau
Thats because internal links using the "#" character use the SWFaddress module. You need to embed that javascript also ... something like this:
<script type="text/javascript" src="imagevue/javascript/swfaddress.js"></script>
Add it below the <meta> tag ...
Posted: 26 Dec 2008, 05:45
by RobertMaj
it's works but.. sorry

the first image is not loaded and links dosen't works properly and
another question about fullscreen mode don't work in embeded site
can you help me another time?
sorry for my english

and how to change default theme in this page:
http://www.robertmaj.pl/index-3.htm
Posted: 28 Dec 2008, 00:04
by mjau-mjau
The links work here ... and so does the fullscreen mode ...
There is a new html embed demo file in the latest release "standard.html" -
www.photo.gallery/soda/standard.html
It has the correct parameters and settings for setting theme, using internal links, and allowing fullscreen.