PDA

View Full Version : Popups not viewable in all browsers?!?!


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?

thecorrona
05-12-2005, 04:01 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?

CyanBlue
05-12-2005, 04:10 PM
Howdy and Welcome... :)

I have moved this thread to the HTML and JavaScript forum since your problem is not really the Flash problem...

Gibberish
05-13-2005, 04:18 PM
I would never pop up a swf directly. Pop up an html file that loads the swf through the object tag.

tg
05-13-2005, 06:23 PM
Please help... How can I make movies functional in all browsers?


and with current browser popup blockers, you probably won't.... or you will be constantly tweeking it to keep it working, as the popup blockers change over time.