Re: [Flashcoders] Flash player and pop-up blockers

2007-03-15 Thread Gregory N
So far the only reliable way I've found is to avoid pop-ups in favor of hidden DIVs containing IFRAME. Then, instead of opening a pop-up, you just change the *display* property by Javascript. On 3/14/07, John Dowdell [EMAIL PROTECTED] wrote: Perdue, Blake wrote: We've gotten a lot of

[Flashcoders] Flash player and pop-up blockers

2007-03-14 Thread Perdue, Blake
We've gotten a lot of complaints lately that popup windows spawned by a SWF are getting blocked by pop-up blockers, even though they are user initiated. It seems the newer flash players (v8, v9) or perhaps the new pop-up blockers (Firefox, Google, etc) have changed the way they operate - this

Re: [Flashcoders] Flash player and pop-up blockers

2007-03-14 Thread opto-type
Hello, You just need to use: onRelease = function(){ getURL(javascript:CNN_openPopup('http://sportsillustrated.cnn.com/mysi/ ?eref=side_article','si','toolbar=yes,scrollbars=yes,location=yes,status

Re: [Flashcoders] Flash player and pop-up blockers

2007-03-14 Thread John Dowdell
Perdue, Blake wrote: We've gotten a lot of complaints lately that popup windows spawned by a SWF are getting blocked by pop-up blockers, even though they are user initiated. It seems the newer flash players (v8, v9) or perhaps the new pop-up blockers (Firefox, Google, etc) have changed the way