Rank: Newbie Groups: Member
Joined: 1/22/2010 Posts: 3 Points: 9 Location: Mumbai
|
Hi All,
I have two ASPNetFlashVideo controls (say FlashPlayer1 and FlashPlayer2) on my ASPX page. Each Player has its own ASPNetMediaGUI:PlayList control (say PlayList1 and PlayList2) with OnTrackChange Event. But on PlayList1 OnTrackChangeEvent its calling PlayList2's OnTrackChangeEvent2(). Why is this happening? Actually it should call PlayList1's OnTrackChangeEvent1().. Can anyone explain???
|
Rank: Newbie Groups: Member
Joined: 1/22/2010 Posts: 3 Points: 9 Location: Mumbai
|
In addition to the above mentioned information, I would like to add the following which might help understand the problem better. The TrackChangeEvent handler associated with the Update Panel which is defined second on the .aspx file is called irrespective of track ending from either playlist. On reversing the placement of the Update Panel in the .aspx file the TrackChangeEvent of the other playlist is invoked.
|