Rel link / js from flash

Hi,

I’m tring to include this neat ‘facebox’ (like lightbox) script which uses jquery on my flash site to display a php form.

See facebox here…
http://famspam.com/facebox

It is initiated with a rel link like so…


<a href="/facebox/remote.html" rel="facebox">text</a>

Does anyone know how to call this from flash?

Is there any other way to use a “rel” in actionscript? Similarly I want to call shaddowbox from flash. Normally it would use a basic href link mockup with rel=“shaddowbox”… suggestions, help appreciated.