Search…

X3 Photo Gallery Support Forums

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

Embedded site: how change the default theme?

26 Dec 2008, 15:04

how to change default theme in this page:
http://www.robertmaj.pl/index-3.htm

and what I have to do with source in this site:
http://www.robertmaj.pl/index-2.htm it's works properly in Safari but in IE, Opera, Firefox ang Google Chrome stops on the first image?
Any Solutions?
Please help me!
 
User avatar
PhotoFolio
Experienced
Posts: 39
Joined: 05 Oct 2007, 07:45

27 Dec 2008, 04:16

FYI, It works properly in Firefox
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

Re: Embedded site: how change the default theme?

27 Dec 2008, 23:37

RobertMaj wrote:how to change default theme in this page:
http://www.robertmaj.pl/index-3.htm
In the latest release, please use the file "standard.html" as template for HTML integration. There is some code there on how to set theme:
Code
var flashVars = {
	theme: 'default'
};
Also, replace "null" with "flashvars" below the flashvars object.
RobertMaj wrote:and what I have to do with source in this site:
http://www.robertmaj.pl/index-2.htm it's works properly in Safari but in IE, Opera, Firefox ang Google Chrome stops on the first image?
Any Solutions?
Please help me!
It works fine here in google chrome ...
 
RobertMaj
Topic Author
Posts: 13
Joined: 20 Dec 2008, 15:28

28 Dec 2008, 15:49

thank you. Now it's works :D