Not Functioning
| Project: | Audio recording field |
| Version: | 6.x-1.0-beta1 |
| Component: | User interface |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Hello,
Excuse me, as I am a novice still, but I tried loading everything and I get the javascript field to load, but I cannot get it to work.
I have downloaded all the extra files from the other website and extracted all the directories to the correct location I think. I put the "codebase" folder into my modules directory. I also tried placing it into recording module directory?
I have added the following to the ListenUp REcorder settings:
maxRecordTime|50
arrangement|"wide"
enableSpeechMikeRecording|yes
I can modify the size, so I know it is showing up. I can even see the JavaScript loading occuring when I arrive to the page, but When it loads there is an error; only a red x appears.
Can someone please help me get this working? I'm confused.
Thanks!
The Carbon Pig.

#1
Hi Carbon Pig.
I'm trying this for the first time today and getting the same or similar issues. You chose a rather complex module to use for a 'novice'!
The Java (not javascript) applet is Listenup SDK, V1.89 (build 385) built on September 3, 2008. This is newer than the AudioRecordingField module.
The directory structure should be:
... sites/all/modules/AudioRecordingField/codebase
I have added an .htaccess file to the codebase directory to allow the applet to check it's own license, otherwise there is an error about "listenup_license.txt" in a java console type window.
... sites/all/modules/AudioRecordingField/codebase/.htaccess
The file contains this:
# Allow Listenup java audio recording applet to access it's own license file<Files listenup_license.txt>
order allow,deny
allow from all
</Files>
So far I can:
- get the applet to run
- record sound,
- upload the wav file,
- and play using the *recorder*,
but I *cannot*
- play the uploaded file using the *player* when viewing the content type as a teaser or full node. It just doesn't display. It's like the file is not attached to the content type's field.
Will be working on this more soon.
Dru-p
#2
What error do you receive?
Do you have a Java plugin installed for your browser?
#3
I didn't get any errors, but the player is never embedded in an applet tag in the page, so I started a different issue, as it seems to be ... a different issue.
http://drupal.org/node/326123
Carbon Pig. Did you get this working on your site?
#4
I haven't got this working yet. I will come back to it in a week or so once I finish some other features.