tags:

views:

16

answers:

0

I'm using Malsup's JQuery media plugin to try to launch a file with the following format:

/StreamBinary.ashx?FileId=9&Type=2

This results in a dead (and invisible) player...I have noticed that the output of the player URL encodes the file attribute...that may be the problem.

When I url-decode the result and paste it into the address bar, it works fine. I've tried doing it inline (as the href of a link) and specifying the src attribute with script, and they both give the same result. This is version .92. Any thoughts?

Barring any solutions, if you know of a different plug-in that you think would work better, I'd love to hear about it.

TIA, CBB