flash-hagen
01-02-2001, 12:01 AM
im trying to make my flash movie pop up from an html page in to a pop up my html looks like this
<HTML>
<HEAD><script language="JavaScript">
<!--
spawnWindow('http://24.20.65.99/snake/flash-hagen.swf','Flash_hagen.swf','toolbar=no,location= no,status=no,menubar=no,scrollbars=no,resizable=ye s,width=650,height=250')}
//-->
</script>
<TITLE>flash-hagen1</TITLE>
</HEAD>
my flash button in the html page to make the new window looks like this
on (release) {
getURL ("javascript:spawnWindow...");
}
i keep geting a santex error and it ask me if i wont to debug. what did i do now to make these errors.
<HTML>
<HEAD><script language="JavaScript">
<!--
spawnWindow('http://24.20.65.99/snake/flash-hagen.swf','Flash_hagen.swf','toolbar=no,location= no,status=no,menubar=no,scrollbars=no,resizable=ye s,width=650,height=250')}
//-->
</script>
<TITLE>flash-hagen1</TITLE>
</HEAD>
my flash button in the html page to make the new window looks like this
on (release) {
getURL ("javascript:spawnWindow...");
}
i keep geting a santex error and it ask me if i wont to debug. what did i do now to make these errors.