|
1. What benefits do I get if I register AlbumWeb?
After registration you will:
+ have the right to use AlbumWeb after the 30-day trial period
+ be able to get all minor program updates for free!
+ not see the nag screens;
+ receive technical support;
and much more!
2. When I create web album with an unregistered version of AlbumWeb, it contains the text "Created with AlbumWeb ...". If I register the program, will this text be eliminated?
Yes, this text will be removed if you register your copy of AlbumWeb. But in Personal License it will be left.
3. How can I register AlbumWeb?
Please open this page
4. How can I upgrade AlbumWeb from any previous version to the new one and can I work with my projects, created in the previous version?
Download the new version of AlbumWeb and install it into the folder, where the previous version is installed.
Notes:
+ All your settings will be saved;
+ You can work with projects created in previous versions of AlbumWeb.
+ Add your themes that you have created in the old version of AlbumWeb.
5. I bought AlbumWeb v4.xx. Will I continue to receive free upgrades of AlbumWeb ?
Yes, all future versions of AlbumWeb will be free for you during one year.
6. If I lost my registration key, who do I contact?
You should contact sales@photoactions.com and provide the name of the person who registered AlbumWeb and the Order #. If you can provide this information then your registration key will be sent to you within one business day. If you can't provide the Order # then some additional time will be required to research the order.
7. Where can I see samples of web albums created with AlbumWeb?
You can find our test galleries at http://www.photoactions.com/webalbum/samples/
8. Can I burn my own albums, created in AlbumWeb, to CD-ROM?
Yes, of course!
9. How can I make my gallery start just after inserting CD into the drive?
Please contact us at support@photoactions.com and we will send you instructions. In the next version it will built-in feature.
10. I have added some videos to my album but can't see preview ?
To make preview AlbumWeb use Microsoft DirectShow filters. If you don't have filters for your video clip formats, you can find some packages with filters for popular video formats here: http://www.codecguide.com
11. I get a "Connection error" message when I try to upload the photo album to my FTP server, what is wrong?
Make sure that you have entered a valid FTP address, username, and password. Some servers are case sensitive, so keep this in mind.
12. I was able to connect to the FTP server, but could not UPLOAD the files. What could cause this?
Your FTP directories are probably incorrect. The subdirectories should be relative to your FTP home path. So if you log into the server and your home directory is /smith, you need to specify subdirectories relative to this.
13. I was able to connect to the FTP server and upload all files, but the photo album does not look right or contains invalid links. What's wrong?
There is a good chance that your HTTP settings are invalid and do not match your FTP settings. If you use an ISP such as AOL, Mindspring, or MSN, you probably have a personal directory that was created for your account. You need to include this personal directory when specifying subdirectories for the HTML subdirectories.
Example:
html directory: /jsmith/albums/html
If this is not the case, use /albums/html
14. How do I set up the subdirectories for the FTP and HTTP settings?
Use built-in FTP profile editor
15. The upload failed but some files were uploaded correctly. Why did this happen?
The connection may have gone down in the middle of the upload for some unknown reason. If this problem persists, check if you have exceeded your disk quota.
16. When I preview the photo album, AlbumWeb show album inside. How do I load my default Internet Browser instead?
When you opened album in the Browser page simple click to the View button in main toolbar.
17. How do I go about arranging the photos in the photo album?
There are two ways to do this. Firstly, you can drag and drop the files in the target listbox (the leftmost listbox). This feature will allow you to drag and drop multiple files. Alternatively, you can rearrange the photos using the arrow buttons.
18. What are the system requirements?
Minimum Spec: Pentium-IV (or similar AMD), 512 Mb RAM, 16 Mb Video card
Recommended Spec: Pentium-IV 3000 (or similar Athlon), 1024 Mb RAM, 64 Mb Video card, Sound card.
19. Can I synchronize the thumbnails page with the image page when frames are used?
Yes, you can. Insert the following code to the Image page Html-template after </body> tag.
<script language="JavaScript" type="text/javascript">
<!--
window.onload = window.open("[indexpage.address]","[album.thumbs]");
-->
</script>
20. I want to use inline frames (iftame tag) instead of static frames. Can I do it ?
Yes, you can. Insert the following code into the Frames Html-template. Old code should be removed.
<html>
<head>
<title>[album.name]</</title>
</head>
<body leftmargin=0 bottommargin=0 rightmargin=0 topmargin=0>
<iframe frameborder=0 width=[chapter.width] height=100% name="[album.thumbs]" src="[firstindex.address]"></iframe>
<iframe frameborder=0 width=80% height=100% name="[album.images]" src="[firstimage.address]"></iframe>
</body>
</html>
Related topics:
Welcome to Album Web
Quick start
Tips of the day
|