Flash CS3 - Flash CS4

Free tutorials and scripts for all.
Actionscript 3.0

Email form with pictures - Flash CS3 and PHP

This is a discussion on Email form with pictures - Flash CS3 and PHP within the FlepStudio utilities forums, part of the Tutorials category; Hi all ! FlepStudio has created a new email form using Flash CS3 and PHP . Compared with other already seen Classic ...


Go Back   Forum Flash CS3 Flash CS4 > English Forums > Tutorials > FlepStudio utilities

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
  19 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 04-06-08, 20:10
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,354
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Email form with pictures - Flash CS3 and PHP

Hi all !


FlepStudio has created a new email form using Flash CS3 and PHP.

Compared with other already seen



this new form allows the user to send images.

Images will be saved on server and links to view them will be send via email.

It can send a single image, more pictures or any image (in this case would be a function of classical form).


Developed with Flash CS3 and PHP.









Installation:



  • Create a folder ( on your server ) with name "form".

  • Open the file Main.as, at row 22 ( green code ) insert the absolute URL that hits to the "form" folder you just created ( with no final slash ! ).

  • At row 23 of Main.as set the max size for each image ( usually 200000 ).

  • Open the file main.fla and create the SWF.

  • Upload into "form" folder the file main.swf .

  • Create a folder ( on your server ) with name "PHP".

  • Open the file sendMail.php and at row 2 insert your e-mail address.

  • Upload into the folder " PHP" the files sendMail.php and upload.php .

  • Create a new folder into "PHP" with name "uploadedFiles" and chmod 777.



If you want change the names of the folders, ask here.


As always, source files attached:

Attached Files
File Type: zip PictureForm.zip (1.03 MB, 1128 views)

__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #2 (permalink)  
Old 04-06-08, 23:01
Junior Member
 
Join Date: Feb 2008
Posts: 5
Rep Power: 0
Oldarney is on a distinguished road
Re: Email form with pictures - Flash CS3 and PHP

not bad at all. i havent checked the PHP for sercurity issues but if any they should be easly solveable. i might use this some day.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-06-08, 23:14
Junior Member
 
Join Date: Feb 2008
Posts: 3
Rep Power: 0
igormani is on a distinguished road
Re: Email form with pictures - Flash CS3 and PHP

Eu gostaria de uma ajuda !

eu queria saber como funciona a configuração para que seja feito um envio de email através do php!

serei mt grato!

obrigado!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-06-08, 23:33
Junior Member
 
Join Date: Feb 2008
Posts: 3
Rep Power: 0
igormani is on a distinguished road
Re: Email form with pictures - Flash CS3 and PHP

I wanted to know how the setup is done so that an item of mail through php? I need a server, i think, but I dont have sure!

Can u help me?

Thank you!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-06-08, 03:03
Junior Member
 
Join Date: Apr 2008
Posts: 3
Rep Power: 0
urbaneve is on a distinguished road
Re: Email form with pictures - Flash CS3 and PHP

thank you --- this is EXACTLY what i have been looking for. this is perfect.

hopefully i can get it installed and working.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

photoFlow

  #6 (permalink)  
Old 05-06-08, 04:28
Junior Member
 
Join Date: Jan 2008
Posts: 1
Rep Power: 0
lawwingfai is on a distinguished road
Re: Email form with pictures - Flash CS3 and PHP

Great work ! The hits is keep on coming !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 05-06-08, 08:04
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,354
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Re: Email form with pictures - Flash CS3 and PHP

Quote:
Originally Posted by igormani View Post
I wanted to know how the setup is done so that an item of mail through php? I need a server, i think, but I dont have sure!

Can u help me?

Thank you!
Hi,
yes, you need a web server that supports PHP.
Or you can try it with your IIS on your PC.
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 05-06-08, 11:33
Junior Member
 
Join Date: Feb 2008
Posts: 3
Rep Power: 0
igormani is on a distinguished road
Re: Email form with pictures - Flash CS3 and PHP

Thanks!

but how can do it on IIS?

thanks again!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 05-06-08, 13:32
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,354
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Re: Email form with pictures - Flash CS3 and PHP

Here is a tut for windows XP:

Installing IIS on Windows XP Pro

here for Vista:

How to install IIS in Vista « Just IT!

google google:

installing IIS - Google Search

If you are a MAC user, then the best is MAMP:

http://www.mamp.info/en/index.php
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 05-06-08, 21:41
Junior Member
 
Join Date: Sep 2007
Posts: 1
Rep Power: 0
Sleet is on a distinguished road
Re: Email form with pictures - Flash CS3 and PHP

Hi. First of all its great stuff but i have some problems.
Could you explain why we need to use absolute URL's (also in shoutbox) ? This cause some problems ex. when i setup url "http://www.flepstudio.org/shoutbox" in AS3.0 and enter site with the same url everything its ok, but when i browse to "flepstudio.org/shoutbox" (or http://flepstudio.org/something) shoutbox wont work.
How can it be fixed ? Or maybe im doing sth wrong...

Sorry for my english.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads

Thread Thread Starter Forum Replies Last Post
Email form con Flash CS3 e PHP Flep Utilità di FlepStudio 91 10-10-08 15:58
Email form che invia immagini - Flash CS3 e PHP Flep Utilità di FlepStudio 34 08-09-08 16:57
Email form Flash CS3 e ColdFusion 8 Flep Utilità di FlepStudio 2 17-04-08 14:07
Email form Flash CS3 and ColdFusion 8 Flep FlepStudio utilities 0 17-04-08 03:39
Flash CS3 email form AS2 seokutsa Flash CS3 | PHP | mySQL 1 15-02-08 10:06


All times are GMT. The time now is 07:33.


Powered by vBulletin versione 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC4
Forum SiteMap


FlepStudio
by Filippo Lughi
P.IVA 03605860406