Search…

X3 Photo Gallery Support Forums

Search…
 
RobertMaj
Topic Author
Posts: 13
Joined: 20 Dec 2008, 15:28

imagevue inside gallery

20 Dec 2008, 18:18

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!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

21 Dec 2008, 00:49

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
 
RobertMaj
Topic Author
Posts: 13
Joined: 20 Dec 2008, 15:28

25 Dec 2008, 05:03

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 :oops:
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

25 Dec 2008, 05:23

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 :oops:
For your specific SWF embed code, add the following line, replacing [themename] with the theme you want to use:
Code
<param name="flashvars" value="theme=[themename]">
 
RobertMaj
Topic Author
Posts: 13
Joined: 20 Dec 2008, 15:28

25 Dec 2008, 06:15

thak you :D 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>
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

26 Dec 2008, 01:25

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:
Code
<param name="flashvars" value="theme=abyss"> 
 
RobertMaj
Topic Author
Posts: 13
Joined: 20 Dec 2008, 15:28

26 Dec 2008, 04:41

Yes. Now it's works
Another question:
links in my text pages not working. (globapath?)

look: http://www.robertmaj.pl/index-2.htm
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

26 Dec 2008, 05:15

RobertMaj wrote:Another question:
links in my text pages not working. (globapath?)

look: http://www.robertmaj.pl/index-2.htm
Thats because internal links using the "#" character use the SWFaddress module. You need to embed that javascript also ... something like this:
Code
<script type="text/javascript" src="imagevue/javascript/swfaddress.js"></script>
Add it below the <meta> tag ...
 
RobertMaj
Topic Author
Posts: 13
Joined: 20 Dec 2008, 15:28

26 Dec 2008, 05:45

it's works but.. sorry :oops: 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? :roll:
sorry for my english :oops:
and how to change default theme in this page:
http://www.robertmaj.pl/index-3.htm
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

28 Dec 2008, 00:04

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.