Main website = Pianoteq's "www" website -- not the forum. Example link:
* https://www.pianoteq.com/kremsegg1
In Chrome, under the shopping cart button / more instruments pack, you see a audio player widget.
In "my" Firefox, that same area instead shows:
* Unable to read "Schubert - Impromptu Op. 90 No. 4 - Nansong Huang - JBS.mp3
There are no errors in the developer's console. From looking at the code though, I see it's using a flash player:
var jQuery; if(jQuery) $(function(){
PTQ.init_audio_player('audio_player',{"small":true,"id":"audio_player","width":250,"height":20,"file":null,"swfUrl":"resources\/player.swf"});
I've already whitelisted www.pianoteq.com for Flash access but it still shows this message.
By comparison, the FXP corner does work. View source there shows a different flash audio player being used:
var player_params = {
movie:'dewplayer.swf',
allowfullscreen:'false',
allowscriptaccess:'always',
wmode:'transparent'
};