09-03-2008, 03:15 PM
|
|
|
Blow Me U Geeks
Join Date: Aug 2001
Location: Maximum Security
Posts: 5,108
|
Quote:
Originally Posted by SmokeyTheBear
actually i put the wrong swf up there, that one works fine but it has a built in redirector in the swf. If you know how to make a flash loader just follow the code and make your own. The input variable is X. so all the swf does is you give it a variable being the url you want to popup like example.swf?x=http://yoursite.com
Code:
onFrame (2) {
ul = x ;
getURL(ul,"_blank");
}
onFrame (3) {
stop();
}
heres the clean swf http://ytmnd.webspacemania.com/popup/fix.swf
|
Thanks Smokey 
|
|
|