|
-
Mar 19th, 2005, 12:59 AM
#1
Thread Starter
Hyperactive Member
[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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|