is it possible to alter this java script that i have in teh html document that has teh swf movie embedded in so that when the use clicks and image and the bigger one pops up then if they click on another image the old popup resizes and opens in the front...<script language="JavaScript">
//<!--
var launchMap = null;
var w = 0;
var h = 0;
function deadCentre(url,w,h) {
if (window.screen) {
var chasm = screen.availWidth;
var mount = screen.availHeight;
launchMap = window.open(url,'posB','width=' + w + ',height=' + h + ',left=' + ((chasm - w - 10) * .5) + ',top=' + ((mount - h - 30) * .5));
}
}
// -->
</script>
to see how it currently looks like..(as well as my first complete flash site ) you can go to
DEEEEEEECEEEEEEEE
//<!--
var launchMap = null;
var w = 0;
var h = 0;
function deadCentre(url,w,h) {
if (window.screen) {
var chasm = screen.availWidth;
var mount = screen.availHeight;
launchMap = window.open(url,'posB','width=' + w + ',height=' + h + ',left=' + ((chasm - w - 10) * .5) + ',top=' + ((mount - h - 30) * .5));
}
}
// -->
</script>
to see how it currently looks like..(as well as my first complete flash site ) you can go to
DEEEEEEECEEEEEEEE