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
bar=0,menubar=yes,resizable=yes,width=800,height=600');<http://sportsillustrated.cnn.com/mysi/?eref=side_article%27,%27si%27,%27toolbar=yes,scrollbars=yes,location=yes,statusbar=0,menubar=yes,resizable=yes,width=800,height=600%27%29;>
");
}
I don't know why but with "onRelease" it's ok !


Patrick


2007/3/14, Perdue, Blake <[EMAIL PROTECTED]>:

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 didn't used to be a problem for us.

We're making calls such as this:

getURL("javascript:CNN_openPopup('http://sportsillustrated.cnn.com/mysi/
?eref=side_article','si','toolbar=yes,scrollbars=yes,location=yes,status
bar=0,menubar=yes,resizable=yes,width=800,height=600');");

or

getURL("javascript:cnnVideo('play','/video/seth_davis/2007/03/12/madness
1.SportsIllustrated');");

Does anyone have any suggestions on how to prevent these windows from
being blocked, or any explanation as to why this problem seems so
prevalent now? Thanks.

-Blake

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to