Rank: Newbie Groups: Member
Joined: 12/30/2009 Posts: 1 Points: 3 Location: Houston
|
Hi -
I have an ASPNetAudio in a listview using ASPNetMediaGUI start and pause buttons. If just one audio control is present on the page, it works fine. If two or more are present in the listview items, then all of the play/pause buttons control the first instance of the audio control, and the others are inaccessible. Is there a sample available to show how to implement this control in a repeating control like a listview?
Thanks,
Rod
|
Rank: Administration Groups: Administration
Joined: 7/20/2007 Posts: 305 Points: -2,485 Location: Primarily in New York, USA
|
Rod, What I'd suggest, is using one ASPNetAudio control, and changing which audio track it plays using our JavaScript API (or our PlayList/GUI controls, which work using the JavaScript API). That is how this demo works: http://www.aspnetaudio.com/aspnetaudio_Demonstration-Music-Playlisting.aspxIt's the source is downloadable as part of our SDK (which includes demos for all of our products). Here is a link to our SDK: http://www.aspnetmedia.com/SDK/ASPNetMediaSDK.zipThanks! -Dave
|