I don't think we have any Flash gurus here but if it helps any, when I have an image or an link tag defined but I don't want any of those little yellow popups I would just define the title or alt tag with just quotes only like this:
<a title="" href="link.htm">Link</a>
<img alt="" src="image.jpg">
Not sure if Flash handles something like this or maybe some other similar method.