Hello,
I'm trying to get the player work with ashx. My url is something like:
http://localhost/media/test.ashx
I get an error that the video can't be loaded and to try again later. I assume this is happening because it is expexting the url to end in ".flv". With other players, I've seen people add a "?.flv" to the end but I can't get that to work (ex: http://localhost/media/test.ashx?.flv).
Any suggestions?
