nice work.
Posted 9 months ago
The send to friend form requires a server that supports php. All fields have validation checking before the form can be submitted. Form size increases to fit additional email fields
Description— The send to friend form can be used to send a link to any number of emails. For the purpose of the fla and demo i have set this to 3 max emails
Setup php script—
In order to get up and running with the s2f form you first need to open the send2friend.php script. You now need to add your site address and site name, you will find the where to put these between line 10 and 13 of the php script. No changes/modifications are required in the swf.
// - Setup static vars for email - //
$sitename = “your site name”;//—// Only need to change this to match your site name
$siteurl = “http://www.yoursite.com”;//—// Only need to change this to match your site url
//—
Thats it all done
Usage—
The form can be used as a standalone to be added onto an html based site or it could be added to an existing flash site with simple
drag drop mc from library
The php script has been tested on a linux based server and windows dedicated server with php support.
Both fla and php file are fully commented
Posted 9 months ago
I meant to post this earlier. Link to AS3 version http://www.flashden.net/item/as3-send-2-friend-php-form/18972
Posted 8 months ago
Anyone have code or can you give instructions on how to put this after an video has played?
Posted 3 months ago
Is there an easy way to add a vertical scroll bar to the “friends” part so you can use a shorter height dimension on the movie while still being able to include multiple friends?
Posted 3 months ago
Yeah you could add a scrollbar. it’s only easy if you know your way around flash.
Thanks for your purchase
Posted 3 months ago
Hey Paul excellent script!
only one bug
if you press on the ‘’ button the whole structure collapse, if you press more then once on the ‘’ it collapse more, and if you press after that on the ’+’ it scramble the whole thing.
this don’t happened if you expand first, press the ’+’ and then the ’-’
any fix?
i do not know why my comment have line running on it – the full comment including what is under the the line is valid
Posted 2 months ago
Ok i fixed it two minutes after i posted the comment
just added the line
butMinus.enabled = false;
outside the function and it fixed it
cool 
Hi, Can you just give me the 2 category.
1. My name: 2. Recepient Email:
Kindly email me at – “formeitsreal3@yahoo.com”
Cool work, anyway!
Posted 2 months ago
Hi wroby2003 can you contact me through my profile page please and i will look at thee files and do this for you.
thanks Paul
Posted 2 months ago
If you contact me through my profile page i should be able to get this added for you.
Posted 2 months ago
what’s mandrosos.com means in “my_lv.sendAndLoad (“http://www.mandrosos.com/ebook/sendtofriend.php”, result_lv, “POST”);”?
Posted 2 months ago
does this file send a predetermined URL or does it send the current pages URL ??
i’m using swfaddress – and don’t want to just send the index page url – i want to use this form to it’s max and send the recipients the specific url to be seen.
please confirm… i’d appreciate it.
Thanks
Posted 10 days ago
It’s a predetermined URL set in the php script though you could just as easily pass this in the call to the php script With minimal work to the flash fla and php script.
Posted 10 days ago