1 2 3 4 5 6 7 8 9 10 11 12 13
| getURL(_loc2, this.playList.currentClip().getLinkWindow()); var _loc2 = this.playList.currentClip().getLinkURL();
_loc1.getLinkURL = function () { return (this.linkUrl); };
var _loc1 = (_global.org.flowplayer.playlist.Clip = function (name, baseUrl, fileName, start, end, protected, enableControl, linkUrl, linkWindow, type, allowResize, overlayFileName, overlayId, live, showOnLoadBegin, maxPlayCount, info, thumbnailUrl, suggestedClipsInfoUrl, id, keywords)
{ this.linkUrl = linkUrl; }
|