thecorrona
05-12-2005, 03:46 PM
I believe AOL users cannot view pop up movies. Please help... How can I make movies functional in all browsers? Here is the script Im using (attached to buttons in an embedded flash object):
on (release) {
getURL ("javascript:NewWindow=window.open('Harlem.Hospital. swf','harlem_hospital','width=324,height=243,left= 230,top=75,toolbar=No,location=No,scrollbars=No,st atus=No,resizable=No,fullscreen=No'); NewWindow.focus();void(0);");
}
What I really want is functionality & consistency... Anyone have some ironclad code for this purpose?
on (release) {
getURL ("javascript:NewWindow=window.open('Harlem.Hospital. swf','harlem_hospital','width=324,height=243,left= 230,top=75,toolbar=No,location=No,scrollbars=No,st atus=No,resizable=No,fullscreen=No'); NewWindow.focus();void(0);");
}
What I really want is functionality & consistency... Anyone have some ironclad code for this purpose?