Never mind! I started again with a clean version of the flash file and the font style didn’t change. I still don’t know how that happened or why, but it’s not doing it now.
Hi
I was wondering how I can make it so image thumbs are resized scaled proportionately? I know that the ideal solution would be to just manually crop the images to the required measurements in an editor but my client has no desire what so ever to do such work. so I was wondering if somehow the current :
ThumbHeight = 344; ThumbWidth = 140; ZoomedThumbWidth = 160; ZoomedThumbHeight = 393;
could be set to percentages or what ever else that could be done to make it scale proportionately.
thank you
and awesome gallery design by the way
Hi,
Great file – thanks.
I am wondering if I can link one of the “thumbnails” to an external site and how I do that?
Would be grateful for a quick reply!
Simon
I am getting an error when I attempt to open the .fla file in Flash 8. Do you know what could possibly be the problem?
Hi Miljanagrgic,
I have the same problem of “curtisservice”. The form wors but not show any message of “Sent” .. do you have bodified the form section?
Andrew
Hi!
Nice file, question; my emailform does not work, clicking on the SEND MESSAGE button make no differents..
I change the email in the form script allready, please help!!
still have the same problem and want to use the email function….. can you pleasse give me a reaction..
somebody?
can i add more images then shown. What if i had around 30 images? Very interested! WOnderful work
- Has been a member for 3-4 years
- Exclusive Author
- Sold between 1 and 100 dollars
- Bought between 50 and 99 items
- Netherlands
I bought this a week ago and have a couple of comments:
1. the mail script does not work properly missing the body of the text and no confirmation when the mail has send. 2. the text in the form.php is not formatted properly when arriving 3. the font for the file is missing when using the fla on a windows machine with all adobe products installed
however it is an awesome image/portfolio gallery Project!
- Has been a member for 3-4 years
- Exclusive Author
- Sold between 1 and 100 dollars
- Bought between 50 and 99 items
- Netherlands
if you change line 206 in the gallery.fla to this,
sendLoad.message = WebSite.Contact.Main.message.text;
the message will be included in the mail
and if you change the form.php to
<?php $email= $_POST[“email”];
$message = “Name: ”.$_POST[“name”];
$message .= ”<b?> Subject: ”.$_POST[“subject”];
$message .= “
email: ”.$_POST[“email”];
$message .= “
Phone: ”.$_POST[“phone”];
$message .= “
Message: ”.$_POST[“bodytext”];
$headers = “MIME-Version: 1.0” . ”\n”;
$headers .= “Content-type: text/html; charset=iso-8859-1” . ”\r\n”;
$headers .= “X-Priority: 1 (Higest)\n”;
$headers .= “X-MSMail-Priority: High\n”;
$headers .= “Importance: High\n”;
$to .= “info@mimsdesign.nl”;
mail($to, $subject, $message, $headers));
?>
then it will send the email in html format



77 Purchases
31 Comments