by ataris_kid » Wed May 16, 2012 6:31 pm
FYI, I used this approach to replace JWplayer 5.6 with JWplayer 5.9.. But in Subsonic 4.6 there's a couple more mentions of the file:
[root@Sean-Server jsp]# grep -R jw-player *
externalPlayer.jsp: swfobject.embedSWF("<c:url value="/flash/jw-player-5.6.swf"/>", "placeholder", "500", "500", "9.0.0", false, flashvars, params, attributes);
playlist.jsp: swfobject.embedSWF("<c:url value="/flash/jw-player-5.9.swf"/>", "placeholder", "340", "24", "9.0.0", false, flashvars, params, attributes);
rest/videoPlayer.jsp: swfobject.embedSWF("<c:url value="/flash/jw-player-5.6.swf"/>", "placeholder1", "360", "240", "9.0.0", false, flashvars, params, attributes);
videoPlayer.jsp: swfobject.embedSWF("<c:url value="/flash/jw-player-5.9.swf"/>", "placeholder1", width, height, "9.0.0", false, flashvars, params, attributes);
Figured you'd want to replace those instances as well.