FgaleriX v.0.52
I had to deal with some illness so it took a while for the new one to come out. But at last new version is here…
* Version Changes for SWF
*
* - Added One by one preloading.
* - Added names for the files.
* - Added file count for the folders.
* - Adjusted the scrolling for a better, faster and smoother one
* - Added file count for the cathegories.
* Version Changes for PHP
*
* - Added control for ignoring files other than JPG files not to cause error be cause of
* unwanted filetypes inside folders.
* - Added filename data to be seen inside flash
You may download the version 0.52 here.
If you have any suggestions and ideas please advise so that i can improve it more.
Have fun..
Below you will see my FgaleriX v0.52 in action..


February 21st, 2007 at 10:12 pm
The FgaleriX vo.52 example doesn’t work.
February 21st, 2007 at 11:06 pm
Thanx for the information,
It is a matter of Wordpress perma links. Since i wrote the code according to relative position of php file and gallery folder, with the permalinks flash file cannot find the path to
php file and folder.
You may check it on the index page though it works fine when it is on main page. It also works with the default paging style without perma links. Which i don’t prefer to use for the indexing purposes.
By the way if you have any suggestions for the perma link issue i wish to hear it.
February 24th, 2007 at 8:33 pm
galeri bence gayet güzel olmuş.test ediyorum.bir hata var eğer çoklu siteler için kullanılırsa galeri klasörünü ortak kullanmak gerekiyor ancak bu seferde galeri ismi galeri/dosya ismi şeklinde görüntüleniyor.aslında aleri/dosyaismi şeklinde sanırım data.php dosyasısında path değerleri ile uğraşmak gerekli….ama yine de gayet iyi .teşekkürler
March 13th, 2007 at 2:14 pm
Dear Kutluhan,
FgaleriX is very beautiful, but I have a question: if I would like to change colors or dimensions in swf windows, how can I do it?
Many thanks.
Andrea
March 13th, 2007 at 2:55 pm
I am glad you like it.
Unfortunatelly currently no updates can be made with the dimensiones and the color set. I will be adding the color control inside a ini file in the next version.
By the way, you may resize the whole swf with editing the html file you put. Just change the width and height of the swf inside the html code if you like.
March 30th, 2007 at 7:59 pm
Very very cool product.
When I resize the swf, I’m getting some other coding showing up in the file. Letters are “trol” Any idea what/why this is? Is there a way for you to send me the .swf file with this hidden. I had to resize the swf to 560×341 to fit area I’d like to use FgaleriX in.
Any suggestions?
February 8th, 2008 at 4:32 am
Hi, when i upload images with uppercase extensions (IMG0000.JPG), it won’t show.
I changed line 56 to this:
if($ftype==”jpg” or “JPG”){
That way it will accept both IMG000.JPG and IMG000.jpg.