Hi, I have to do a banner which is basically 4 different slides that fade up
and down, but the client wants each slide to link to a different place when the
user clicks on it. I know how to create an invisible button to link the whole
ad, but how would I link each slide? Thanks in advance!
xslamx - 01 Jul 2008 19:15 GMT
Am I getting no replies because this can't be done in Flash? Is there a better way to do it? Actionscripts perhaps?
xslamx - 01 Jul 2008 19:15 GMT
Am I getting no replies because this can't be done in Flash? Is there a better way to do it? Actionscripts perhaps?
machmila - 03 Jul 2008 17:00 GMT
There are different ways to accomplish what you're trying to do but you need to
give a little more information. Are you planning on having static "slides" or
loading them dynamically? If they are static you would just make each slide
it's own movie clip with it's own onRelease function containing the url.
xslamx - 03 Jul 2008 17:07 GMT
Yes, the slides will be static, no dynamic loading. Can you walk me through the process? Thanks a million!
xslamx - 03 Jul 2008 17:09 GMT
Also, for an additional wrinkle, I have to add a click tag to the banner as well. Can a click tag be incorporated with the onRelease links?