What is a findName reference?

W

William Johnston

Hi,

For the following code from a Silverlight Javascript file:

// Play the video
sender.findName("movie_segment19_WMV").play();

What is the mapping for the findName parameter?

And, how do I set this mapping?

Thanks,
William Johnston
 
W

William Johnston

Also, how do I obtain the sender value from either javascript or HTML?

Here is my javascript function:

<script type="text/javascript">
function SetMediaSource()
{
alert("inside SetMediaSource!");
var url2 = form1.url.value;
SetMediaElementSource(sender, url2);
}
</script>


Thanks,
William Johnston
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,151
Latest member
JaclynMarl
Top