3 const XLINK =
"http://www.w3.org/1999/xlink";
11 if (
window.arguments.length > 0 &&
13 var coverPreviewImage = document.getElementById(
"coverPreviewImage");
14 coverPreviewImage.setAttributeNS(
XLINK,
"href",
window.arguments[0]);
18 var coverPreviewImage = document.getElementById(
"coverPreviewImage");
20 coverPreviewImage.setAttributeNS(
XLINK,
"href",
aData);
25 "@songbirdnest.com/Songbird/DataRemote;1",
26 Components.interfaces.sbIDataRemote,
function onLoad()
onLoad - called when the cover preview window loads.
function onUnload()
onUnload - called when the cover preview window unloads.
_updateTextAndScrollDataForFrame aData
sbDeviceFirmwareAutoCheckForUpdate prototype observe