Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-28-2012, 03:36 PM   PM User | #1
DaFilosafa
New to the CF scene

 
Join Date: Nov 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
DaFilosafa is an unknown quantity at this point
Question E-Card with Voice Over problem...

Hello, I am a final year student at university studying computer science. As part of my final year project I have opted to create a website with some complexity. The main function of the website is to send an e-card with voice over to an email service or client, and this is where I am stuck. I have searched the net for solutions but cannot find any. In a nutshell I need to record someone’s voice with perhaps a flash recording widget embedded into the site, and then combine this with a jpeg image and then send it to an email service. Just to let you know I am inexperienced with PHP and need a solution. If you could help me out with this problem I would be grateful. I am trying to figure out how the server will process this, and even if JavaScript could do this instead. If you could point me in the right direction that would be enough, as I can then do some more research thoroughly.

Thanks
DaFilosafa
DaFilosafa is offline   Reply With Quote
Old 11-28-2012, 06:24 PM   PM User | #2
Redcoder
Regular Coder

 
Redcoder's Avatar
 
Join Date: May 2012
Location: /dev/couch
Posts: 309
Thanks: 2
Thanked 46 Times in 45 Posts
Redcoder has a little shameless behaviour in the past
To record, try JRecoder - a neat JQuery plugin for recording.

http://www.sajithmr.me/jrecorder-jquery

Well...for that you need to know how to send attachments after extracting the recording. Use the mail() PHP function or better use PHP Mailer which makes sending emails and attachments trivial.

Links: http://php.net/manual/en/function.mail.php

mail() -

PHP Mailer- http://phpmailer.worxware.com/
__________________
For professional Hosting and Web design.....


NetEssentials.co.uk
Redcoder is offline   Reply With Quote
Old 11-29-2012, 03:51 PM   PM User | #3
Custard7A
Regular Coder

 
Custard7A's Avatar
 
Join Date: Jul 2010
Location: Australia
Posts: 269
Thanks: 32
Thanked 32 Times in 32 Posts
Custard7A is an unknown quantity at this point
Hm, sending an audio file as an email attachment seems a little awry of the concept; It would seperate the audio and the visual quite effectively. I'm thinking a Flash object could be more effective in this case, not that I know anything about Flash myself.

As Redcoder mentioned, the recording would be a client-side job; Be it his suggestion, Flash-based, or a combination of the two. Composing and sending the email, if you wish to do that, would be nicely handled by PHP.
Custard7A is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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 Off

Forum Jump


All times are GMT +1. The time now is 06:48 AM.


Advertisement
Log in to turn off these ads.