Closed (won't fix)
Project:
Red5 Flash Server
Version:
5.x-1.0
Component:
User interface
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2008 at 22:18 UTC
Updated:
24 Aug 2012 at 10:06 UTC
Hello Chris,
I am interested in the module that you produced. I did setup up a Drupal 5 site for this purpose today.
I believe I have set it up according to the guidelines. I have come to the point where I can start a recording and preview it. But when it comes to saving the video it complains about a missing Title ('Please enter a title').
Changing the content of the title-field with longer words did not make any difference. So for some reason the html-formfield is not picked up I suppose. What could be wrong in my setup?
Best regards,
Pierre Verbakel
Comments
Comment #1
chris_car commentedHi Pierre,
the title string is injected into the Flash video recorder. I know that sometimes I have to re-edit the title field so that the javascript is triggered (onChange event).
Please check if the title field has a javascript event registered and that the javascript file is loaded in the header of that page.
Chris
Comment #2
shunting commentedThe same thing is happening to me. Here is the title field:
(Even though there is no value in the value attribute, I have entered data in the input field on the page.)
And here is the JS in the header:
But entering or changing the data in the title input field does not fire the updateTitle function. (I uncommented the alert in the JS file that should show the title text, but no alert.) JS is turned on in my browser (Safari). Popups are not blocked.
Comment #3
falkendk commentedAny one found a solution for this?
Kind regards
Comment #4
falkendk commented