
Wrapped VAST tags? Application/x-javascript creatives?
Hi --
I'm trying to get jwPlayer in html5 mode to consume a wrapped VAST tag with type="application/x-javascript".
Looking through your code, I noticed that you don't look for "application/x-javascript" at all. You do look for "application/x-shockwave-flash" as well as "html". However, when "html", you parse the reference to the media file and look at the file extension, expecting it to be one of the standard video formats. This fails in a wrapped scenario, because the ultimately displayed VAST creative is passed as a query string to the JavaScript wrapper -- so if anything, the extension will be ".xml" and not "mp4" or "flv" or whatever.
Please advise. Thanks in advance.
S.