Jim McAtee wrote: > Is > there any way to place a Flash movie on a web page and replace or disable > all embedded links, so that we can force the link to go through our > click.cfm script and record the click-through?
It might be easier to talk with the client, have them grab their button's links from parameters in the HTML you supply. (If you check the markup of banner ads then the target URL is usually either in PARAMs or as query terms to the calling URL, both of which can be accessed by the SWF.) One way to actually break clicks in any SWF is to put something atop it, but then you get into browser differences... which browsers will draw their markup instructions atop plugin content, which ones let clicks go through, and so on. Another tack to break the SWF's created functionality is to host it within your own SWF, which has something atop that. But the original creator might have broken your plan to break his plan, there's always something wacky possible with so many potential authors. Easiest might be to tell the client that this SWF they're creating for use on your site should have its URLs specified in the calling markup, rather than locked into the SWF. That might take some negotiation, though. jd -- John Dowdell . Macromedia Developer Support . San Francisco CA USA Weblog: http://www.macromedia.com/go/blog_jd Aggregator: http://www.macromedia.com/go/weblogs Technotes: http://www.macromedia.com/support/ Spam killed my private email -- public record is best, thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220626 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

