Hi.
First of all, i love these controls, in fact, i have bought licenses for the video and the flash controls. I also would like to move my audio player to this control but i am having a bit of a problem.
All controls do not accept parameterized source urls. i.e..
http://mydomain.com/video.wmv?param1=1¶m2=2. In using the windows media control, i have no problem for i dynamically generate a playlist and spit out an asx xml file that windows media player can read without a problem.
For the audio, once i set the audio url with a parameretized url string, the audio won't play. I am storing my mp3's in a secured location. thats the reason for the parameters. I understand that the video / audio sources are encrypted (which is great) but i want to go one step further thats why i need those parameters. I tried url encoding the audio source but still no luck.
I am looking forward to buying this control as i want to replace the windows media control (which i bought from you) to your audio control (flash based) because i am having problems with some users about the Microsoft SHIM pop up.
Can you enlighten me on how to deal with this? My audio source url looks something like this:
http://storage.mydomain.com/test.mp3?param1=testparam¶m2=secondparam¶m3=moreparamsI am using S3 as my storage.