What is a findName reference?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • William Johnston

    #1

    What is a findName reference?


    Hi,

    For the following code from a Silverlight Javascript file:

    // Play the video
    sender.findName ("movie_segment 19_WMV").play() ;

    What is the mapping for the findName parameter?

    And, how do I set this mapping?

    Thanks,
    William Johnston

  • pr

    #2
    Re: What is a findName reference?

    William Johnston wrote:
    For the following code from a Silverlight Javascript file:
    >
    // Play the video
    sender.findName ("movie_segment 19_WMV").play() ;
    >
    What is the mapping for the findName parameter?
    >
    And, how do I set this mapping?
    Not sure what you mean by mapping (or reference for that matter), but
    did you look here: <URL:
    http://msdn2.microsoft .com/en-gb/library/bb979849.aspx>?

    Comment

    • William Johnston

      #3
      Re: What is a findName reference?

      "William Johnston" <williamj@tenba se2.comwrote:
      >
      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 ;
      SetMediaElement Source(sender, url2);
      }
      </script>


      Thanks,
      William Johnston

      Comment

      Working...