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. |