Results 1 to 16 of 16

Thread: [Resolved] Windows Media Player on web

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member naruponk's Avatar
    Join Date
    Feb 2004
    Location
    Some where in the world
    Posts
    423

    Talking [Resolved] Windows Media Player on web

    Hi,

    I have created Windows Media Player on my site.
    <OBJECT style="Z-INDEX: 101; LEFT: 224px; POSITION: absolute; TOP: 56px" classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" VIEWASTEXT>
    <PARAM NAME="URL" VALUE="">
    <PARAM NAME="volume" VALUE="50">
    </OBJECT>

    It works fine.
    But how to change url of Windows Media Player when user selected a url from combo box?
    code below is invalid how to correct this code?

    <script runat="server">
    private void DropDownList1_SelectedIndexChanged(object sender, System.EventArgs e)
    {
    A.URL="XXXX";
    }
    </script>


    May someone give me an idea?
    Thanks for advance
    Last edited by naruponk; Mar 23rd, 2005 at 07:36 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width