The gallery won’t work locally.
First make sure the path includes the port.
E.G.
// XML image path
var path:String = “http://localhost:8888/stripGallery_v4_CMS/cms/xml.php";
Then set the path manually in the xml.php file. Comment this lines (line #20 and #22) E.G.
// get the server //$server = “http://” . $_SERVER[“SERVER_NAME”].$_SERVER[“REQUEST_URI”]; //$server = substr($server, 0, (strlen($server) – 7) );
Finally uncomment and enter your local path in the line #17 E.G.
// set the server $server = “http://localhost:8888/yourGalleryFolder/cms/”;
Thats it!
The CMS install is not working
Setting the transfer mode of the ftp client to “Auto” when uploading the CMS files fixed it.
FILEZILLA USERS : Use another ftp client since this client tend to corrupt the php files.
Files bigger than 2MB wont upload!
Depending on your PHP configuration, your server will limit the size of uploaded files. By default, PHP sets this to 2MB, which is much lower than desired when uploading HQ images.
Solution:
1) Ask your host manager. They may have their own way of setting these limits system-wide.
2) f you have access to php.ini, you will need to adjust 2 different directives: upload_max_filesize and post_max_size.
Example:
upload_max_filesize = 50M
post_max_size = 55M
3) Some hosts may also allow you to set these limits in a .htaccess file like so:
php_value upload_max_filesize 50M
php_value post_max_size 55M
I just purchased this file. When I click on the html file it says that flash player has stopped an unsafe operation. That it is trying to connect to luiszuno.com why is this?
Dont worry about that. By default the gallery is set to look for the xml in my server (luiszuno.com) just go to the config layer (see documentation an set your own path or just write data.xml instead)
Is there a way to make the background transparent and let the file background show through?
For the CMS version
Erase the background image in the gallery settings.
For the regular version.
just put a blank value in bgPath from the data.xml file.
I get this error in the CMS Warning: session_start(): Cannot send session cache limiter – headers already sent
This is a server configuration issue. Ask your server administrator to turn off the: php_value display_errors “Off”
How can i display special characters
éèàçùôûîêâ
1. First embed the characters in the text fields from the flash component.
- Edit the movieclips containing the text fields from the assets folder
- Select the text fields and press the embed buttom from the porperties window,
- then add the charactes you need in the field
2. Delete the next line of code from the xml.php if you are using the CMS version
delete this:
// output to utf8 $output = utf8_encode($output);
I uploaded the files and install or other functions wont work.
Try using CuteFtp ftp client, and using this setting:
Protocol type: SFTP using SSH2 (Secure Shell) Server type: Auto detect Transfer type: Use global settings.
when you uploded with any other settings, script dosent work.


52 Purchases
20 Comments