so far so good. i'm getting the solution i need. well, at the right side of the wmv video, there are a list of videos, and i need to click, and change de source of the video and start to play, so i try this:
$("#mediaPlayer [EMAIL PROTECTED]")[0].value = $("#" + this.id).attr('title'); // it's the filename. i put it there, on the link. $("#mediaPlayer")[0].data = $("#" + this.id).attr('title'); and nothing happens... suggestions?