Ok i've added this between
%26lt;head%26gt; and %26lt;/head%26gt;
%26lt;script type=''text/javascript''%26gt;
function SWFDelegate(url,width,height,caption) {
聽聽 var objLink = document.createElement('a');
聽聽 objLink.setAttribute('href',url);
聽聽 objLink.setAttribute('rel','lightbox');
聽聽 objLink.setAttribute('title',caption);
聽聽 if(typeof width != 'undefined') {
聽聽聽聽聽 objLink.setAttribute('width',width);
聽聽 }
聽聽 if(typeof height != 'undefined') {
聽聽聽聽聽 objLink.setAttribute('height',height);
聽聽 }
聽聽 Lightbox.prototype.start(objLink);
}
%26lt;/script%26gt;
%26lt;/head%26gt;
and on my button image on Adobe Flash CS3 i have.
on( release )
{
getURL(''javascript:SWFDelegate('images/nelson.png','480','640','Septik')'');
}
The picture shows the clickable hand but it doesn't show my picture any bigger, when i click it nothing happens, please help.
No comments:
Post a Comment