MediaPlayerStream non-stamdard file extension question

rpitts78242

Member
Licensed User
Longtime User
When I play a mp3 that are not named such (for example the URL is test.asp?id=xx which returns content to stream) the mp3 plays fine, but the trigered events, such asd StreamBuffer, StreamError and StreamReady do not appear to fire. I can play the clip only when I issue the .play command.

Is this normal? Does the url have to contain the file extension (.mp3 for example) for these other events to work?

Thanks for a great product!

Ronnie
 
Top