My customer would like us to only track links (via the "s.trackLink()" method) and never to track page views with our Omniture flash implementation in our online video player. Unfortunately, even when we do not set "s.pageName" or "s.pageURL" values when initializing the flash library, we still see multiple page views registering with a page name of "Other" -- and nowhere in my code or my customer's data does the string "Other" appear, so we assume this is being autogenerated by the Omniture code. Is there any way to generate metrics through the flash APIs *without* generating page views?