
Dynamically change text in an overlay div
Hi,
I'm trying to dynamically change text from helloworld plugin of the sdk. (http://developer.longtailvideo.com/trac/browser/sdks/jw6-plugin-sdk/plugins/helloworld/helloworld.js) In fact, it's for a video live stream where users can ask questions that are stored in a database. I would like to display the last question.
The plugin create a div in the player. I though about working with Jquery. I tried to call the created div with jquery and change its html value without success.
On an other way, i changed the plugin to have a variable instead of a direct text input, but i didn't find a way to properly reload the player's setup with the new variable.
Thanks,
Arthur