Re: [Flashcoders] send email from project on local machine

2008-02-08 Thread Glen Pike
If your kiosk PC shows Flash using a web-browser, served by a web-server 
on local machine, you can use PHP or ASP to script the sending of emails.


You will probably have to setup a send mail program for the ASP or PHP 
mailing functions to use.


I don't use IIS, so I cannot help you with that, but I do use XAMPP - 
http://www.apachefriends.org/en/xampp.html - which comes with PHP / 
Apache / Sendmail.  You install XAMPP and then configure Sendmail and 
PHP's INI files to use Sendmail with your ISP's SMTP server.  
http://www.apachefriends.org/en/xampp-windows.html tells you the paths 
to the ini files.


For example, here is the section my sendmail.ini   php.ini files from 
XAMPP showing the mail handling settings:


;SEND MAIL Abbreviated Settings:

; configuration for fake sendmail

[sendmail]

; you must change mail.mydomain.com to your smtp server

smtp_server=smtp.eclipse.co.uk

; if your smtp server requires authentication, modify the following two 
lines


;auth_username=
;auth_password=

;End SENDMAIL

;PHP.INI Sendmail abbreviated settings

[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25

; For Win32 only.
;sendmail_from = [EMAIL PROTECTED]

Hope this helps

Glen

sense co moh wrote:

Hi all
I have Kiosk machine we put it in mall it's normal PC and I made flash project 
so people can use  in this flash project I need to allow the user to send 
inqiry by email so I create the keyboard, now my problem is how to send the 
email   in director i use Multiuser Xtra but flash I have to use ASP our PHP 
and the flash file should be on the server to work.

Bassam 
Thanks



  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


  


--

Glen Pike
01736 759321
www.glenpike.co.uk http://www.glenpike.co.uk
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] send email from project on local machine

2008-02-08 Thread Kenneth Kawamoto
Projector will have no local security imposed, i.e. you do not need to 
place your Projector in a web server or anything to connect to internet.


Kenneth Kawamoto
http://www.materiaprima.co.uk/


sense co moh wrote:

Hi all
I have Kiosk machine we put it in mall it's normal PC and I made flash project 
so people can use  in this flash project I need to allow the user to send 
inqiry by email so I create the keyboard, now my problem is how to send the 
email   in director i use Multiuser Xtra but flash I have to use ASP our PHP 
and the flash file should be on the server to work.

Bassam 
Thanks



  

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] send email from project on local machine

2008-02-08 Thread sense co moh
Dear iv 

I didn't understand what you mean do i have to install IIS on the pc and plice 
the  files in wwwroot or what to do 
anyone help please


thanks

- Original Message 
From: Ivan Dembicki [EMAIL PROTECTED]
To: Flash Coders List flashcoders@chattyfig.figleaf.com
Sent: Wednesday, February 6, 2008 2:42:02 PM
Subject: Re: [Flashcoders] send email from project on local machine

Hello Bassam,

File - Publish settings - Flash -
Local playback security - Access netwoork only

-- 
iv
http://www.bezier.ru
http://bezier.googlecode.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] send email from project on local machine

2008-02-06 Thread sense co moh
Hi all
I have Kiosk machine we put it in mall it's normal PC and I made flash project 
so people can use  in this flash project I need to allow the user to send 
inqiry by email so I create the keyboard, now my problem is how to send the 
email   in director i use Multiuser Xtra but flash I have to use ASP our PHP 
and the flash file should be on the server to work.

Bassam 
Thanks


  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] send email from project on local machine

2008-02-06 Thread Ivan Dembicki
Hello Bassam,

File - Publish settings - Flash -
Local playback security - Access netwoork only

-- 
iv
http://www.bezier.ru
http://bezier.googlecode.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders