Search…

X3 Photo Gallery Support Forums

Search…
 
matelom
Topic Author
Posts: 6
Joined: 01 Sep 2009, 23:36

Wow to edit Photoblinds additional parameters?

08 Nov 2009, 13:41

Hello everybody,

Could anyone give some details how to edit photoblinds additional parameters listed here:
viewtopic.php?t=4202&highlight=blinds

I'm trying editing *.fla file in Flash CS4 but can't find the option for editing none of the parapemeters :

Code:
mininterval = 1000
maxinterval = 4000
minspeed = .2
maxspeed = 1
minwidth = 50
maxwidth = 100
maxamount = 6
blur1 = 10
blur2 = 20
brightness1 = -10
brightness2 = 18

Thank you in advance!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

10 Nov 2009, 22:55

I think you didnt read that page properly - It says "You can change any of these values by simply forwarding them in the parameters field for the filemod. For example setting the parameters:"
Code
maxspeed=2&maxwidth=200
You simply add these parameters to the "parameters" field in the admin where you are adding the filemod!
 
matelom
Topic Author
Posts: 6
Joined: 01 Sep 2009, 23:36

Thank you!

11 Nov 2009, 02:29

Oh... so simple!
Thank you for your reply and.... for a great Imagevuex!!

:)
 
matelom
Topic Author
Posts: 6
Joined: 01 Sep 2009, 23:36

11 Nov 2009, 15:14

Trying to figure out how to separate "title=" code from a next following one, like "maxspeed=" etc.

F.e. I've got title "Welcome to my Home Page" but when "maxspeed=2" included after "title=Welcome to my Home Page", it shows "Welcome to my Home Page maxspeed".

Parameters filemod field on the admin page is a line (a row) and I assume the codes must have some separation.

Please advice.
Thank you.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

12 Nov 2009, 10:31

&

Use the "&" charachter to separate your parameters. For example:
Code
param1=8&param2=9
I thought the example I gave in my former post showed this also ...
 
matelom
Topic Author
Posts: 6
Joined: 01 Sep 2009, 23:36

Thank you!

12 Nov 2009, 20:51

:)