Page 1 of 1

Wow to edit Photoblinds additional parameters?

Posted: 08 Nov 2009, 13:41
by matelom
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!

Posted: 10 Nov 2009, 22:55
by mjau-mjau
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!

Thank you!

Posted: 11 Nov 2009, 02:29
by matelom
Oh... so simple!
Thank you for your reply and.... for a great Imagevuex!!

:)

Posted: 11 Nov 2009, 15:14
by matelom
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.

Posted: 12 Nov 2009, 10:31
by mjau-mjau
&

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 ...

Thank you!

Posted: 12 Nov 2009, 20:51
by matelom
:)