Apr 21, 2005 #1 ofcalcul IS-IT--Management Sep 28, 2004 24 RO I have a flash banner made in the MX version. How can I make a link on it, so that when someone clicks on the banner to go to a specific URL.
I have a flash banner made in the MX version. How can I make a link on it, so that when someone clicks on the banner to go to a specific URL.
Apr 21, 2005 1 #2 oldnewbie Technical User Dec 6, 2000 9,142 CA On the first frame... this.onMouseDown = function(){ getURL("http://www.google.com/", "_self"); } Regards. Affiliate Program - Web Hosting - Web Design After 25,000 posts, banned on FK, but proud not to have bowed down to them! Upvote 0 Downvote
On the first frame... this.onMouseDown = function(){ getURL("http://www.google.com/", "_self"); } Regards. Affiliate Program - Web Hosting - Web Design After 25,000 posts, banned on FK, but proud not to have bowed down to them!