Current configuration:
The flash video recorder is talking to a RED5 server (a free Flash Media Server) on the backend using RTMP.
When the flash video recorder is started, it gets its configuration parameters from a file called flashrecorder.xml.
When the save button is pressed on the flash video recorder, it a calls a file that is specified in the flashrecorder.xml file.
I think the video recorder currently sends the following parameters when this happens: userid, filename, duration
Please let me know if this is not correct.
Below is the code to display the recorder. As you see, this file contains the 'userid' parameter
which is passed when saving the file. It is harcoded in the example, but this will change.
Untitled Document
New changes:
1. When the 'links' button is pressed, after a file is saved, the recorder creates a string that can be copied and pasted to link to the file.
Replace the current link with the following: http://www.lookime.com/viewvideo.cfm with the url parameters of 'filename' and 'duration'
2. You will create a new email button. When it is pressed, after a file is saved, it will populate the message area with the link url from the above step.
The user can also add additional text in this area. When the 'send' button is pressed, it will perform an http post to the following url:
http://www.lookime.com/emaillink.cfm
It should post the following form variables: userid,senderaddr,toaddr,subject,bodymessage
If you have any questions, please ask.