function load_img(img_obj, new_img){
//$(img_obj).src = '/ThadInAction/tia_Images/' + new_img;
//img_obj.src = '/ThadInAction/tia_Images/' + new_img;
}
var photos = {
f1 : '/ThadInAction/tia_Images/seminar-002a.jpg',
f2 : '/ThadInAction/tia_Images/seminar-005.jpg',
f3 : '/ThadInAction/tia_Images/EngravingandPrinting.jpg',
f4 : '/ThadInAction/tia_Images/AbsoluteMastery.jpg'
};
var options = {
speed : 70,
background_color : '#000',
background_opacity : 100,
image_border : '3px solid #fff',
preload: false,
preload_image: '/img/loading.gif'
};
zoom = new luckyPhoto(photos, options);
zoom.init();
function playAudio(aUrl,obj,event){
// aUrl = "http://www.thefutureofpublishing.com" + aUrl;
//if(false == audioWindow.closed)audioWindow.close;
w = 320;
h = 70;
wleft = (screen.width - w) / 2;
wtop = (screen.height - h) / 2;
windowHtml = '';
windowHtml += '
';
windowHtml += ' ';
windowHtml += ' ';
windowHtml += ' ';
windowHtml += ' ';
windowHtml += '';
audioWindow = window.open("", obj.alt,
"height="+h+"px,width="+w+"px,top="+wtop+"px,left="+wleft+"px,menubar=no,toolbar=no,location=no,directories=no,personalbar=no,status=no,resizeable=yes,scrollbars=no" );
//alert("height="+h+"px,width="+w+"px,top="+wtop+"px,left="+wleft+"px,menubar=no,toolbar=no,location=no,directories=no,personalbar=no,status=no,resizeable=no,scrollbars=no,centerscreen=yes" );
audioWindow.document.open();
audioWindow.document.write(windowHtml);
audioWindow.document.close(); //*/
//show_popup(event,obj,obj.alt,windowHtml,w,h);//return false;
}
function playVideo(vUrl,obj,event){
//if(false == videoWindow.closed)videoWindow.close;
w = 320;
h = 262;
wleft = (screen.width - w) / 2;
wtop = (screen.height - h) / 2;
windowHtml = '';
windowHtml += '
';
windowHtml += ' ';
windowHtml += ' ';
windowHtml += ' ';
windowHtml += ' ';
windowHtml += ' ';
windowHtml += ' ';
windowHtml += '';
videoWindow = window.open("", obj.alt,
"height="+h+",width="+w+",top="+wtop+",left="+wleft+",menubar=no,toolbar=no,location=no,directories=no,personalbar=no,status=no,resizeable=no,scrollbars=no,centerscreen=yes" );
videoWindow.document.open();
videoWindow.document.write(windowHtml);
videoWindow.document.close();
}
var imgA1=new Image(); imgA1.src="/ThadInAction/tia_Images/audio1.jpg";
var imgA2=new Image(); imgA2.src="/ThadInAction/tia_Images/audio2.jpg";
var imgV1=new Image(); imgV1.src="/ThadInAction/tia_Images/video1.jpg";
var imgV2=new Image(); imgV2.src="/ThadInAction/tia_Images/video2.jpg";
function changeImg(obj){
obj.src=obj.src.substring(0, obj.src.length-5) + "2" + obj.src.substring(obj.src.length-4, obj.src.length);
}
function restoreImg(obj){
obj.src=obj.src.substring(0, obj.src.length-5) + "1" + obj.src.substring(obj.src.length-4, obj.src.length);
}
]]>
Thad In Action
The Future of Publishing
Presented to Gilbane San Francisco, April 10, 2007
Part 1 Part 2
Workflow Across the Publishing Process
Presented to IPA - The Association of Graphic Solutions Providers, June 7, 2005
Presentation made to Cadmus Communications and its customers
February 24, 2006, Washington, DC.