View Single Post
  #1 (permalink)  
Old Apr 21st, 2008, 19:00
ketansethi ketansethi is offline
Junior Member
Join Date: Dec 2006
Location: India
Age: 27
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
How to avoid flash URL blocking

HI there.

I designed a flash banner today, and put a button on it with the following code :
on (release) {
getURL("http://www.program-facturi.ro/ref/1/");
}

It works perfectly. But the client wants to URL to open in a new window, so I put the following code :

on (release) {
getURL("http://www.program-facturi.ro/ref/1/", "_blank");
}

This works too, but Firefox blocks the pop-up.

How can I avoid Firefox from blocking this url ?

Thanks in advance,

KS__
Reply With Quote