|
Posted by johnsonholding@yahoo.com on 11/23/97 11:43
Ok, here is my newest version of the script :
function jumpUp(URL) {
window.open(URL,
"w"+(new Date()).getTime(),
"width=194,height=146,top=440,top=288");
}
</script>
And here is the Call to for the Popup window :
<a href="javascript: jumpUp('webmovies/reverse_flash.swf')">preview</a>
Works in Firefox, but I get an error in IE 6.0
Here is the Flash :
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
width="246" height="172">
<param name="movie"
value="flash/knucklehead.swf">
<param name="quality"
value="high"><param name="LOOP" value="false">
<embed src="flash/knucklehead.swf"
width="246" height="172" loop="false" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash"></embed></object>
Any help is appreciated.
Navigation:
[Reply to this message]
|