PDA

View Full Version : rel link / js from flash



liamboon
January 16th, 2008, 05:10 AM
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?

simplistik
January 16th, 2008, 09:15 AM
You don't.

You'll have to rework the javascript to accept a passed variable from flash.

blakerblaker
May 22nd, 2008, 08:08 PM
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.