Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

72 users online



*****Flash 8 guru needed*****

*****Flash 8 guru needed*****

Currently viewing this thread: 1 (0 members and 1 guests)


Page 2 out of 2
fmx

fmx

null
Status: Offline!

the easiest way would be to add "_blank" to the 'getURL(url)' line in the mcEvents() function. eg-

PHP:

<?php
// change the getURL(url) part
mc1.onRelease=function(){
        
getURL(url);
    }
// to this
mc1.onRelease=function(){
        
getURL(url,"_blank");
    }

?>


goodluck!

korrupt

korrupt

Neverside Newbie
Status: Offline!

I bow to thee oh Master of Flash... Grin

Thank you again.

Page 2 out of 2
Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.0156 seconds.