Page 1 of 1

Embedded site: how change the default theme?

Posted: 26 Dec 2008, 15:04
by RobertMaj
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!

Posted: 27 Dec 2008, 04:16
by PhotoFolio
FYI, It works properly in Firefox

Re: Embedded site: how change the default theme?

Posted: 27 Dec 2008, 23:37
by mjau-mjau
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 ...

Posted: 28 Dec 2008, 15:49
by RobertMaj
thank you. Now it's works :D