HiI have to display a flash file. I am doing this by using an object tag in the tpl. how can i make the flash file clickable and give a link for it? (ie achieve the same functionaly as href does for an image)also how can i display an alternate text, if the flash file does not get loaded ( same purpose that is achieved with alt attribute of img tag)This is probably more of a html question. thanks for your time
Any other options/tags to make a flash file clickable?
We have the same problem. A banner on the homepage is normally an image with a URL, and our homepage template has 2 relevant fields (img, url). Users would like to have the option to reference a flash file in the img field. We prefer to have the flash still use the value in the url field as click-through destination (not editing the flash binary to set up the destination url)We haven't really solved it. But I guess you could theoretically code your flash file to take the URL from a parameter that is passed into it from the HTML. I believe there is a < param > tag for that? Hope ppl with more actual knowledge can confirm or deny.