Using mediaplayer we can play many media files. But when i press the info button on the mediaplayer nothing happens.
The following lines of code is the most common "pattern" in order to start a new video.
myreference = eServiceReference(4097,0,"url of the video") myreference.setName("name of the video")
Is it possible to introduce a function like setInfo and when we have information about the video, then pass it to setInfo function and display via the info button;
myreference = eServiceReference(4097,0,"url of the video") myreference.setName("name of the video") myreference.setInfo("information about the video, visible with info button")
Thanks,