Re: Flash - eMail
"Stephen Moretti" <[email protected]>
| Newsgroups | gmane.comp.cms.farcry.user |
|---|---|
| Message-ID | <[email protected]> |
On 16/06/06, astiolo (sent by Nabble.com) <[email protected]> wrote: > I have made a flash applet that requres emailing information at the end of > it, this is for a company so I cant let them down. I have used a few > tutorials for making the PHP code and getting the .swf to send variables to > it. Now I am having trouble getting the flash document to work on their > website let alone getting the .php document to work. It would be greatly > appreciated if someone could take a bit of ther time, to outline the steps I > would need to take to do this. > Farcry is a ColdFusion application (http://www.adobe.com/coldfusion) application, so chances are if your client is using farcry for their website then they are unlikely to have PHP installed on their server. You can probably very easily convert your php script to coldfusion (cfmail tag for sending emails - url variables can be referenced using url.yourvarname - form variables can be access via form.yourvariablename - docs can be found at http://livedocs.macromedia.com/coldfusion/7/ for CFMX 7) and you just point your script at a myemailcode.cfm rather than myemailcode.php. There are probably some other steps that you need to take if your client is using farcry, but its hard to say what they would be. If you want more plain ColdFusion assistance I would recommend the CFNewbie list at www.houseoffusion.com Hope that helps Stephen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-user" group. To post to this group, send email to farcry-user-/[email protected] To unsubscribe from this group, send email to farcry-user-unsubscribe-/[email protected] For more options, visit this group at http://groups.google.com/group/farcry-user -~----------~----~----~----~------~----~------~--~---