View Single Post

  #2 (permalink)  
Old 02-05-2008, 02:47 PM
gav240z's Avatar
gav240z gav240z is offline
Wannabe Geek
 
Join Date: Dec 2007
Location: Rathmines, Dublin
Posts: 431
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
gav240z is a jewel in the roughgav240z is a jewel in the roughgav240z is a jewel in the rough
Default Try this...

Hi Paul,
Try this, open the flash file .fla file. Create a new shape using the shape tool.

Make sure it covers the entire clickable area (Do all this on a new layer).

Select the shape and go to modify in the menu.

Convert to a button object.

You can then change its alpha setting in the lower tool area. Set it to 1% opacity so its see through.

With the (now button) object selected. Hit F9 or go to Actions in the menu.

Insert the following actionscript:

on (release) {
getURL(url, window="_blank");
}

Where URL = the target url.

I think it might need to be changed to "example . com" I use url as a variable for banner manager (might be the same for Open Ads) Can't remember, its been ages since I used it.
Reply With Quote